From 73889744687e72336d31ef20329b123aac5422a2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 14 Jan 1999 22:22:45 +0000 Subject: [PATCH] Disable implicit session defaulting.... you never know what someone might have in their ldap.conf(5) file. --- tests/scripts/all | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/all b/tests/scripts/all index 5dbdc61b2a..2af48bcc4d 100755 --- a/tests/scripts/all +++ b/tests/scripts/all @@ -1,5 +1,8 @@ #!/bin/sh +# disable LDAP initialization +LDAPNOINIT=true; export LDAPNOINIT + echo ">>>>> Executing all LDAP tests..." if [ $# -eq 0 ]; then -- 2.39.5