[Bug 314623] Re: likewise-open: allows lockout while disconnected

Alex Mauer hawke at hawkesnest.net
Tue May 5 18:10:09 BST 2009


Ubuntu Jaunty, likewise-open version 4.1.2982-0ubuntu2.

The domain account is never locked out, because the incorrect passwords
were entered with the machine disconnected from the network.  Therefore
there is no way for the DC to even know about the login attempts.

relevant sections of my pam config files (as set up by pam-auth update;
comments are removed.

common-auth:
auth	[success=2 default=ignore]	pam_lwidentity.so 
auth	[success=1 default=ignore]	pam_unix.so nullok_secure try_first_pass
auth	requisite			pam_deny.so
auth	required			pam_permit.so

common-account:
account	[success=2 default=ignore]	pam_lwidentity.so 
account	[success=1 new_authtok_reqd=done default=ignore]	pam_unix.so 
account	requisite			pam_deny.so
account	required			pam_permit.so

common-session:
session	[default=1]			pam_permit.so
session	requisite			pam_deny.so
session	required			pam_permit.so
session	required	pam_lwidentity.so 
session	required	pam_unix.so 
session	optional			pam_ck_connector.so nox11

-- 
likewise-open: allows lockout while disconnected
https://bugs.launchpad.net/bugs/314623
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to likewise-open in ubuntu.



More information about the Ubuntu-server-bugs mailing list