Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetUserDNAttributesList (0.16 sec)

  1. internal/config/identity/ldap/ldap.go

    func (l *Config) GetValidatedUserDN(conn *ldap.Conn, userDN string) (*xldap.DNSearchResult, bool, error) {
    	return l.GetValidatedDNUnderBaseDN(conn, userDN,
    		l.LDAP.GetUserDNSearchBaseDistNames(), l.LDAP.GetUserDNAttributesList())
    }
    
    // GetValidatedGroupDN validates the given group DN. If conn is nil, creates a
    // connection. The returned boolean is true iff the group DN is found under one
    // of the configured LDAP base DNs.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Jul 12 01:04:53 UTC 2024
    - 12.4K bytes
    - Viewed (0)
Back to top