- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IsLDAPGroupDN (0.05 sec)
-
internal/config/identity/ldap/ldap.go
} for _, baseDN := range l.LDAP.GetUserDNSearchBaseDistNames() { if baseDN.Parsed.AncestorOf(udn) { return true } } return false } // IsLDAPGroupDN determines if the given string could be a group DN from LDAP. func (l Config) IsLDAPGroupDN(group string) bool { gdn, err := ldap.ParseDN(group) if err != nil { return false } for _, baseDN := range l.LDAP.GetGroupSearchBaseDistNames() {
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Jul 12 01:04:53 UTC 2024 - 12.4K bytes - Viewed (1)