auto manager install

This commit is contained in:
2021-03-22 18:10:28 -04:00
parent 9975d30559
commit 4d800113ed
5 changed files with 140 additions and 4 deletions

View File

@ -0,0 +1,13 @@
module.exports = {
userModel: 'ldap'
ldap: {
url: 'ldap://localhost:389',
bindDN: 'cn=admin,{{ldap_base}}',
bindPassword: '{{password_md5}}',
userBase: 'ou=People,{{ldap_base}}',
groupBase: 'ou=Groups,{{ldap_base}}',
userFilter: '(objectClass=posixAccount)',
userNameAttribute: 'uid'
},
name: {{org_name}},
};