Versions in this module Expand all Collapse all v1 v1.24.1 Feb 20, 2024 Changes in this version + type Cache struct + func (c *Cache) Add(key string, user *User) + func (c *Cache) Get(key string) *User + type Ldap struct + AdminGroupBase string + AppGroupBase string + Conn *ldap.Conn + CustomerGroupBase string + GroupBase string + OpsGroupBase string + UserBase string + UserFilter string + UserKey string + func NewLdap() *Ldap + func (l *Ldap) Search(groupDN string) (users Users, err error) + type User struct + Dn string + ID string + Mail string + Username string + type Users []User + func (u Users) Exist(dn string) bool v1.24.0-fix-wrong-repo Jan 19, 2024