Synchronize Dolibarr extra fields to LDAP
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@ -0,0 +1,17 @@
|
||||
DOLIBARR_URL=https://dolibarr.example.com
|
||||
DOLIBARR_API_TOKEN=DOLAPIKEY
|
||||
DOLIBARR_API_DEBUG=false
|
||||
|
||||
LDAP_HOST=127.0.0.1
|
||||
LDAP_PORT=389
|
||||
LDAP_BIND_USER=
|
||||
LDAP_BIND_PASSWORD=
|
||||
LDAP_BASE="dc=example,dc=com"
|
||||
|
||||
# LDAP_USERS_OU="ou=users,dc=example,dc=com"
|
||||
LDAP_USERS_EXTRA_FIELDS=
|
||||
LDAP_USERS_EXTRA_OBJECT_CLASSES=
|
||||
|
||||
# LDAP_GROUPS_OU="ou=groups,dc=example,dc=com"
|
||||
LDAP_GROUPS_EXTRA_FIELDS=
|
||||
LDAP_GROUPS_EXTRA_OBJECT_CLASSES=
|
Reference in New Issue
Block a user