1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/codimd_ynh.git synced 2024-09-03 18:16:32 +02:00

Update config.json.example

This commit is contained in:
ericgaspar 2020-05-27 23:41:23 +02:00
parent 6ba52b7a61
commit 3f57c9e778
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -29,6 +29,14 @@
"host": "localhost",
"port": "5432",
"dialect": "postgres"
},
"ldap": {
"url": "ldap://127.0.0.1",
"bindDn": "ou=users,dc=yunohost,dc=org",
"bindCredentials": "<super secret password>",
"searchBase": "dc=internal,dc=example,dc=com",
"searchFilter": "(&(objectcategory=person)(objectclass=user)(|(sAMAccountName={{username}})(mail={{username}})))",
"useridField": "uid"
}
}
}