1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00

Update config.js

This commit is contained in:
ericgaspar 2021-05-10 11:59:36 +02:00
parent 1ebdb733b7
commit 5c911704cb
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -429,7 +429,7 @@ module.exports = {
rootDN: "ou=users,dc=yunohost,dc=org", rootDN: "ou=users,dc=yunohost,dc=org",
// - `rootPassword`: Password of The Lounge LDAP system user. // - `rootPassword`: Password of The Lounge LDAP system user.
rootPassword: "1234", rootPassword: "",
// - `ldapFilter`: it is set to `"(objectClass=person)(memberOf=ou=accounts,dc=example,dc=com)"` // - `ldapFilter`: it is set to `"(objectClass=person)(memberOf=ou=accounts,dc=example,dc=com)"`
// by default. // by default.