OpenLDAP Software is a free, open source implementation of the Lightweight Directory Access Protocol (LDAP) developed by the OpenLDAP Project.
0
votes
0answers
12 views
OpenLDAP Proxy with Client Authentication via Smartcard
I have two OpenLDAPs configured. The first one on machine A acts as proxy for the second one on machine B using the ldap backend.
Now I enabled TLS and client authentication for the LDAP on machine ...
1
vote
1answer
16 views
Using LDAPS with PHP on Windows
I have a PHP site running in IIS and I want to auth my users against my corporate Domain Controller. Running phpinfo() shows my install is using OpenLDAP version 20319. I can auth just fine when I go ...
0
votes
0answers
25 views
LDAP maximum successful binds
I am looking for a configuration setting for openLDAP which limits the amount of times a user can bind to LDAP. Similar to the pwdMaxLockOut functionality provided by the ppolicy overlay. Is this ...
2
votes
2answers
40 views
cannot run tgz file in windows 7 virtualbox
I'm doing a project for school, and I wanted to create an active directory domain on Windows 7 through rktools and other files, but nothing worked, so i'm trying openLDAP. Now, I've downloaded the ...
1
vote
1answer
239 views
how to use MD5 for authentication in OpenLDAP?
I've installed OpenLDAP in AWS, everything was working as expected until I tried to authenticate a user, it asks me for the password and when I provide it, it says Permission denied, please try again. ...
0
votes
0answers
48 views
Why cannot make test when installing OpenLDAP?
I've tried to install OpenLDAP with some steps I did before in other installation under the same conditions in Ubuntu 12.04
I've followed the manual that OpenLDAP has on line... But when I try to ...
0
votes
0answers
154 views
Trying to configure LDAP in AWS on Ubuntu 11.10 but 'ldap_bind: Invalid credentials (49)' appears
I'm trying to setup LDAP for users to authenticate with it.
I've followed this tuto and everything was fine but ldapadd, when I hit enter in the instruction an error appears: ldap_bind: Invalid ...
0
votes
1answer
287 views
How to setup an LDAP server in local LAN to create common address book for OSX and Windows computers?
We're using a PC and a MacBook at home which are connected via a local network. We'd like to have a "master" address book for both computer, so that when contact information is changed on one of the ...
2
votes
0answers
231 views
Authenticate Mac OS X Mountain Lion against EL6 OpenLDAP only succeeds for ssh
I'm having an issue with mountain lion authenticating against a CentOS 6 openldap/krbkdc server. I can ssh into the macs in question and I am issued a ticket and all autofs mounts (like the homedir) ...
1
vote
0answers
194 views
How to uninstall openldap?
How can i uninstall OPENldap from linux? I had problems with the initial configuration of openldap with the domain or how can i change the configuration of the ldap domain?
0
votes
1answer
400 views
Mac OS X behind OpenLDAP and Samba
I have been battling for a week now to get my Mac (Mountain Lion) to authenticate on my home network's OpenLDAP and Samba. From several sources, like the Ubuntu community docs, and other blogs, and ...
1
vote
1answer
23 views
Is it possible to store Hashed data in a different field than userPassword in LDAP
I've been asked to store hashed data in a LDAP server. Putting hashed passwords is easy but I'm not sure if LDAP allows to store data like email hashed or even encrypted.
Creating a LDIF file with a ...
0
votes
1answer
253 views
OpenLDAP slapd.conf substitutions - Ubuntu
I was trying to configure the default directory tree on a clean OpenLDAP install on Ubuntu (apt-get install slapd).
I found /usr/share/slapd/slapd.conf and was going to change the suffix setting, ...
2
votes
1answer
62 views
Some problems adding data to ldap
I'm trying to add some data to the ldap directory, but i get the following error.
sudo slapadd < ldapdata.txt
slap_sasl_init: auxprop add plugin failed
slapadd: slap_init failed!
Where is the ...
1
vote
1answer
321 views
Include gid in home directory map with nslcd
I need to specify a different path to home directories on a particular server than different from LDAP one. I know ho to change using map in /etc/nslcd.conf:
map passwd homeDirectory ...
1
vote
2answers
42 views
ldap schema in development should it be the same as productions
I been using LDAP for alot of years now and most of the firms I worked for LDAP schema in development looks just like the schema in production, QA(Staging).
etc: suffix "dc=firm,dc=com"
I just ...
0
votes
2answers
304 views
Replication of an LDAP server
I have a user access to an OpenLDAP server (let's name it A).
I would like to replicate it in my OpenLDAP server (B) but without any administrator access to A.
How could I do this ? And could I have ...
0
votes
1answer
255 views
slapd not launching on Mac OS X 10.6
I have a slight problem with the openldap server installed with Mac OS X 10.6.8 (regular, not server). When I launch slapd in a terminal, it stops itself after 1 or 2 seconds... I just have the time ...
0
votes
2answers
615 views
open-ldap bindpw need to be encrypted
I need to encrypt the bindpw on the ldap.conf. Currently the password for the CN is clear text.
I am running this on Red Hat Enterprise Linux ES release 4 (Nahant Update 8) 64 bit.
Any ...
0
votes
1answer
1k views
How to set rootpw for OpenLDAP using `config` backend?
The documentation for OpenLDAP set rootpw in slapd.conf file, however new version OpenLDAP using config backend which doesn't use slapd.conf any more. So this question.