Comment 28 for bug 810732

Revision history for this message
Radoslaw Ejsmont (radoslaw-ejsmont) wrote :

I have run into exactly the same issue, yet I have a different workaround. Since I am using centralized LDAP user database I had to use uams_dhx2_pam.so. I have figured out, that disabling pam module for Samba password sync fixed the issue. I have created copies of common-auth (common-auth-nosmb) and common-password (common-password-nosmb) that lack pam_smbpass.so lines and included them in /etc/pam.d/netatalk:

#%PAM-1.0

@include common-auth-nosmb
@include common-account
@include common-password-nosmb
@include common-session

This has fixed the problem.