LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Password change with OpenLDAP 2.4.11 (https://www.linuxquestions.org/questions/linux-server-73/password-change-with-openldap-2-4-11-a-711296/)

john_es 03-13-2009 05:45 AM

Password change with OpenLDAP 2.4.11
 
I've got ldap and samba running on an ubuntu box. I followed a couple different guides and there seems to be some overlap and it has me a bit confused.

It's OpenLDAP 2.4.11.


I notice that my cn=admin... password is stored in:

- /etc/ldapscripts/ldapscripts.passwd
- /etc/ldap.secret

Couple questions:
- I want to change the ldap password...
- Should the password be stored in the files above?
- What is the point of storing the password in /etc/ldapscripts/ldapscripts.passwd?
- How do I change/update the password for ldap?
- Do I modify the /etc/ldap.secret file myself, or dpkg-reconfigure, or something else?

I know that after I do that, I need to let samba know about this password change via:
sudo smbpasswd -W
Setting stored password for "cn=admin,dc=collins" in secrets.tdb
New SMB password:
Retype new SMB password:

Am I missing something? I notice that the rootpw is not set in the /etc/ldap.conf file.

Anyway, thanks for any tips you can provide.

john_es 03-13-2009 06:04 AM

Looks like in the /etc/ldapscripts/ldapscripts.conf, there's a setting for the BINDPWDFILE = BINDPWDFILE="/etc/ldapscripts/ldapscripts.passwd"

So that answers at least that part...

I guess what I am trying to sort out, it that if I change my ldap admin password, what things do I need to do to do so?

john_es 03-13-2009 06:11 AM

Oh, here are the guides I was following... forgot to add them to the original post:

https://help.ubuntu.com/community/Op...-OrgInfo-Posix
https://help.ubuntu.com/8.10/serverg...ap-server.html
https://help.ubuntu.com/8.10/serverg...amba-ldap.html


All times are GMT -5. The time now is 03:26 PM.