Documentation ¶ Index ¶ func Backend() *backend func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) type CLIHandler func (h *CLIHandler) Auth(c *api.Client, m map[string]string) (*api.Secret, error) func (h *CLIHandler) Help() string type GroupEntry type UserEntry Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Backend ¶ func Backend() *backend func Factory ¶ func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error) Types ¶ type CLIHandler ¶ type CLIHandler struct{} func (*CLIHandler) Auth ¶ func (h *CLIHandler) Auth(c *api.Client, m map[string]string) (*api.Secret, error) func (*CLIHandler) Help ¶ func (h *CLIHandler) Help() string type GroupEntry ¶ type GroupEntry struct { Policies []string } type UserEntry ¶ added in v0.3.0 type UserEntry struct { Groups []string Policies []string } Source Files ¶ View all Source files backend.go cli.go path_config.go path_groups.go path_login.go path_users.go Directories ¶ Show internal Expand all Path Synopsis cmd ldap Click to show internal directories. Click to hide internal directories.