Top "Openldap" questions

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

How to do password authentication for a user using LDAP?

I am writing a client app (using OpenLDAP libraries) for which the users gets authenticated via LDAP server. Here is …

c++ linux ldap openldap
ldap_sasl_interactive_bind_s: No such attribute (16)

I am getting the error while running ldapsearch command and client side authentication also not coming. Could anyone please help …

ldap openldap sasl
Error 50 (Insufficient Access Rights) when applying LDIF - OpenLDAP

I'm trying to apply a config through a LDIF file. I'm binding as admin on my LDAPs server and I'm …

ldap openldap ldif
Open LDAP vs apacheDS

I am working on scalable web application.I am planing to use LDAP for login authentication purpose.I am new …

ldap openldap apacheds
Freeradius + Openldap ERROR: No authenticate method (Auth-Type) found for the request: Rejecting the user

after a couple of days searching in google I have to resign and ask :/ We're using a debian server with …

authentication debian openldap radius freeradius
How can I retrieve a salt from LDAP?

The organization that I work for uses PPolicy (an OpenLDAP module) to automatically salt and hash passwords. Unfortunately, I don't …

sha1 salt openldap ssha
What type of group to choose in OpenLDAP for grouping users

I need to know what kind of group should I use for grouping users in LDAP. I basically need the …

ldap openldap
inetOrgPerson with member or memberOf?

What works Suppose I have inetOrgPersons in ou=people,dc=example,dc=com. Example: dn: cn=John Doe,ou=people,…

ldap openldap
how to get groups of a user in ldap

i am using openldap with phpldapadmin, and i'm trying to check what are the groups of a certain user. this …

ldap docker-compose openldap ldap-query
Retrieve all users and their roles from LDAP using Java

I have a Web application. For LDAP I am using Apache Directive Studio. I want to get all the users …

java ldap openldap ldap-query ldapconnection