11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
# Example .env file for the Flintstones demo
|
|
BASE_DN=dc=flintstones,dc=com
|
|
|
|
# User with restricted access rights
|
|
BIND_DN=cn=Fred Flintstone,ou=People,dc=flintstones,dc=com
|
|
BIND_PASSWORD=yabbadabbado
|
|
|
|
# User with full access rights
|
|
# BIND_DN=cn=admin,dc=flintstones,dc=com
|
|
# BIND_PASSWORD=bedrock
|