diff --git a/build/integration/ldap_features/ldap-openldap.feature b/build/integration/ldap_features/ldap-openldap.feature
index 2e1f637a50a4ce9ae89941a8b2c9e4d788d709e3..6c5ed8b462baa41df8677eac299ea5386b6d2f09 100644
--- a/build/integration/ldap_features/ldap-openldap.feature
+++ b/build/integration/ldap_features/ldap-openldap.feature
@@ -110,6 +110,8 @@ Feature: LDAP
       | ldapNestedGroups              | 1 |
       | useMemberOfToDetectMembership | 1 |
       | ldapUserFilter                | (&(objectclass=inetorgperson)(!(uid=alice))) |
+      | ldapExpertUsernameAttr        | uid |
+      | ldapGroupMemberAssocAttr      | member |
     And As an "admin"
     # for population
     And sending "GET" to "/cloud/groups"
@@ -129,6 +131,8 @@ Feature: LDAP
       | ldapNestedGroups              | 1 |
       | useMemberOfToDetectMembership | 0 |
       | ldapUserFilter                | (&(objectclass=inetorgperson)(!(uid=alice))) |
+      | ldapExpertUsernameAttr        | uid |
+      | ldapGroupMemberAssocAttr      | member |
     And As an "admin"
     # for population
     And sending "GET" to "/cloud/groups"
@@ -148,6 +152,8 @@ Feature: LDAP
       | ldapNestedGroups              | 1 |
       | useMemberOfToDetectMembership | 1 |
       | ldapUserFilter                | (&(objectclass=inetorgperson)(!(uid=alice))) |
+      | ldapExpertUsernameAttr        | uid |
+      | ldapGroupMemberAssocAttr      | member |
     And As an "admin"
     # for population
     And sending "GET" to "/cloud/groups"
diff --git a/build/integration/ldap_features/openldap-numerical-id.feature b/build/integration/ldap_features/openldap-numerical-id.feature
index 4959c7328e6514121825b550a3dc097d02e1fa9a..4112df0ae1a6e16455eb68c16f861bf51e5527f1 100644
--- a/build/integration/ldap_features/openldap-numerical-id.feature
+++ b/build/integration/ldap_features/openldap-numerical-id.feature
@@ -53,6 +53,7 @@ Scenario: Test LDAP group membership with intermediate groups not matching filte
     | ldapNestedGroups              | 1 |
     | useMemberOfToDetectMembership | 1 |
     | ldapUserFilter                | (&(objectclass=inetorgperson)(!(uid=alice))) |
+    | ldapGroupMemberAssocAttr      | member |
   And As an "admin"
   # for population
   And sending "GET" to "/cloud/groups"