#!/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 # mail domain for user LDAP_USER_MAIL_DOMAIN=gmolab.net