jtblin / go-ldap-client

Simple ldap client to authenticate, retrieve basic information and groups for a user.
Other
261 stars 90 forks source link

extracted FindUser function and remove rebind #9

Open sergeyt opened 7 years ago

sergeyt commented 7 years ago

Sometimes it is needed to check existence of given user. Also remove rebind since there is bind in FindUser.


This change is Reviewable