diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-01-18 21:13:23 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-01-18 21:13:23 +0100 |
commit | 689df9a843dd0505088143de039af775a3f92612 (patch) | |
tree | 717a7eb2baa8f4c7f8e6870d2753fe9f03d77929 /build/integration | |
parent | 012708e1badebe5dab6260c2e9edb521d5dbfee0 (diff) | |
download | nextcloud-server-689df9a843dd0505088143de039af775a3f92612.tar.gz nextcloud-server-689df9a843dd0505088143de039af775a3f92612.zip |
LDAP OCS Api for create config
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'build/integration')
-rw-r--r-- | build/integration/features/ldap-ocs.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/integration/features/ldap-ocs.feature b/build/integration/features/ldap-ocs.feature new file mode 100644 index 00000000000..d8586bb75bf --- /dev/null +++ b/build/integration/features/ldap-ocs.feature @@ -0,0 +1,7 @@ +Feature: LDAP + + Scenario: Creating an new, empty configuration + Given As an "admin" + When sending "POST" to "/apps/user_ldap/api/v1/config" + Then the OCS status code should be "100" + And the HTTP status code should be "200" |