From a651830e86968400581d292e3d9b6e8dcdfedf99 Mon Sep 17 00:00:00 2001 From: liberodark Date: Mon, 26 Nov 2018 03:05:38 +0100 Subject: [PATCH] Revert "add first ldap support" This reverts commit 2fdd814674149d02c3ec8d58a6a17ac839840c76. --- conf/config.json.example | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/config.json.example b/conf/config.json.example index 7582500..8442e68 100644 --- a/conf/config.json.example +++ b/conf/config.json.example @@ -74,14 +74,14 @@ "apiKey": "change this" }, "ldap": { - "url": "ldap://localhost:389", + "url": "ldap://change_this", "bindDn": null, "bindCredentials": null, - "searchBase": "ou=users,dc=yunohost,dc=org", - "searchFilter": "(&(|(objectclass=posixAccount))(uid=%uid))", - "searchAttributes": ['displayName', 'mail'], - "usernameField": "cn", - "useridField": "uid", + "searchBase": "change this", + "searchFilter": "change this", + "searchAttributes": ["change this"], + "usernameField": "change this e.g. cn", + "useridField": "change this e.g. uid", "tlsOptions": { "changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback" }