mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Disable implicit session defaulting.... you never know what someone
might have in their ldap.conf(5) file.
This commit is contained in:
parent
c230139a8c
commit
7388974468
@ -1,5 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# disable LDAP initialization
|
||||
LDAPNOINIT=true; export LDAPNOINIT
|
||||
|
||||
echo ">>>>> Executing all LDAP tests..."
|
||||
|
||||
if [ $# -eq 0 ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user