[Bug 567525] New: winbind broken with AD/DSFW Domain Authentication
http://bugzilla.novell.com/show_bug.cgi?id=567525 http://bugzilla.novell.com/show_bug.cgi?id=567525#c0 Summary: winbind broken with AD/DSFW Domain Authentication Classification: openSUSE Product: openSUSE 11.2 Version: Final Platform: i586 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Samba AssignedTo: samba-maintainers@SuSE.de ReportedBy: cpedersen@novell.com QAContact: samba-maintainers@SuSE.de Found By: Customer Blocker: --- Setting up winbind to do authentication against an AD or DSFW domain does not work. To duplicate; - setup Kerberos to use the realm from the domain (verify with 'kinit <user>@realm)' - use 'Windows Domain Membership' to insert the computer into the domain - verify that the computer is in cn=Computers,dc=domain - verify that users are found (getent passwd) - if not found add in [global] to smb.conf: winbind enum users = yes winbind enum groups = yes - restart winbind or reboot computer Now when one tries to login with DOMAIN\\user one get Your password has expired Changing password for DOMAIN\test (current) NT password: And in /var/log/messages: Dec 29 12:27:34 opensuse sshd[5806]: pam_winbind(sshd:auth): user 'DOMAIN\test' granted access Dec 29 12:27:34 opensuse sshd[5806]: pam_krb5[5806]: account checks fail for 'SITE\test': user is unknown or account expired (ignoring) Dec 29 12:27:34 opensuse sshd[5806]: pam_winbind(sshd:account): pam_sm_acct_mgmt success but PAM_WINBIND_NEW_AUTHTOK_REQD is set Dec 29 12:27:34 opensuse sshd[5806]: pam_winbind(sshd:account): user 'SITE\test' needs new password Dec 29 12:27:34 opensuse sshd[5806]: pam_winbind(sshd:chauthtok): getting password (0x000001a0) The password is not expired. This works if one is using SLED10SP2 which is shipping with a different version of winbind (samba-winbind-3.2.7-11.6) vs OpenSuSE 11.2 (samba-winbind-3.4.2-1.1.3.1.i586) -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567525 http://bugzilla.novell.com/show_bug.cgi?id=567525#c Yang Bo <boyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |boyang@novell.com, | |samba-maintainers@SuSE.de AssignedTo|samba-maintainers@SuSE.de |boyang@novell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567525 http://bugzilla.novell.com/show_bug.cgi?id=567525#c1 --- Comment #1 from Casper Pedersen <cpedersen@novell.com> 2009-12-30 14:18:54 UTC --- After a bit more research it looks like this is an issue with Password Expiration. If 'userAccessControl' (user attribute) is set to default which is 0x200 the above happens, but if one set it to 0x10200 which adds the "DONT_EXPIRE_PASSWORD" flag to 'userAccessControl' the user can login with out issues. It looks like pam_winbind does not handle this correctly. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567525 http://bugzilla.novell.com/show_bug.cgi?id=567525#c2 Yang Bo <boyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|boyang@novell.com |jmcdonough@novell.com --- Comment #2 from Yang Bo <boyang@novell.com> 2010-02-26 02:34:49 UTC --- reassigning.. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=567525 http://bugzilla.novell.com/show_bug.cgi?id=567525#c James McDonough <jmcdonough@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com