Files
ldapuserdir/etc/ldapuserdir-ctl.cfg

22 lines
666 B
INI

[Ldap]
# URL for contacting the LDAP server
serverurl = ldaps://d.example.org:636
# base ldap path for global searches: not yet used
top_ou = OU=ExampleOrg,DC=d,DC=example,DC=org
# base ldap path under which all users are found
user_ou = OU=Users,OU=ExampleOrg,DC=d,DC=example,DC=org
# base ldap path under which groups are found
group_ou = ou=Groups,ou=ExampleOrg,dc=d,dc=example,dc=org
# minimally privileged Ldap user and password for running normal
# lookup queries
default_user_dn = CN=linux_ldap,OU=Services,OU=IT,DC=d,DC=example,DC=org
default_user_pw = secret_pwd
# Optional
# default filter to be used for group searches
default_group_filter = svc-ra*