ldap-tools/ldap.conf.dist
2024-12-27 16:38:44 +01:00

13 lines
236 B
Bash

#!/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