7 lines
185 B
Bash
7 lines
185 B
Bash
LDAP_URL=ldap://localhost:389
|
|
LDAP_BIND_DN=
|
|
LDAP_BIND_CREDENTIALS=
|
|
LDAP_SEARCH_BASE=dc=example,dc=com
|
|
LDAP_SEARCH_FILTER=(objectClass=inetorgperson)
|
|
API_URL=http://tdrive:4000/api/sync
|