Acceptable LDAP solutions

Gordon Tetlow gordont at gnf.org
Mon May 19 13:29:42 PDT 2003


On Mon, May 19, 2003 at 03:10:13PM -0500, Shawn Debnath wrote:
> Looks like LDAP uses plain old crypt(), and I am forced into using that b/c of
> the setup here.  Time to make sure the LDAP server is secure at least. Thanks
> for your help Gordon. 

You should at least be able to use MD5:

dn: cn=Joe L. User,ou=people,dc=example,dc=com
objectClass: posixAccount
cn: Joe L. User
uid: joeluser
uidNumber: 1000
gidNumber: 1000
homeDirectory: /home/joeluser
userPassword: {MD5}<standard md5 password hash>

-gordon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20030519/0c0bee64/attachment.bin


More information about the freebsd-current mailing list