2019-01-26 12:54:20 +00:00
|
|
|
# Create .env to be loaded automatically
|
|
|
|
|
|
|
|
LDAPSERVER="ldap://ldap1.ungleich.ch ldap://ldap2.ungleich.ch"
|
|
|
|
LDAPSEARCHUSER="user here"
|
|
|
|
LDAPSEARCHUSERPASSWORD="password here"
|
|
|
|
|
2019-01-26 16:46:06 +00:00
|
|
|
|
2019-01-26 12:54:20 +00:00
|
|
|
# Space separated list of search bases for users
|
|
|
|
LDAPSEARCH="ou=users,dc=ungleich,dc=ch ou=customers,dc=ungleich,dc=ch"
|
2019-01-26 14:19:58 +00:00
|
|
|
LDAPCREATE="ou=customers,dc=ungleich,dc=ch"
|