From 038a9dd5352d22500d7d9fd23c32360c61d3fcac Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 28 May 2020 18:00:00 +0200 Subject: [PATCH] Update config.json.example --- conf/config.json.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/config.json.example b/conf/config.json.example index 2eded54..c40d4a4 100644 --- a/conf/config.json.example +++ b/conf/config.json.example @@ -37,7 +37,8 @@ "searchBase": "ou=users,dc=yunohost,dc=org", "searchFilter": "(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))", "usernameField": "cn", - "useridField": "uid" + "useridField": "uid", + "providerName": "YunoHost" } } }