This repository was archived by the owner on May 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LDAP-49 : Fix for Com4jException thrown by external users provider
1. AdConnectionHelper now connects to domain LDAP servers instead of forest GC ( Global Catalog) servers to get the users details. 2. More logging is added in AdConnectionHelper and WindowsAuthenticationHelper 3. More exception handling is added in AdConnectionHelper to catch exceptions thrown by Com4j. 4. Unit tests are also updated. Manual Testing of scenarios ( Compat mode and and non-compat mode windows authentication ) 1. Test on corpnet in which GC servers are available. 2. Testing on private active directory setup in which a. Two domains in same forest and AD global catalog is not present in both the domains. Windows auth for users from both domain to SonarQube server in one of the domain. b. Two domains in the same forest and AD global catalog is present for one of the domains. Windows auth for users from both domain to SonarQube server in one of the domain. c. Two domains ( sub-tree of third domain). Windows auth for users from both domain to SonarQube server in one of the domain.
- Loading branch information
1 parent
265d31c
commit d8d6e3e
Showing
4 changed files
with
170 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.