This commit is contained in:
Kurt Zeilenga 2000-09-14 07:26:28 +00:00
parent ed68c977d9
commit d2d7b97649
2 changed files with 5 additions and 5 deletions

6
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# $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.
#
@ -67,7 +67,7 @@ ac_help="$ac_help
ac_help="$ac_help
--enable-crypt enable crypt(3) passwords (auto)"
ac_help="$ac_help
--enable-kpasswd enable kerberos password verification (no)"
--enable-kpasswd enable Kerberos password verification (no)"
ac_help="$ac_help
--enable-spasswd enable (Cyrus) SASL password verification (no)"
ac_help="$ac_help
@ -6075,7 +6075,7 @@ fi
else
have_425=no
echo "configure: warning: Unrecongized Kerberos5 Implementation" 1>&2
echo "configure: warning: Unrecongized Kerberos V Implementation" 1>&2
fi
if test $have_k425 = yes ; then

View file

@ -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(cleartext,[ --enable-cleartext enable cleartext passwords], yes)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(modules,[ --enable-modules enable dynamic module support], 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
have_425=no
AC_MSG_WARN([Unrecongized Kerberos5 Implementation])
AC_MSG_WARN([Unrecongized Kerberos V Implementation])
fi
if test $have_k425 = yes ; then