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
55
votes
2 answers

Querying Windows Active Directory server using ldapsearch from command line

Can anyone let me know if querying Active Directory server using ldapsearch, ldapadd, ldapdelete, etc. utilities is possible or not?
Shriram
  • 4,343
  • 8
  • 37
  • 64
42
votes
6 answers

How do I clone an OpenLDAP database

I know this is more like a serverfault question than a stackoverflow question, but since serverfault isn't up yet, here I go: I'm supposed to move an application from one redhat server to another, and without very good knowledge of the internal…
elzapp
  • 1,961
  • 4
  • 15
  • 22
34
votes
1 answer

Getting error for setting password field when creating generic user account phpldapadmin

I am using openldap 1.2.2 and php 5.5 here is error i am getting. I am new to these things and i m following this tutorial. Error trying to get a non-existent value (appearance, password_hash) enter code here PHP Debug Backtrace File …
user3117680
  • 341
  • 1
  • 3
  • 4
29
votes
2 answers

Active Directory vs OpenLDAP

What are the main diffrences between these two implementations of LDAP protocol? Which is better for heterogenous environment? Any good websites about this topic?
Migol
  • 8,161
  • 8
  • 47
  • 69
28
votes
2 answers

openldap "no global superior knowledge"

When I: ldapadd -f pop01.ldif -x -D "cn=Manager,dc=ldap,dc=beonegroup,dc=be" -w 1234 I get: adding new entry "dc=ldap,dc=beonegroup,dc=org" ldapadd: Server is unwilling to perform (53) additional info: no global superior knowledge Here is…
stKKd
  • 444
  • 1
  • 5
  • 11
26
votes
5 answers

Building OpenLDAP from sources and missing BerkelyDB

I'm building OpenLDAP on a RHEL 5; I used instructions found at http://www.linux.com/archive/feature/113607. All went well, until running './configure' for OpenLDAP - the following error was recorded: ** checking for…
user353829
  • 1,244
  • 5
  • 25
  • 38
20
votes
2 answers

ldapsearch with username and password

Here is my LDAP ORG Structure: I created user with first, last name with password. But it is not working when am trying to connect using jdbc. Error says invalid credentials. Then I tried ldapsearch as follows: I followed this process for users and…
jack
  • 209
  • 1
  • 2
  • 3
20
votes
2 answers

Why is the OpenLDAP for windows installer asking for a Serial Number?

I downloaded OpenLDAP for Windows (2.4.43 x86) from SourceForge and the installer is asking for a Serial Number: As far as I can find there is no such thing? I tried entering anything but the next button will not allow me to progress
feedthedogs
  • 413
  • 1
  • 3
  • 10
16
votes
0 answers

Apache Directory Authentication Failed?

I am trying to connect the OpenLdap through Apache Directory Studio and its working upto Network Parameter and check Network Parameter working fine. But Next step i am trying to Authentication and its failed with below message. The authentication…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
16
votes
2 answers

LDAP Search Wildcards in memberOf

We have an LDAP with a number of groups that follow this pattern: Acme-MyApp-ABC-Admin Acme-MyApp-ABC-Bottlewasher Acme-MyApp-ABC-Cook Acme-MyApp-DEF-Admin Acme-MyApp-DEF-Bottlewasher Acme-MyApp-DEF-Cook etc repeated many…
Paul Croarkin
  • 14,496
  • 14
  • 79
  • 118
16
votes
2 answers

Setup local LDAP server in mac OSX

I've followed this (https://github.com/IntersectAustralia/acdata/wiki/Setting-up-OpenLDAP) tutorial for set up LDAP server in my local machine. I've done all these steps Installed Homebrew Installed openldap using brew command, including berkeley…
skyler
  • 742
  • 1
  • 10
  • 24
16
votes
1 answer

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 me to sort out the problem ? ERROR MESSAGE ldap_sasl_interactive_bind_s: No such attribute (16) Thanks.
Thirumoorthi
  • 508
  • 1
  • 6
  • 13
15
votes
3 answers

no version information available

I'm using Ubuntu 12.04 - server and consistently getting: /usr/lib/libcrypto.so.1.0.0: no version information available (required by /usr/lib/libpython2.7.so.1.0) and /usr/lib/libssl.so.1.0.0: no version information available (required by…
tanwedar
  • 211
  • 1
  • 3
  • 8
15
votes
4 answers

Ldap error code 32

I'm trying to synchronize OpenLDAP and Active directory together. To do so I'm using a program called LSC-Project which is specified to do this sort of thing. I have configured the program the best I can however I can't find a way to shake off the…
Ben_A_135
  • 153
  • 1
  • 1
  • 5
14
votes
2 answers

using ldapsearch to return only a value

using an OPENLDAP server i want to retrieve informations from it with ldapsearch. I created a custom class called iduriclass, this class is used to store an id and an uri. in my ldapsearch command i want it to return only the uri for a specified…
Reda
  • 287
  • 2
  • 8
  • 21
1
2 3
99 100