Author Topic: Connect to LDAP via Unix socket  (Read 12735 times)

Offline Ch00k

  • Newbie
  • *
  • Posts: 1
Connect to LDAP via Unix socket
« 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,

Offline bogi

  • Newbie
  • *
  • Posts: 1
Re: Connect to LDAP via Unix socket
« Reply #1 on: November 26, 2023, 03:34:09 PM »
Im asking the same thing.
Anyone ?