aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2025-02-27 12:39:15 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2025-02-27 15:36:20 +0000
commitb8d91400a17fe18f39580424c6481ba3bfb7e875 (patch)
tree4d73edb1f97d5d75b7cf52f505e703ace10af89d
parent1f0e04389b87f5577eed03440bb6839781d05ddb (diff)
downloadnextcloud-server-backport/47513/stable29.tar.gz
nextcloud-server-backport/47513/stable29.zip
fix: Fix test by scanning group before using itbackport/47513/stable29
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> [skip ci]
-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 6793273e8c7..2cc2cb4c71b 100644
--- a/build/integration/openldap_features/openldap-uid-username.feature
+++ b/build/integration/openldap_features/openldap-uid-username.feature
@@ -149,6 +149,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
@@ -160,4 +161,3 @@ Feature: LDAP
And "users" sharees returned are
| Elisa | 0 | elisa |
And "exact groups" sharees returned is empty
-