You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
336 B
9 lines
336 B
# Create .env to be loaded automatically |
|
|
|
LDAPSERVER="ldap://ldap1.ungleich.ch ldap://ldap2.ungleich.ch" |
|
LDAPSEARCHUSER="user here" |
|
LDAPSEARCHUSERPASSWORD="password here" |
|
|
|
# Space separated list of search bases for users |
|
LDAPSEARCH="ou=users,dc=ungleich,dc=ch ou=customers,dc=ungleich,dc=ch" |
|
LDAPCREATE="ou=customers,dc=ungleich,dc=ch"
|
|
|