August 2007
Beginner to intermediate
484 pages
11h 59m
English
Throughout this book LDAP URLs have been used for various purposes.
In Chapter 4 we used LDAP URLs to perform searches in the authz-regexp directive in slapd.conf.
While a full LDAP URL, as we examined, can be a useful way to formulate a search, this is probably not the primary use of LDAP URLs. More commonly the LDAP URL syntax is simplified and used to capture only basic information.
In Chapter 3 we used LDAP URLs to connect to SLAPD from the ldapsearch utility, but we were not using the LDAP URL as a way to specify a search string. In many cases in fact, an LDAP URL may be used simply to provide protocol, host, and port information in one convenient string:
ldap://example.com:646
In this ...
Read now
Unlock full access