18 lines
		
	
	
		
			409 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			409 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
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=
 |