[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#664596: User seems to missing ability to login via ssh/console after some days



[Alf Tonny Bätz]
> Are trying to find out more about this, and will give out more info
> as i find it

Can you try the following while logged in as the problematic user,
before and after the problem occur.

LDAP bind password checking:

  ldapwhoami -Z -W -D $(ldapsearch -x "(uid=$(whoami))"|awk '/dn:/ { print $2}')

Kerberos password checking:

  kinit

Also, it would be useful if you could run this as root to extract the
LDAP object for the affected user.  Remember to replace 'pere' with
the username in question.

  slapcat | tr "\n" "\t" | sed "s/\t\t/\n/g" | grep uid=pere | tr "\t" "\n"

This will provide the password hashes, so please only do this if it is
OK to share the passwords.  Please also provide the password set
originally and the password set later on, with information about when
the password were changed and which method were used.

Last, is there anything interesting in the syslog?  Please run this as
root:

  zgrep gosa /var/log/syslog*
-- 
Happy hacking
Petter Reinholdtsen



Reply to: