]> git.sur5r.net Git - openldap/commit
Update slapd to use lutil_passwd() for both user and root passwords.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 1 Dec 1998 03:36:37 +0000 (03:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 1 Dec 1998 03:36:37 +0000 (03:36 +0000)
commitc1cef27bda78a361d110bd20b83145b62d01ba25
tree64affa99e9be8103ec3345fa340cc36d2b85fc1b
parentaa65400d3b09cc41a7708c6456bb616bb8875994
Update slapd to use lutil_passwd() for both user and root passwords.
Remove MD5 and SHA1 options (both are now always on).  Rename
functions to be lutil_ instead of ldap_.
Create --enable-cleartext option.  Default is currently 'on'.
14 files changed:
acconfig.h
configure
configure.in
include/lutil.h
include/lutil_md5.h
include/lutil_sha1.h
include/portable.h.in
libraries/liblutil/base64.c
libraries/liblutil/md5.c
libraries/liblutil/passwd.c
libraries/liblutil/sha1.c
servers/slapd/back-ldbm/alias.c
servers/slapd/back-ldbm/bind.c
servers/slapd/backend.c