1 |
diff -Nur smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-occ-conf smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-occ-conf |
2 |
--- smeserver-nextcloud-1.2.0.old/root/etc/e-smith/events/actions/nextcloud-occ-conf 2020-11-08 15:18:40.000000000 -0500 |
3 |
+++ smeserver-nextcloud-1.2.0/root/etc/e-smith/events/actions/nextcloud-occ-conf 2020-11-08 21:50:34.772000000 -0500 |
4 |
@@ -142,7 +142,10 @@ |
5 |
OCC "ldap:set-config s01 useMemberOfToDetectMembership 0"; |
6 |
OCC "ldap:set-config s01 ldapConfigurationActive 1"; |
7 |
OCC "ldap:set-config s01 turnOffCertCheck 1"; |
8 |
- |
9 |
+ # changes to use username in place of ldap uuid as id |
10 |
+ OCC "ldap:set-config s01 ldapExpertUUIDGroupAttr cn"; |
11 |
+ OCC "ldap:set-config s01 ldapExpertUUIDUserAttr uid"; |
12 |
+ OCC "ldap:set-config s01 ldapExpertUsernameAttr uid"; |
13 |
|
14 |
# set ibays shares |
15 |
foreach ( @ibays) { |