Add production config and credentials
This commit is contained in:
@@ -50,7 +50,7 @@ production:
|
||||
port: 636
|
||||
attribute: cn
|
||||
base: ou=kosmos.org,cn=users,dc=kosmos,dc=org
|
||||
admin_user: "cn=Directory Manager"
|
||||
admin_password: writtenbychef
|
||||
admin_user: <%= Rails.application.credentials.ldap[:username] %>
|
||||
admin_password: <%= Rails.application.credentials.ldap[:password] %>
|
||||
ssl: simple_tls
|
||||
# <<: *AUTHORIZATIONS
|
||||
|
||||
Reference in New Issue
Block a user