mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 16:40:31 -04:00
- Update to 3.0.23c Common bugs fixed in 3.0.23c include: [1] o Authentication failures in pam_winbind when the AD domain policy is set to not expire passwords. o Authorization failures when using smb.conf options such as "valid users" with the smbpasswd passdb backend. *** net/samba-libsmbclient: [2] - Small cosmetic changes *** net/py-samba: [3] - Reset PORTREVISION back, as master port version bumped PR: ports/102805 [1] ports/102806 [2] ports/102807 [3] Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
11 lines
370 B
C
11 lines
370 B
C
--- pam_smbpass/pam_smb_auth.c.orig Fri Jun 23 15:16:50 2006
|
|
+++ pam_smbpass/pam_smb_auth.c Thu Aug 24 01:30:57 2006
|
|
@@ -167,7 +167,7 @@
|
|
|
|
retval = PAM_SUCCESS;
|
|
|
|
- pam_get_data(pamh, "smb_setcred_return", (const void **) &pretval);
|
|
+ pam_get_data(pamh, "smb_setcred_return", (void **) &pretval);
|
|
if(pretval) {
|
|
retval = *pretval;
|
|
SAFE_FREE(pretval);
|