#!/bin/bash # directory base LDAP_BASE="dc=gmolab,dc=net" # openldap server LDAP_SRV=ldap://kleenex.gmolab.net # openldap manager username and password LDAP_MANAGER_USER="cn=Admin LDAP,ou=people,$LDAP_BASE" LDAP_MANAGER_PASS=secret