Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for baseDNList (0.08 sec)

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

    //
    // The returned boolean is true iff the DN is found under one of the LDAP
    // subtrees listed in `baseDNList`.
    func (l *Config) GetValidatedDNUnderBaseDN(conn *ldap.Conn, dn string, baseDNList []xldap.BaseDNInfo, attrs []string) (*xldap.DNSearchResult, bool, error) {
    	if len(baseDNList) == 0 {
    		return nil, false, errors.New("no Base DNs given")
    	}
    
    	// Check that DN exists in the LDAP directory.
    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