From a33f19aad94b3823f5536116aee560a97b9d9e53 Mon Sep 17 00:00:00 2001 From: Derek Crudgington Date: Thu, 23 Feb 2023 14:49:01 +0000 Subject: [PATCH] Added ldap_display_name setting --- lib/nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/nextcloud.sh b/lib/nextcloud.sh index 2b6fb2b..71ec499 100644 --- a/lib/nextcloud.sh +++ b/lib/nextcloud.sh @@ -231,6 +231,7 @@ PATH=/var/www/html:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/sbin:/bin ./occ ldap:set-config s01 useMemberOfToDetectMembership 1 ./occ ldap:set-config s01 ldapConfigurationActive 1 ./occ ldap:set-config s01 ldap_expert_username_attr uid +./occ ldap:set-config s01 ldap_display_name givenName ./occ config:system:set overwriteprotocol --value=https ./occ config:system:set default_phone_region --value="$COUNTRY" ./occ config:system:delete trusted_domains