Skip to content
Snippets Groups Projects
Commit 73889744 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

might have in their ldap.conf(5) file.
parent c230139a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
# disable LDAP initialization
LDAPNOINIT=true; export LDAPNOINIT
echo ">>>>> Executing all LDAP tests..."
if [ $# -eq 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment