ports/net/samba3/files/patch-pam_smbpass_pam_smb_auth.c
Renato Botelho a8c167b565 *** net/samba3:
- 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)
2006-09-04 19:00:17 +00:00

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);