I have an URL "ldap://ldap.infonotary.com/dc=identity-ca,dc=infonotary,dc=com"
I wanted to get the LDAP DN and attributes from this URL using ldap3 library in python3. If I pass the whole URL to a class, I should be able to get DN, attributes from its functions. Also I should get hostname, extensions, port.