On 09/29/2010 02:35 AM, donovan jeffrey j wrote:
greetings
I was reading http://linux.die.net/man/5/ldap_table and was trying to
get a clear picture of what the config would look like, and is postmap
required?
*server_host (default: localhost)*
The name of the host running the LDAP server, e.g.
server_host = ldap.example.com
Depending on the LDAP client library you're using, it should be
possible to specify multiple servers here, with the library trying
them in order should the first one fail. It should also be possible
to give each server in the list a different port (overriding
*server_port* below), by naming them like server_host =
ldap.example.com:1444
With OpenLDAP, a (list of) LDAP URLs can be used to specify both the
*hostname*(s) and the *port*(s): server_host =
ldap://ldap.example.com:1444
What about this is unclear ?
--
J.