aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2025-02-27 12:39:15 +0100
committerCôme Chilliet <come.chilliet@nextcloud.com>2025-02-27 12:39:15 +0100
commit485f3f495e278ed5136aaded9eaf559671419cb6 (patch)
tree77a965f0d602524a2f7d83bcfb3631b27f3a480d /build
parent7facae6b83291e8948a177f1b8a07e26e577c1cd (diff)
downloadnextcloud-server-485f3f495e278ed5136aaded9eaf559671419cb6.tar.gz
nextcloud-server-485f3f495e278ed5136aaded9eaf559671419cb6.zip
fix: Fix test by scanning group before using itbug/noid/weird-ldap-caching
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'build')
-rw-r--r--build/integration/openldap_features/openldap-uid-username.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/openldap_features/openldap-uid-username.feature b/build/integration/openldap_features/openldap-uid-username.feature
index 9d5405e88bf..bee4098972b 100644
--- a/build/integration/openldap_features/openldap-uid-username.feature
+++ b/build/integration/openldap_features/openldap-uid-username.feature
@@ -151,6 +151,7 @@ Feature: LDAP
| ldapAttributesForUserSearch | employeeNumber |
| useMemberOfToDetectMembership | 1 |
And parameter "shareapi_only_share_with_group_members" of app "core" is set to "yes"
+ And invoking occ with "ldap:check-group cn=Orcharding,ou=OtherGroups,dc=nextcloud,dc=ci --update"
And As an "alice"
When getting sharees for
# "5" is part of the employee number of some LDAP records
@@ -162,4 +163,3 @@ Feature: LDAP
And "users" sharees returned are
| Elisa | 0 | elisa |
And "exact groups" sharees returned is empty
-