-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Low
-
None
-
Affects Version/s: 6.2.1
-
Component/s: User Management, Crowd & LDAP integration
-
None
-
Severity 3 - Minor
Summary
If Bamboo is configured to connect to LDAP server with results more than the LDAP server search limit, there isn't any error thrown
Steps to Reproduce
- Configure Microsoft Active Directory to have low MaxPageSize limit by running the following commands in Ntdsutil.exe:
LDAP policies connections connect to server <DNS name of server> q Set MaxPageSize to 10 Commit Changes
- Add more than 10 users into Active Directory
- Configure Bamboo to connect to Active Directory for user management
- Access Administration >> Security >> Users
Expected Results
There will be error showing "Sizelimit Exceeded"
Actual Results
Only 10 users listed. No error thrown in the log.
Notes
Paddle test does not have error too
Workaround
- Increase the search limit
OR - Configure Bamboo "userSearchFilter" in atlassian-user.xml file to reduce the number of results
- duplicates
-
BAM-18051 Bamboo does not paginate records over MaxPageSize
-
- Closed
-