Skip to content
Snippets Groups Projects
Verified Commit 65d26636 authored by David Mehren's avatar David Mehren
Browse files

Update readme, install scripts and pm2 config

parent a4e7a325
No related branches found
No related tags found
No related merge requests found
6.9.5
8.11.2
\ No newline at end of file
......@@ -200,9 +200,9 @@ module.exports = settings =
server:
url: 'ldap://localhost:389'
anonymous: false
bindDN: 'cn=admin,dc=planetexpress,dc=com'
bindCredentials: 'GoodNewsEveryone'
searchBase: 'ou=people,dc=planetexpress,dc=com'
bindDn: 'cn=admin,dc=example,dc=org'
bindCredentials: 'admin'
searchBase: 'dc=example,dc=org'
searchFilter: '(uid={{username}})'
emailAtt: 'mail'
failMessage: 'LDAP User Fail'
......@@ -211,6 +211,7 @@ module.exports = settings =
usernameField: 'ldapUsername'
passwordField: 'ldapPassword'
httpAuthUsers: httpAuthUsers
# Default features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment