summaryrefslogtreecommitdiffstats
path: root/build/integration/ldap_features/ldap-openldap.feature
blob: e52ab600aecc51f159a3a0d037f431bc4e4c29ba (plain)
1
2
3
4
5
6
7
8
9
10
Feature: LDAP
  Background:
    Given using api version "2"

  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"