I have an OpenLDAP server, which I want to use to have an addressbook. This server only provides local connection via a socket (/var/run/openldap/slapd.sock). Is there a way to have it work with RC via a socket? Currently the example only shows the host and port, and there is no example of using a socket:
'hosts' => array('directory.verisign.com'),
'port' => 389,
'use_tls' => false,
Im asking the same thing.
Anyone ?