Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetGroupSearchBaseDistNames (0.1 sec)

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

    		// Bind to the lookup user account
    		if err = l.LDAP.LookupBind(conn); err != nil {
    			return nil, false, err
    		}
    	}
    
    	return l.GetValidatedDNUnderBaseDN(conn, groupDN,
    		l.LDAP.GetGroupSearchBaseDistNames(), nil)
    }
    
    // GetValidatedDNUnderBaseDN checks if the given DN exists in the LDAP
    // directory.
    //
    // The `NormDN` value returned here in the search result may not be equal to the
    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