From 0ed37679a060c83bdb80190c9719f72faef31f74 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 17 May 2023 06:47:21 +0200 Subject: [PATCH] Update config-dist.php --- conf/config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config-dist.php b/conf/config-dist.php index ba9971c..ba5b840 100644 --- a/conf/config-dist.php +++ b/conf/config-dist.php @@ -88,7 +88,7 @@ Setting('LDAP_BASE_DN', 'ou=users,dc=yunohost,dc=org'); // Example value "DC=loc Setting('LDAP_BIND_DN', ''); // Example value "CN=grocy_bind_account,OU=service_accounts,DC=local,DC=berrnd,DC=net" Setting('LDAP_BIND_PW', ''); // Password for the above account Setting('LDAP_USER_FILTER', '(&(|(objectclass=posixAccount))(uid={{username}})(permission=cn=__APP__.main,ou=permission,dc=yunohost,dc=org))'); // Example value "(OU=grocy_users)" -Setting('LDAP_UID_ATTR', ''); // Windows AD: "sAMAccountName", OpenLDAP: "uid", GLAuth: "cn" +Setting('LDAP_UID_ATTR', 'uid'); // Windows AD: "sAMAccountName", OpenLDAP: "uid", GLAuth: "cn" // Default permissions for new users // the array needs to contain the technical/constant names