This commit is contained in:
2021-03-22 22:51:40 -04:00
parent 530ad35244
commit 9a4c496d19

View File

@ -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)',