secrets template

This commit is contained in:
2020-08-28 17:48:27 -04:00
parent 0de20c5d89
commit 9c133fed62
2 changed files with 29 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
module.exports = {
userModel: 'ldap', // pam, redis, ldap
ldap: {
url: 'ldap://192.168.1.55:389',
url: 'ldap://192.168.1.55:389,
bindDN: 'cn=ldapclient service,ou=people,dc=theta42,dc=com',
bindPassword: '__IN SRECREST FILE__',
userBase: 'ou=people,dc=theta42,dc=com',