ldap icon indicating copy to clipboard operation
ldap copied to clipboard

Basic LDAP v3 client & server functionality for the GO programming language.

Results 2 ldap issues
Sort by recently updated
recently updated
newest added

This newer package has ben updated with tests, and looks to actually be supported. It is also is a forked version of nmcclain/asn1-ber, so supports the same API. TestBindSSL is...

This patch modifies `ListenAndServe` and adds a second optional argument that allows to listen on a custom network. Network is a string, as specified by https://pkg.go.dev/net#Listen This allows listening on...