[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Forced password change not allowed
- To: <openldap-technical@openldap.org>
- Subject: Forced password change not allowed
- From: <mlb@imparisystems.com>
- Date: Tue, 28 Jul 2009 05:52:04 -0600
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=imparisystems.com; h=Received:MIME-Version:Date:From:To:Subject:Message-ID:X-Sender:User-Agent:Content-Transfer-Encoding:Content-Type:X-Identified-User; b=wmSORQ2atFegVFTOTclJV5v3zYk7HKQXfJOMBqiSDFyTUZs2QYyjws3QtphQcf2tlJ5KSiJHsCnB/py6IFY68OW/HL9Jg94CFtG8q2/Y7gA0ttziJcV6c0aOiODPQecb;
- User-agent: RoundCube Webmail/0.2
I've got openLDAP running and installed the pam and nss libraries so it
would also control the Linux passwords. I'm trying to sign onto my server
using ssh - but once I enter my username and password, I get
WARNING: Your password has expired.
You must change your password now and login again!
Enter login(LDAP) password:
Now being a bad security person, I always use the exact same username /
password combination and they don't work.
If a use either nothing (just hit Enter) or if I put in the standard
password I get
passwd: Authentication information cannot be recovered
passwd: password unchanged
Connection to ubuntu closed.
If I enter in some nonsensical string I get
LDAP Password incorrect: try again
Enter login(LDAP) password:
However, that is the only root level user on the machine and I have TONS of
stuff on it. How do I fix? Is this an openLDAP issue or something else?
Thanks