We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ebf78a + 91b3080 commit 7cf35f4Copy full SHA for 7cf35f4
build/integration/ldap_features/openldap-uid-username.feature
@@ -108,3 +108,13 @@ Feature: LDAP
108
| lloyd |
109
| priscilla |
110
| shannah |
111
+
112
+ Scenario: Deleting an unavailable LDAP user
113
+ Given As an "admin"
114
+ And sending "GET" to "/cloud/users"
115
+ And modify LDAP configuration
116
+ | ldapUserFilter | (&(objectclass=inetorgperson)(!(uid=alice))) |
117
+ And invoking occ with "ldap:check-user alice"
118
+ And the command output contains the text "Clean up the user's remnants by"
119
+ And invoking occ with "user:delete alice"
120
+ Then the command output contains the text "The specified user was deleted"
0 commit comments