From 987db8e6c56ace702b7bfbfd76b661ae79df5c45 Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@arthur-schiwon.de>
Date: Wed, 6 Mar 2019 00:09:23 +0100
Subject: [PATCH] add missing config bits to integration tests

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
---
 build/integration/ldap_features/ldap-openldap.feature       | 6 ++++++
 .../integration/ldap_features/openldap-numerical-id.feature | 1 +
 2 files changed, 7 insertions(+)

diff --git a/build/integration/ldap_features/ldap-openldap.feature b/build/integration/ldap_features/ldap-openldap.feature
index 2e1f637a50a..6c5ed8b462b 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 4959c7328e6..4112df0ae1a 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"
-- 
GitLab