Keep env.sample

This commit is contained in:
PCoder 2019-05-01 20:28:23 +02:00
parent f29ac4eb2f
commit d0faf78168
1 changed files with 10 additions and 0 deletions

10
dal/env.sample Normal file
View File

@ -0,0 +1,10 @@
# 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"