Top "Openldap" questions

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

"This base cannot be created with PLA." PHPLDAPadmin error on login (initial entries?)

I've ended up being in charge of installing OpenLDAP with a MySQL back-end, and I'm having an issue with PHPLDAPAdmin …

openldap phpldapadmin
Connect to open LDAP over ssl

I am working on a website which is used to reset password of LDAP users. I am not able to …

c# openldap
Openldap: Is that possible to use "userPassword" instead of "2.5.4.35" for pwdAttribute?

I am using Openldap 2.4.11 in Fedora Core 13. I am trying to create a password policy: dn: cn=default,ou=policies,…

ldap openldap
OpenLDAP configuration error ldap_bind: Invalid credentials (49)

I'm using Ubuntu 10.4 server and I'm trying to configure OpenLDAP as a protocol for authentication for SVN and other services. …

configuration syntax-error ubuntu-10.04 openldap
Can't install python-ldap via pip

I can't install python-ldap via pip, I get the following error: $ sudo pip3.4 install python-ldap Downloading/unpacking python-ldap Downloading python-ldap-2.4.19.…

python python-3.x openldap
Pros and cons of using LDAP for external users

I work for a company with multiple public-facing web sites. Some of these sites are built using third party products (…

authentication active-directory ldap forms-authentication openldap
How to achieve authentication with django-auth-ldap?

I have an app running using django. Now i want only users that are authenticated via an openldap server to …

django ldap django-authentication openldap django-auth-ldap
Is OpenDJ, OpenAM and OpenIAM free software

What has been the experience of folks who have already been using OpenDJ and OpenAM? Older versions seem free to …

cas openldap openam opendj
Creating a new ObjectClass and Attribute in openLDAP

I am new at LDAP and searched for adding simple objectClass and Attributes but still getting an error, I would …

ldap schema openldap
Python ldap3 LDAPSocketOpenError unable to send message, socket is not open

I am coding in Python, ldap3 trying to create a user in OpenLDAP on CentOS. My local development machine is …

python windows centos ldap openldap