Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EscapeLDAPValue ¶ added in v0.2.0
Types ¶
type CLIHandler ¶
type CLIHandler struct{}
func (*CLIHandler) Help ¶
func (h *CLIHandler) Help() string
type ConfigEntry ¶
type ConfigEntry struct { Url string UserDN string GroupDN string UPNDomain string UserAttr string Certificate string InsecureTLS bool StartTLS bool }
func (*ConfigEntry) GetTLSConfig ¶ added in v0.2.0
func (c *ConfigEntry) GetTLSConfig(host string) (*tls.Config, error)
func (*ConfigEntry) SetDefaults ¶
func (c *ConfigEntry) SetDefaults()
type GroupEntry ¶
type GroupEntry struct {
Policies []string
}
Click to show internal directories.
Click to hide internal directories.