-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
authlib: Avoid following LDAP referrals
LDAP referrals seems to be a somewhat broken concept. By default the LDAP module uses a default anonymous bind to follow referrals which I would expect rarely (never) works. As NIPAP does not support setting up a separate connection for the referrals today, we just skip following them for now. Also avoided sending full LDAP error messages to clients and instead make sure the error is logged.
- Loading branch information
Showing
2 changed files
with
8 additions
and
3 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