Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOCISHandler ¶
NewOCISHandler implements a glauth backend with ocis-accounts as tdhe datasource
Types ¶
type LdapSvc ¶
type LdapSvc struct {
// contains filtered or unexported fields
}
LdapSvc holds the ldap server struct
func (*LdapSvc) ListenAndServe ¶
ListenAndServe listens on the TCP network address s.c.LDAP.Listen
func (*LdapSvc) ListenAndServeTLS ¶
ListenAndServeTLS listens on the TCP network address s.c.LDAPS.Listen
type Option ¶
type Option func(o *Options)
Option defines a single option function.
func AccountsService ¶
func AccountsService(val accounts.AccountsService) Option
AccountsService provides an AccountsService client to set the AccountsService option.
func GroupsService ¶
func GroupsService(val accounts.GroupsService) Option
GroupsService provides an GroupsService client to set the GroupsService option.
Click to show internal directories.
Click to hide internal directories.