]> git.sur5r.net Git - openldap/blobdiff - include/portable.h.in
Update slapd to use lutil_passwd() for both user and root passwords.
[openldap] / include / portable.h.in
index 79455c7aa81629a96eb864c7d8bf7f6b17a9e346..c29a0b1eb3c6a34fad9deb28b44dac22dda1fe52 100644 (file)
@@ -240,15 +240,15 @@ is provided ``as is'' without express or implied warranty.
 /* define this for ACL Group support */
 #undef SLAPD_ACLGROUPS
 
+/* define this for ClearText password support */
+#undef SLAPD_CLEARTEXT
+
 /* define this for crypt(3) password support */
 #undef SLAPD_CRYPT
 
 /* define this to use SLAPD LDBM backend */
 #undef SLAPD_LDBM
 
-/* define this for MD5 password support */
-#undef SLAPD_MD5
-
 /* define this to use SLAPD passwd backend */
 #undef SLAPD_PASSWD
 
@@ -258,9 +258,6 @@ is provided ``as is'' without express or implied warranty.
 /* define this for Reverse Lookup support */
 #undef SLAPD_RLOOKUPS
 
-/* define this for SHA1 password support */
-#undef SLAPD_SHA1
-
 /* define this to use SLAPD shell backend */
 #undef SLAPD_SHELL