Top "Openldap" questions

OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol (LDAP).

Binding and Authenticating to an LDAP Server over SSL and TLS

I am writing a simple LDAP client to connect to LDAP sever over SSL. I am using "openldap-2.4.35" So far …

c ldap openldap ldapconnection
Adding an entry to OpenLDAP

I just Installed OpenLDAP on Ubuntu Server 12.10, and I added an ldif file using slapadd -c -l init.ldif as …

ldap openldap
What do people use for CN with inetOrgPerson in LDAP directories

I've been using givenName+" "+surname for the CN field and I woke up screaming last night 'what about John Smith'? …

ldap openldap schema-design
How to load LDAP docker container data on startup

I want to have a LDAP server on a docker container, I already used dinkel/openldap, osixia/openldap and muzili/…

docker ldap config openldap