From b4eeb9eff5b2892fc9c1da5f56fb1129730d07a6 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 9 Apr 2018 12:27:36 +0200 Subject: check user details Signed-off-by: Arthur Schiwon --- build/integration/ldap_features/ldap-openldap.feature | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'build/integration/ldap_features/ldap-openldap.feature') diff --git a/build/integration/ldap_features/ldap-openldap.feature b/build/integration/ldap_features/ldap-openldap.feature index e52ab600aec..c63fdf1f9c5 100644 --- a/build/integration/ldap_features/ldap-openldap.feature +++ b/build/integration/ldap_features/ldap-openldap.feature @@ -5,6 +5,13 @@ Feature: LDAP Scenario: Test valid configuration by logging in Given having a valid LDAP configuration When Logging in using web as "alice" - #When As an "alice" - And sending "GET" to "/cloud/user" Then the HTTP status code should be "200" + + Scenario: Look for a known LDAP user + Given having a valid LDAP configuration + And As an "admin" + And sending "GET" to "/cloud/users?search=alice" + Then the OCS status code should be "200" + And looking up details for the first result matches expectations + | email | alice@nextcloud.ci | + | displayname | Alice | -- cgit v1.2.3