Openldap urls

From wikinotes

Just like the commandline tools, LDAP queries can be performed in the browser. The redhat documentation for this is exceptional.

ldap[s]://hostname:port/base_dn?attributes?scope?filter

#proto    #hostname  #port  #query dn                        # attributes to get  #base #filter
ldap://   localhost  :389/  ou=employees,dc=example,dc=com   ?username,password   ?sub  ?(objectclass=*)

References