Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Nextcloud
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Nextcloud
Commits
4bd39164
Unverified
Commit
4bd39164
authored
6 years ago
by
Arthur Schiwon
Browse files
Options
Downloads
Patches
Plain Diff
integration test: pages search scenario with multiple bases
Signed-off-by:
Arthur Schiwon
<
blizzz@arthur-schiwon.de
>
parent
91b30ada
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.drone.yml
+1
-1
1 addition, 1 deletion
.drone.yml
build/integration/ldap_features/openldap-uid-username.feature
+22
-0
22 additions, 0 deletions
...d/integration/ldap_features/openldap-uid-username.feature
with
23 additions
and
1 deletion
.drone.yml
+
1
−
1
View file @
4bd39164
...
...
@@ -1087,7 +1087,7 @@ services:
matrix
:
TESTS
:
acceptance
openldap
:
image
:
nextcloudci/openldap:openldap-
5
image
:
nextcloudci/openldap:openldap-
6
environment
:
-
SLAPD_DOMAIN=nextcloud.ci
-
SLAPD_ORGANIZATION=Nextcloud
...
...
This diff is collapsed.
Click to expand it.
build/integration/ldap_features/openldap-uid-username.feature
+
22
−
0
View file @
4bd39164
...
...
@@ -86,3 +86,25 @@ Feature: LDAP
|
juliana
|
|
leo
|
|
stigur
|
Scenario
:
Fetch from second batch of all users, invoking pagination with two bases
Given
modify LDAP configuration
|
ldapBaseUsers
|
ou=PagingTest,dc=nextcloud,dc=ci;ou=PagingTestSecondBase,dc=nextcloud,dc=ci
|
|
ldapPagingSize
|
2
|
And
As an
"admin"
And
sending
"GET"
to
"/cloud/users?limit=10&offset=2"
Then
the OCS status code should be
"200"
And
the
"users"
result should contain
"5"
of
|
ebba
|
|
eindis
|
|
fjolnir
|
|
gunna
|
|
juliana
|
|
leo
|
|
stigur
|
And
the
"users"
result should contain
"3"
of
|
allisha
|
|
dogukan
|
|
lloyd
|
|
priscilla
|
|
shannah
|
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment