-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a new SOCKSProxySocketFactory class that can be used to allow establishing LDAP and LDAPS connections through a SOCKSv4 or SOCKSv5 proxy server. Communication with the SOCKS proxy server itself must be unencrypted (although communication with the target LDAP server may optionally be end-to-end encrypted with TLS), and the SOCKS proxy server must not require authentication.
- Loading branch information
Showing
4 changed files
with
704 additions
and
0 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.