]> git.sur5r.net Git - openldap/commitdiff
Default kbind to no as this functionality is deprecated.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 12 Sep 2000 21:19:12 +0000 (21:19 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 12 Sep 2000 21:19:12 +0000 (21:19 +0000)
configure
configure.in

index 232bbc01b75c20f91ebac0c12b32f7b721cfd45b..8019039affbb5ca253ebed28807eba3d5c6905a5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP: pkg/ldap/configure.in,v 1.323 2000/08/29 22:03:29 kurt Exp  
+# from OpenLDAP: pkg/ldap/configure.in,v 1.324 2000/09/06 19:22:55 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
@@ -37,7 +37,7 @@ ac_help="$ac_help
 ac_help="$ac_help
   --enable-referrals     enable V2 Referrals extension (yes)"
 ac_help="$ac_help
-  --enable-kbind         enable V2 Kerberos IV bind (auto)"
+  --enable-kbind         enable V2 Kerberos IV bind (no)"
 ac_help="$ac_help
   --enable-ipv6          enable IPv6 support (auto)"
 ac_help="$ac_help
@@ -1292,7 +1292,7 @@ if test "${enable_kbind+set}" = set; then
        ol_enable_kbind="$ol_arg"
 
 else
-       ol_enable_kbind="auto"
+       ol_enable_kbind="no"
 fi
 # end --enable-kbind
 # OpenLDAP --enable-ipv6
index 5704727c5fa85ededa7af561d8bbbf78dd7808be..a6807145457704f3c1fbe76a86bfbfabe887018e 100644 (file)
@@ -105,7 +105,7 @@ OL_ARG_ENABLE(syslog,[  --enable-syslog       enable syslog support], auto)dnl
 OL_ARG_ENABLE(proctitle,[  --enable-proctitle    enable proctitle support], yes)dnl
 OL_ARG_ENABLE(cache,[  --enable-cache    enable caching], yes)dnl
 OL_ARG_ENABLE(referrals,[  --enable-referrals    enable V2 Referrals extension], yes)dnl
-OL_ARG_ENABLE(kbind,[  --enable-kbind    enable V2 Kerberos IV bind], auto)dnl
+OL_ARG_ENABLE(kbind,[  --enable-kbind    enable V2 Kerberos IV bind], no)dnl
 OL_ARG_ENABLE(ipv6,[  --enable-ipv6      enable IPv6 support], auto)dnl
 OL_ARG_ENABLE(local,[  --enable-local    enable AF_LOCAL (AF_UNIX) socket support], auto)dnl
 OL_ARG_ENABLE(x_compile,[  --enable-x-compile    enable cross compiling],