Tagged Questions
0
votes
3answers
663 views
How to change expired LDAP user password under linux?
can somebody give an advice how to change the LDAP password already expired?
I have an LDAP user and the password for this user is expired:
# su user
You are required to change your password ...
1
vote
0answers
359 views
“Password Server: Stopped” on Mac OS Lion Server. Stops with error -1 during startup
Since I've restored the Open Directory from an archive because my Server crashed and the DB was corrupt. The password server does not start anymore.
The log looks like this:
Feb 14 2012 21:41:20 ...
4
votes
1answer
442 views
LDAP passwords encryption (userPassword attribute)
I'm trying to import passwords from an LDAP to a MySQL database. When I look at the userPassword attribute for the known password test I get this:
userPassword:: ...
1
vote
0answers
228 views
OpenLDAP, SASL and non-cleartext password storage
I'm working on a setup where postfix and cyrus-imap do proxy authorization against openldap (my setup is here http://1nw.eu/!cD ). I love this solution, it's a lot more elegant that using saslauthd. ...
0
votes
1answer
230 views
Whats the meaning of sambaNTPassword in a machine account?
After running samba3 for quite some time I was wondering what the exact meaning of sambaNTPassword in a samba machine account in the LDAP Database is. I never set it myself (Samba must have set it, ...
4
votes
1answer
339 views
Slappasswd output randomized
I was expecting slappasswd to produce a fixed hash but it appears that the output is randomized as I never get the same output for the same input password:
$ slappasswd -s secret
...
1
vote
1answer
667 views
Not able to update shadowLastChange value for LDAP
On changing password of a user shadowLastChange value is not getting changed. Any way to change it manually ?
objectClass: account
objectClass: posixAccount
objectClass: top
objectClass: ...
3
votes
1answer
2k views
How to reset the ldap root password
How to change the LDAP root password.
In my root machine "/etc/ldap/sldap.d" file is not there. insted of the file sldap.d directory only is there. I have generated the password by using "slappasswd ...
1
vote
4answers
2k views
Disabling a user's ability to change password on Active Directory
We run a multi-directory environment (AD and OpenLDAP) and perform password synchronization via an internal webapp. This works well because we've disabled users from changing their own password via ...
0
votes
1answer
598 views
Changing LDAP password without using LdapAdmin
our former sysadmin went from fulltime to 'on demand' and left me with the "task" to administer part of the local network. One of my jobs is changing users' passwords (they can't do it themselves ...
1
vote
1answer
705 views
How to have samba password changed from linux ldap client?
I have set up an ubuntu lucid LDAP+SAMBA PDC, mainly based on this article: http://ubuntuforums.org/showthread.php?t=1499753 - it works. Users can change their password by logging on to a Win Pc, and ...
0
votes
0answers
60 views
Double password in Directory Server
anybody knows how to implement a second password in an LDAP, so it's policies are different from the userPassword attribute ? The idea is to use it as a non-login password (for instance to "sign" a ...
1
vote
2answers
5k views
Open LDAP Authentication - How to verify userPassword without bind?
What I am doing...
Trying to implement single-sign-on for our organization’s all machines, blogs, wiki’s, CRM, HRM, project management tools, SVN, etc, etc...
We have OpenLDAP installed and ...
1
vote
3answers
1k views
Disabling Windows password changes on Samba domain
When a user on one of our Windows clients hits ctrl-alt-delete to change his password, our Samba domain controller is notified and performs the password change.
Unfortunately, the group policy rule ...
4
votes
7answers
5k views
Suggestions for using Active Directory credentials (user name/password) with Google Apps?
I run a small college network with approximately 150 user accounts both in my Active Directory and in Google Apps. I'm looking to link AD with G-Apps. Currently my users are required to maintain ...