fixed
This commit is contained in:
parent
530ad35244
commit
9a4c496d19
@ -1,9 +1,9 @@
|
||||
module.exports = {
|
||||
userModel: 'ldap'
|
||||
userModel: 'ldap',
|
||||
ldap: {
|
||||
url: 'ldap://localhost:389',
|
||||
bindDN: 'cn=admin,{{ldap_base}}',
|
||||
bindPassword: '{{password_md5}}',
|
||||
bindPassword: '{{password}}',
|
||||
userBase: 'ou=People,{{ldap_base}}',
|
||||
groupBase: 'ou=Groups,{{ldap_base}}',
|
||||
userFilter: '(objectClass=posixAccount)',
|
||||
|
Loading…
x
Reference in New Issue
Block a user