package
Version:
v0.0.0-...-b123131
Opens a new window with list of versions in this module.
Published: Aug 8, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Ldap struct {
Address string `json:"address"`
Port string `json:"port"`
Username string `json:"username"`
Password string `json:"password"`
Conn *ldap.Conn
TLS bool `json:"tls"`
}
func NewLdapClient(address, port, username, password string, tls bool) *Ldap
Source Files
¶
Click to show internal directories.
Click to hide internal directories.