Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetValidatedDNUnderBaseDN (0.4 sec)

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

    		// Bind to the lookup user account
    		if err = l.LDAP.LookupBind(conn); err != nil {
    			return "", false, err
    		}
    	}
    
    	return l.GetValidatedDNUnderBaseDN(conn, groupDN, l.LDAP.GroupSearchBaseDistNames)
    }
    
    // GetValidatedDNUnderBaseDN checks if the given DN exists in the LDAP directory
    // and returns the DN value sent by the LDAP server. The value returned by the
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 15:50:16 GMT 2024
    - 9.9K bytes
    - Viewed (0)
Back to top