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

Revert "add first ldap support"

This reverts commit 2fdd814674.
This commit is contained in:
liberodark 2018-11-26 03:05:38 +01:00
parent 2fdd814674
commit a651830e86

View file

@ -74,14 +74,14 @@
"apiKey": "change this" "apiKey": "change this"
}, },
"ldap": { "ldap": {
"url": "ldap://localhost:389", "url": "ldap://change_this",
"bindDn": null, "bindDn": null,
"bindCredentials": null, "bindCredentials": null,
"searchBase": "ou=users,dc=yunohost,dc=org", "searchBase": "change this",
"searchFilter": "(&(|(objectclass=posixAccount))(uid=%uid))", "searchFilter": "change this",
"searchAttributes": ['displayName', 'mail'], "searchAttributes": ["change this"],
"usernameField": "cn", "usernameField": "change this e.g. cn",
"useridField": "uid", "useridField": "change this e.g. uid",
"tlsOptions": { "tlsOptions": {
"changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback" "changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback"
} }