new schema initial commit
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -227,7 +227,8 @@ func LookupNamingContext(ldaps *ldap.Conn) string {
|
||||
return defaultNamingContext
|
||||
}
|
||||
|
||||
func GetLdapGroupMembership(username string, password string) ([]string, error) {
|
||||
// LdapGetGroupMembership returns a list of distinguishedNames for groups that a user is a member of
|
||||
func LdapGetGroupMembership(username string, password string) ([]string, error) {
|
||||
var err error
|
||||
username = CheckUsername(username)
|
||||
|
||||
|
Reference in New Issue
Block a user