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

OpenLDAP: Why would you ever use refreshOnly for replication?

I'm reading about OpenLDAP replication and I don't understand why you would use refreshOnly mode vs. refreshAndPersist mode. I've tried to do some searching online, but wasn't able to find any discussion on the benefits (if any) of refreshOnly. This…
NimbusScale
  • 428
  • 1
  • 5
  • 14
0
votes
1 answer

how to change the rootpassword of openLDAP

I inputed this cli :/usr/local/openldap/sbin/slappasswd on the terminal.And it created a cryptographic number. But the rootpw in the slapd.conf didn't change. why?..
EK.CR
  • 15
  • 5
0
votes
1 answer

Openldap: How to restrict the audit log to track only user lockout, unlock and disable features

I have enabled the audit log for Open LDAP for the our system. However, the log is showing all access details. For eg; a positive login is having the below entry. changetype: modify replace: authTimestamp authTimestamp: 20150915171011Z I need to…
Liju Mathew
  • 871
  • 1
  • 18
  • 31
0
votes
1 answer

Why my JSOn code error?

I tried to connecting JSON into my db to access the users list, but I got this error: Uncaught Unable to parse the JSON returned by the server: You're trying to decode an invalid JSON String: [{gid:"7503",cn:"Marketing",}] Notice: Undefined…
da_root
  • 364
  • 2
  • 11
0
votes
1 answer

Need software to open mdb file of OpenLdap

my zimbra mail system broken, my mdb file of OpenLdap corrupted so now i can not rebulid my zimbra system mail. I need tool or software to open the corrupted MDB file of OpenLdap to find the reason. Sorry my english not good.
0
votes
1 answer

Spring LDAP with dynamic base DN

I have following LDAP scheme: Every subtree contains organization unit Team. I want to find all Teams from specific subtree. To do that I use LdapTemplate class and findAll() methods. ldapTemplate.findAll(Team.class); When I set base in…
nervosol
  • 1,295
  • 3
  • 24
  • 46
0
votes
2 answers

Supplied resource is not a valid ldap result entry resource: ldap_get_attributes()

I've just started working on LDAP and trying make an connection between PHP & LDAP. I've created small script to get all attributes information by referring this script. $ldap_server = "My_Server_Name"; $ldap_user =…
J.K.A.
  • 7,272
  • 25
  • 94
  • 163
0
votes
1 answer

Integration Subversion - OpenLDAP - MS Active Directory

we are planning to integrate our installation of Subversion with OpenLDAP for authentication, since that we would have that all users before committing any changes to code have to authenticate on the Active Directory. Anyone did already do this kind…
Luigi
  • 25
  • 6
0
votes
1 answer

Jxplore query for searching the data from ldap active directory which is not memberOf OU=Corporate nor CN= google app use

I am facing a problem in searching the data from the active directory using the jexplore. I Really appreciate if anyone can help me writing filter query for memberOf attribute of User which is neither CN=Google Apps Users nor OU=corporate …
mystertyboy
  • 479
  • 6
  • 13
0
votes
1 answer

BerkeleyDB version incompatible with BDB/HDB backends

I am using Ubuntu 14.4 LTS. I am trying to install openldap 2.4.42. I have succesfully installed the pre-requisite components : Cyrus-sasl.2.1.24, krb5-1.13.2,openssl-0.9.8 and db-6.1.26 I was previously getting the following error when I was…
dede9714
  • 73
  • 2
  • 13
0
votes
4 answers

How to convert Attributes to String?

I want to convert Attributes to String so that I can trim and get a substring of the attribute value. Here is my code: Attribute attrs = match.getAttributes(); NamingEnumeration e =…
Maninder Singh
  • 135
  • 4
  • 12
0
votes
2 answers

Is RedHat provide openLDAP package with RHEL5?

My software needs system openLDAP libraries. Is RedHat provide openLDAP package (with libraries)with RHEL5 or not?
0
votes
1 answer

Ldap server return result control?

Hi I'm implementing an ldap query api. I would like to do it in such a way that I set a limit to 10 (say). I need ldap to return the first 10 values with a continuation-context-parameter that can be used to continue to return the next 10 results…
user3453339
  • 77
  • 1
  • 1
  • 9
0
votes
2 answers

OpenLDAP SSL Cerificates

I'm trying to implement SSL to my OpenLDAP installation on CentOS 7 and can't seem to get the right certificates in the correct fields. I'm a little confused by the issuers naming conventions. I'm sure this is an LDAP + SSL newbie question :) Self…
user3780616
  • 1,183
  • 1
  • 10
  • 23
0
votes
1 answer

FreeIPA: unable to run ipa commands

I have installed FreeIPA server and created one user.After some time user account got locked so I tried to unlock it using ipa user-unlock but I am faicng issue while Performing ipa commands .Following is the issue that I am facing: ipa: ERROR:…