ac_help="$ac_help
--enable-cleartext enable cleartext passwords (yes)"
ac_help="$ac_help
- --enable-crypt enable crypt(3) passwords (auto)"
+ --enable-crypt enable crypt(3) passwords (no)"
ac_help="$ac_help
--enable-dynamic enable linking built binaries with dynamic libs (no)"
ac_help="$ac_help
--enable-kpasswd enable Kerberos password verification (no)"
ac_help="$ac_help
- --enable-lmpasswd enable LAN Manager passwords (auto)"
+ --enable-lmpasswd enable LAN Manager passwords (no)"
ac_help="$ac_help
--enable-spasswd enable (Cyrus) SASL password verification (no)"
ac_help="$ac_help
ol_enable_crypt="$ol_arg"
else
- ol_enable_crypt="auto"
+ ol_enable_crypt="no"
fi
# end --enable-crypt
# OpenLDAP --enable-dynamic
ol_enable_lmpasswd="$ol_arg"
else
- ol_enable_lmpasswd="auto"
+ ol_enable_lmpasswd="no"
fi
# end --enable-lmpasswd
# OpenLDAP --enable-spasswd
OL_ARG_ENABLE(slapd,[ --enable-slapd enable building slapd], yes)dnl
OL_ARG_ENABLE(aci,[ --enable-aci enable per-object ACIs], no)dnl
OL_ARG_ENABLE(cleartext,[ --enable-cleartext enable cleartext passwords], yes)dnl
-OL_ARG_ENABLE(crypt,[ --enable-crypt enable crypt(3) passwords], auto)dnl
+OL_ARG_ENABLE(crypt,[ --enable-crypt enable crypt(3) passwords], no)dnl
OL_ARG_ENABLE(dynamic,[ --enable-dynamic enable linking built binaries with dynamic libs], no)dnl
OL_ARG_ENABLE(kpasswd,[ --enable-kpasswd enable Kerberos password verification], no)dnl
-OL_ARG_ENABLE(lmpasswd,[ --enable-lmpasswd enable LAN Manager passwords], auto)dnl
+OL_ARG_ENABLE(lmpasswd,[ --enable-lmpasswd enable LAN Manager passwords], no)dnl
OL_ARG_ENABLE(spasswd,[ --enable-spasswd enable (Cyrus) SASL password verification], no)dnl
OL_ARG_ENABLE(modules,[ --enable-modules enable dynamic module support], no)dnl
dnl OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster replication], no)dnl