mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
Cleanup
This commit is contained in:
parent
ed68c977d9
commit
d2d7b97649
2 changed files with 5 additions and 5 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $OpenLDAP$
|
||||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.326 2000/09/12 23:40:17 kurt Exp
|
# from OpenLDAP: pkg/ldap/configure.in,v 1.327 2000/09/14 05:22:10 kurt Exp
|
||||||
|
|
||||||
# Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved.
|
# Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved.
|
||||||
#
|
#
|
||||||
|
|
@ -67,7 +67,7 @@ ac_help="$ac_help
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-crypt enable crypt(3) passwords (auto)"
|
--enable-crypt enable crypt(3) passwords (auto)"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-kpasswd enable kerberos password verification (no)"
|
--enable-kpasswd enable Kerberos password verification (no)"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
--enable-spasswd enable (Cyrus) SASL password verification (no)"
|
--enable-spasswd enable (Cyrus) SASL password verification (no)"
|
||||||
ac_help="$ac_help
|
ac_help="$ac_help
|
||||||
|
|
@ -6075,7 +6075,7 @@ fi
|
||||||
|
|
||||||
else
|
else
|
||||||
have_425=no
|
have_425=no
|
||||||
echo "configure: warning: Unrecongized Kerberos5 Implementation" 1>&2
|
echo "configure: warning: Unrecongized Kerberos V Implementation" 1>&2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $have_k425 = yes ; then
|
if test $have_k425 = yes ; then
|
||||||
|
|
|
||||||
|
|
@ -140,7 +140,7 @@ AC_ARG_WITH(xxslapdoptions,[SLAPD (Standalone LDAP Daemon) Options:])
|
||||||
OL_ARG_ENABLE(slapd,[ --enable-slapd enable building slapd], yes)dnl
|
OL_ARG_ENABLE(slapd,[ --enable-slapd enable building slapd], yes)dnl
|
||||||
OL_ARG_ENABLE(cleartext,[ --enable-cleartext enable cleartext passwords], yes)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], auto)dnl
|
||||||
OL_ARG_ENABLE(kpasswd,[ --enable-kpasswd enable kerberos password verification], no)dnl
|
OL_ARG_ENABLE(kpasswd,[ --enable-kpasswd enable Kerberos password verification], no)dnl
|
||||||
OL_ARG_ENABLE(spasswd,[ --enable-spasswd enable (Cyrus) SASL password verification], 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
|
OL_ARG_ENABLE(modules,[ --enable-modules enable dynamic module support], no)dnl
|
||||||
OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster replication], no)dnl
|
OL_ARG_ENABLE(multimaster,[ --enable-multimaster enable multimaster replication], no)dnl
|
||||||
|
|
@ -889,7 +889,7 @@ if test $ol_link_krb5 = yes -a \( $ol_with_kerberos = yes -o \
|
||||||
|
|
||||||
else
|
else
|
||||||
have_425=no
|
have_425=no
|
||||||
AC_MSG_WARN([Unrecongized Kerberos5 Implementation])
|
AC_MSG_WARN([Unrecongized Kerberos V Implementation])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test $have_k425 = yes ; then
|
if test $have_k425 = yes ; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue