Documentation ¶ Index ¶ func BindUser(l *ldap.Conn, username string, password string) error func GetSession(addr string, port int, untrustedCert bool) (*ldap.Conn, error) func GetUser(l *ldap.Conn, baseDN string, filterOn string, username string) (*ldap.Entry, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func BindUser ¶ func BindUser(l *ldap.Conn, username string, password string) error func GetSession ¶ func GetSession(addr string, port int, untrustedCert bool) (*ldap.Conn, error) func GetUser ¶ func GetUser(l *ldap.Conn, baseDN string, filterOn string, username string) (*ldap.Entry, error) Types ¶ This section is empty. Source Files ¶ View all Source files bindUser.go getSession.go getUser.go Click to show internal directories. Click to hide internal directories.