Roundcube Community Forum

 

Connect to LDAP via Unix socket

Started by Ch00k, July 21, 2011, 10:57:43 AM

Previous topic - Next topic

Ch00k

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,

bogi