package
0.0.0-20190620175807-a892dfa31808
Repository: https://github.com/squeed/library-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
IsNoSuchObjectError determines if the error is a NoSuchObjectError or if it is the upstream version of the error If this returns true, you are *not* safe to cast the error to a NoSuchObjectError.
No description provided by the author
No description provided by the author
NewLDAPQuery converts a user-provided LDAPQuery into a version we can use.
NewLDAPQueryOnAttribute converts a user-provided LDAPQuery into a version we can use by parsing the input and combining it with a set of name attributes.
No description provided by the author
No description provided by the author
QueryForEntries queries for LDAP with the given searchRequest.
QueryForUniqueEntry queries for an LDAP entry with the given searchRequest.

# Structs

LDAPQuery encodes an LDAP query.
LDAPQueryOnAttribute encodes an LDAP query that conjoins two filters to extract a specific LDAP entry This query is not self-sufficient and needs the value of the QueryAttribute to construct the final filter.
No description provided by the author