in the course of this I also decided to change some of the general structure, especially concerning the handling of the MSsfu option. This required a change in the API, regrettably, and to a major version bump. Also I adopted semantiv versioning.
22 lines
620 B
INI
22 lines
620 B
INI
[Ldap]
|
|
# URL for contacting the LDAP server
|
|
serverurl = ldaps://d.psi.ch:636
|
|
|
|
# base ldap path for global searches: not yet used
|
|
top_ou = OU=PSI,DC=d,DC=psi,DC=ch
|
|
|
|
# base ldap path under which all users are found
|
|
user_ou = OU=Users,OU=PSI,DC=d,DC=psi,DC=ch
|
|
|
|
# base ldap path under which groups are found
|
|
group_ou = ou=Groups,ou=PSI,dc=d,dc=psi,dc=ch
|
|
|
|
# minimally privileged Ldap user and password for running normal
|
|
# lookup queries
|
|
default_user_dn = CN=linux_ldap,OU=Services,OU=IT,DC=d,DC=psi,DC=ch
|
|
default_user_pw = secret_pwd
|
|
|
|
# Optional
|
|
# default filter to be used for group searches
|
|
default_group_filter = svc-ra*
|