Roundcube Community Forum

Release Support => Release Discussion => Topic started by: Ch00k on July 21, 2011, 10:57:43 AM

Title: Connect to LDAP via Unix socket
Post by: Ch00k on July 21, 2011, 10:57:43 AM
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:

Code: [Select]
 'hosts'         => array('directory.verisign.com'),
  'port'          => 389,
  'use_tls'           => false,
Title: Re: Connect to LDAP via Unix socket
Post by: bogi on November 26, 2023, 03:34:09 PM
Im asking the same thing.
Anyone ?