Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ldap ¶
type Ldap struct { v1.BaseModel `storm:"inline"` v1.Metadata `storm:"inline"` Username string `json:"username"` Password string `json:"password"` Address string `json:"address"` Port string `json:"port"` Dn string `json:"dn"` Filter string `json:"filter"` Mapping string `json:"mapping"` TLS bool `json:"tls"` Enable bool `json:"enable"` SizeLimit int `json:"sizeLimit"` TimeLimit int `json:"timeLimit"` }
func (*Ldap) GetAttributes ¶
Click to show internal directories.
Click to hide internal directories.