]> git.sur5r.net Git - openldap/commit
Added support for "userPassword: {UNIX}uid". getpwnam("uid") is
authorKurt Zeilenga <kurt@openldap.org>
Sat, 26 Jun 1999 20:52:59 +0000 (20:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 26 Jun 1999 20:52:59 +0000 (20:52 +0000)
commitab10099fc1ef6220205445b0d6843aa5835b1060
tree926b7946c462e1bb04bf4d9b9e8051e5635f738d
parentfcaddb60b452c9de16df4b3f9ff7b9aca1cea15d
Added support for "userPassword: {UNIX}uid".  getpwnam("uid") is
used to fetch the pw_passwd which is than passwd to crypt().
getspnam() is used instead of getpwnam() when available.
Added configration detection of pw_passwd, shadow.h, getpwnam()
and getspnam().
build/openldap.m4
configure
configure.in
include/portable.h.in
libraries/liblutil/passwd.c