Questions tagged [openldap]

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

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

The suite includes:

  • slapd - stand-alone LDAP daemon (server)
  • libraries implementing the LDAP protocol, and
  • utilities, tools, and sample clients.

Resources:

1803 questions
0
votes
1 answer

LDAP query to fetch all reports

I need to extract all the people managed by a particular manager ("report"). Each person has a "manager" attribute which point to the manager. I can search on the manager attribute - but this only finds direct reports. If we have a second-level…
paj28
  • 2,210
  • 3
  • 25
  • 37
0
votes
1 answer

Unable to connect my ohp application to Openldap server with ldap_connect() , return ressource id#2

I'v installed Openldap in Ubuntu 14.04 and i'v also installed phpldapadmin everything looks fine until this step , but when i try to connect my php application with this script i have the same response as a result resource id #2 this is my script…
S.Amine
  • 13
  • 10
0
votes
1 answer

Error 123 Open LDAP ldappasswd

I manage two server master and slave in my Open Ldap. I have configured my ldap for permit to change User password in the slave. The slave is replicate in master, but I have this issue in response by master server when I use ldappasswd: Result:…
lapd.conf
  • 1
  • 2
0
votes
1 answer

How to make LDAP user ID case sensitive in Microsoft Active Directory

I have configured Open LDAP and Microsoft Active Directory for my system. I have observed that OpenLDAP and Microsoft-AD both are case insensitive to the user id. To make case sensitive login for OpenLDAP users, I have configured …
0
votes
1 answer

Unable to create a java client to WSO2 Identity Server 5.1.0 using AuthenticationAdmin API Authentication

I want to create a java client (on eclipse) to connect to WSO2 Identity Server 5.1.0 using the API to autenticate, create, save and manage users. So my idea to configurate the identity server as ldap and to test it with an example of client in java…
ciao_jo
  • 11
  • 3
0
votes
1 answer

LDAP Replication centos 6

I am following reference from http://tech.cbjck.de/2013/03/25/ldap-replication/ for replication. I am running on Centos 6. Now I am stuck at creating provider.ldif at provider side. CLI: ldapadd -Y EXTERNAL -H ldapi:/// -f…
0
votes
1 answer

win7 unable to join openldap domain: LDAPMessage searchRequest(4) "" baseObject

my Win7 machine is unable to join my linux openldap domain. In wireshark I can see that win7 machine sends CLDAP search message to openldap with the following parameter: LDAPMessage searchRequest(4) "ROOT>" baseObject protocolOp: searchRequest…
0
votes
1 answer

Add group for user in LDAP by group name instead of gid

I want to set a group for LDAP user. But instead of using gid, I want to set a group by name. How can I do that? this is my ldif config for create a user : dn: uid=derek.curtis,ou=People,dc=domain,dc=com uid: derek.curtis cn: Derek.curtis uidnumber:…
0
votes
2 answers

java authentication on OpenLDAP without OU in base gives invalid credentials

My scope is to authenticate only with uid=User,dc=ldap,dc=com. With this base I get the following error LDAPException(resultCode=49 (invalid credentials), errorMessage='invalid credentials') I can succesfull authenticate with a Java application to…
0
votes
2 answers

change ldap password without knowing the hash function

I am currently trying to change a password of an ldap account with ruby. As I used OpenDJ and Java before, it was possible to trigger a password change request which only got the new password as plain text but at the end it was set as crypted…
user4780224
0
votes
1 answer

OpenLDAP and SVN on MAC OS X without Kerberos

I all! I have a SVN server (running on MAC OS X Captain). I have also configured OpenLDAP, so that when users access the SVN server with a userName and Password, they access SVN repositories upon success (w.r.t openLDAP database entries). However,…
letimome
  • 906
  • 2
  • 9
  • 21
0
votes
1 answer

LDAP invalid login credentials

I installed sldap on my ubuntu 12.04 system.https://help.ubuntu.com/community/OpenLDAPServer I can add /search records to lsdap from terminal.e.g. I can add ldif file. ldapadd -x -D cn=admin,dc=test,dc=com -W -f ldap-add.ldif and it ask me password…
Prashant Thorat
  • 1,752
  • 11
  • 33
  • 54
0
votes
2 answers

Openldap restrict inter database access

I have created 2 below databases in OpenLDAP. database bdb suffix "dc=testdomain1,dc=com" rootdn "cn=Manager,dc=testdomain1,dc=com" rootpw secret directory /usr/local/var/openldap-testdomain1 database bdb suffix …
Kalpesh
  • 83
  • 2
  • 6
0
votes
1 answer

Create Root domain in OpenLDAP through command line

I am trying to create a second root domain in OpenLDAP. I want to accomplish this through the command line. I understand that we have to edit the slapd.conf file and add the following for the second domain: database bdb suffix …
Gaurav Sood
  • 157
  • 3
  • 16
0
votes
1 answer

Add entry in openldap server using unboundid ldap sdk

I was trying to add a new entry into ldap. I'm using unboundid ldap sdk I'm able to connect successfully to ldap however when I try to add new entry, I'm getting following error: Exception in thread "main" LDAPException(resultCode=undefined…
Ashok Dongare
  • 521
  • 2
  • 7
  • 20