package
0.22.0
Repository: https://github.com/epfl-si/go-toolbox.git
Documentation: pkg.go.dev

# Functions

BindAD connects to an Active Directory server through LDAP protocol - ldapURL example : "ldaps://exdev.epfl.ch" (with ldaps, port 636 is induced) */.
SearchAD will look for items in Active Directory and return the given attributes Need : ldap connection as returned by BindAD baseDN example : DC=exdev,DC=epfl,DC=ch filter example : (employeeID=999999) attributes example : []string{"userPrincipalName", "mail", "displayName"}.