Documentation
¶
Index ¶
- func Backend(client ldapClient) *backend
- func Factory(ctx context.Context, conf *logical.BackendConfig) (logical.Backend, error)
- type Client
- func (c *Client) Add(conf *client.Config, req *ldap.AddRequest) error
- func (c *Client) Del(conf *client.Config, req *ldap.DelRequest) error
- func (c *Client) Execute(conf *client.Config, entries []*ldif.Entry, continueOnError bool) (err error)
- func (c *Client) Get(conf *client.Config, dn string) (*client.Entry, error)
- func (c *Client) UpdatePassword(conf *client.Config, dn string, newPassword string) error
- func (c *Client) UpdateRootPassword(conf *client.Config, newPassword string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.