Documentation ¶
Index ¶
- Constants
- func CombineDN(levels []string) string
- func CombineParentDN(levels []string) string
- func DeleteEntry(dn string) error
- func EntryType(dni string) string
- func FindAllRoots() ([]*gldap.Entry, error)
- func FindChildren(dn string) ([]*gldap.Entry, error)
- func FindOneEntry(dn string) (*gldap.Entry, error)
- func FindSingleRoot() (*gldap.Entry, error)
- func InitBaseDN(c *config.Config, idGen *id.IdGen) error
- func SaveEntry(entry *gldap.Entry, i id.ItemId) error
- func SplitDN(dn string) []string
- func StartService(idGen *id.IdGen, c *config.Config, container *config.Container)
- func UpdateEntry(entry *gldap.Entry) error
Constants ¶
View Source
const ( EntryTypeDomainComponent = "dc" EntryTypeCountry = "c" EntryTypeOrganization = "o" EntryTypeOrganizationUnit = "ou" EntryTypeSurname = "sn" EntryTypeCommonName = "cn" )
View Source
const (
ServiceName = "ldap"
)
Variables ¶
This section is empty.
Functions ¶
func CombineParentDN ¶
func DeleteEntry ¶
func FindAllRoots ¶
func FindSingleRoot ¶
func StartService ¶
func UpdateEntry ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.