Add Docker Compose config and 389ds service
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
refs #2
This commit is contained in:
@@ -26,13 +26,13 @@ authorizations: &AUTHORIZATIONS
|
||||
## Environment
|
||||
|
||||
development:
|
||||
host: 192.168.56.5
|
||||
port: 389
|
||||
host: <%= ENV["LDAP_HOST"] || "localhost" %>
|
||||
port: <%= ENV["LDAP_PORT"] || "389" %>
|
||||
attribute: cn
|
||||
base: ou=kosmos.org,cn=users,dc=kosmos,dc=org
|
||||
admin_user: "cn=Directory Manager"
|
||||
admin_password: localpass
|
||||
# ssl: false
|
||||
admin_password: <%= ENV["LDAP_ADMIN_PASSWORD"] %>
|
||||
ssl: <%= ENV["LDAP_USE_TLS"] || "false" %>
|
||||
# <<: *AUTHORIZATIONS
|
||||
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user