Hi,
I am running OpenLDAP 2.4 on Ubuntu 9.10. I am trying to get user passwords to be stored {SHA}. I understand the way to do this is by adding password-hash {SHA} line to the slapd.conf file. However, on Ubuntu 9.10 the /etc/slapd.conf is a directory not a file. What am I missing here?
--On Wednesday, April 07, 2010 6:09 PM -0400 Paul Soucy paulsoucy1@gmail.com wrote:
Hi,
I am running OpenLDAP 2.4 on Ubuntu 9.10. I am trying to get user passwords to be stored {SHA}. I understand the way to do this is by adding password-hash {SHA} line to the slapd.conf file. However, on Ubuntu 9.10 the /etc/slapd.conf is a directory not a file. What am I missing here?
{SSHA} is what you should use, not {SHA}
--Quanah
--
Quanah Gibson-Mount Principal Software Engineer Zimbra, Inc -------------------- Zimbra :: the leader in open source messaging and collaboration
Paul Soucy paulsoucy1@gmail.com writes:
Hi,
I am running OpenLDAP 2.4 on Ubuntu 9.10. I am trying to get user passwords to be stored {SHA}. I understand the way to do this is by adding password-hash {SHA} line to the slapd.conf file. However, on Ubuntu 9.10 the /etc/slapd.conf is a directory not a file. What am I missing here?
manual page slapd-config(5) is the reference for configuration parameters of the config backend. You may modify the config backend by ldapmodify(1), or a decent gui tool like http://www.web2ldap.de
ldapmodify -D cn=config -W -H ldap://some.host dn: olcDatabase=frontend,cn=config changetype: modify add: olcPasswordHash olcPasswwordHAsh: SSHA
-Dieter
openldap-technical@openldap.org