Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/univention-app.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorva1entin <github@valentinsblog.com>2018-11-16 19:37:35 +0300
committerva1entin <github@valentinsblog.com>2018-11-16 19:37:35 +0300
commitdf78e314dca85a91de80cfa8d7c57598e081de8c (patch)
tree89ff68cc4262cbf987f341e502bcf1eaf9a3c7e2 /inst
parentb5ed6fc32da6d75c074a83ad6ecd248c1688e24c (diff)
Use LDAP base as group base by default
Diffstat (limited to 'inst')
-rw-r--r--inst2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst b/inst
index ac6298b..09218f5 100644
--- a/inst
+++ b/inst
@@ -85,7 +85,7 @@ nextcloud_ensure_ucr() {
nextcloud/ldap/groupDisplayName?"cn" \
nextcloud/ldap/base?"$ldap_base" \
nextcloud/ldap/baseUsers?"$ldap_base" \
- nextcloud/ldap/baseGroups?"cn=groups,$ldap_base" \
+ nextcloud/ldap/baseGroups?"$ldap_base" \
nextcloud/ldap/filterLogin?"(&(objectclass=nextcloudUser)(nextcloudEnabled=1)(uid=%uid))" \
nextcloud/ldap/filterUsers?"(&(objectclass=nextcloudUser)(nextcloudEnabled=1))" \
nextcloud/ldap/filterGroups?"(&(objectclass=nextcloudGroup)(nextcloudEnabled=1))" \