auto-manager #1

Merged
wmantly merged 9 commits from auto-manager into master 2021-03-23 20:34:26 +00:00
Showing only changes of commit 9a4c496d19 - Show all commits

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