Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LDAPAuth ¶
type LDAPAuth struct {
// contains filtered or unexported fields
}
func NewLDAPAuth ¶
func NewLDAPAuth(username string, password *Password, opts ...LoginOption) (*LDAPAuth, error)
NewLDAPAuth initializes a new LDAP auth method interface to be passed as a parameter to the client.Auth().Login method.
Supported options: WithMountPath
type LoginOption ¶
func WithMountPath ¶
func WithMountPath(mountPath string) LoginOption
Click to show internal directories.
Click to hide internal directories.