go-ad-auth icon indicating copy to clipboard operation
go-ad-auth copied to clipboard

Simple Active Directory authentication library for Go

Results 2 go-ad-auth issues
Sort by recently updated
recently updated
newest added

This fix will return the origin LDAP error which is fully formated at [go-ldap](https://github.com/go-ldap/ldap/blob/master/error.go#L192).

Hi, When entry.DN contains a backslash, a parenthesis, an asterisk or a null character, the following query fails because the filter is invalid. https://github.com/korylprince/go-ad-auth/blob/0ee4caa3e0d969ebe086e28cf082fe17f63ee6a7/auth.go#L60 You should escape entry.DN using the...