Disable implicit session defaulting.... you never know what someone

might have in their ldap.conf(5) file.
This commit is contained in:
Kurt Zeilenga 1999-01-14 22:22:45 +00:00
parent c230139a8c
commit 7388974468

View File

@ -1,5 +1,8 @@
#!/bin/sh
# disable LDAP initialization
LDAPNOINIT=true; export LDAPNOINIT
echo ">>>>> Executing all LDAP tests..."
if [ $# -eq 0 ]; then