Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added DN to list of login option when working with multiple domain names.
  • Loading branch information
tastypackets committed May 28, 2019
1 parent 011c7e1 commit 33de533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sAMAccountName can only bind with the domain name, if you want users to be able
These options will work by default with no changes:
- Login with `test\test`
- Login with `test@test.com`
- Login with `CN=Test,OU=Users,DC=test,DC=local`

In order to let the user login with `test@test.local` we would need to convert the string to `test\test` or we would need to provide a customSearch on the loginUser method. Originally this was being added to v1.2.0 as an auto-fallback if no user was located with UPN, however due to unknown possible security issues and lack of testing time I decided it'd be safe to leave this process up to the dev and not include the auto-fallback process in v1.2.0.

Expand Down

0 comments on commit 33de533

Please sign in to comment.