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

How to store encrypted password into LDAP attribute?

attributetype (1.3.6.1.4.1.XXX.2 NAME 'Password' DESC 'user password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SUP name SINGLE-VALUE) I wrote a ldap schema to define an objectClass,before I added an encrypted password to this…
EK.CR
  • 15
  • 5
0
votes
0 answers

openldap group owner write to own group

I Just installed openldap and phpldapadmin om my linux box and it works fine. I'm a complete newbee to openldap.. I want to be able to add users in phpldapadmin with write (add/modify/delete) permissions to their own group. I can add a user as an…
sippit
  • 1
0
votes
1 answer

Open LDAP Auditing not showing timestamp when deleting members

We are preparing an audit script for LDAP and we have openldap. The auditlog has timestamp when adding a new member or modifying a member. The audit.ldif is as follows: # add 144294514 dc=com,cn=admin IP=... dn:.. modifyTimestamp: 20150922180548Z #…
Liju Mathew
  • 871
  • 1
  • 18
  • 31
0
votes
1 answer

How to exclude user from "people" group in Sun Java System Messaging Server 6.3?

I am new at Sun Java System Messaging Server 6.3. I am managing my e-mail users and group via ldapbrowser version 2.8.2. I want to exclude a particular user from people group. I found the below string in people group's configuration: memberURL:…
0
votes
0 answers

OpenLdap exception : bdb unable to join the environment

In Openldap after making changes when i am trying to run below command slaptest -f /etc/openldap/slapd.conf -F /etc/openldap/slapd.d/ I am end up with the below exceptions 562f60eb bdb_db_open: database "dc=tm,dc=tel,dc=ro": unclean shutdowed;…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
0
votes
1 answer

Ldap Configuration file to connect locally.?

In /etc/openldap/slapd.conf file we have to add domain information like this database bdb suffix "dc=my-domain,dc=com" checkpoint 1024 15 rootdn "cn=Manager,dc=my-domain,dc=com" Let us suppose i will want to connect…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
0
votes
0 answers

Hide search value from LDAP query result

I have an ldap entry cn=My Name,ou=users,dc=domain,dc=com with these attributes among others: mail: test@domain.com mail: test2@domain.com Then I perform and SEARCH with LDAP_SCOPE_SUBTREE on ou=users,dc=domain,dc=com with this query filter:…
0
votes
1 answer

Installing osixia/docker-openldap using docker-compose

I do know why this won't work with docker-compose, even after I use osixia/openldap:1.0.2. here is my docker-compose.yml : ... openldap: image: osixia/openldap:1.0.2 ports: - "389:389" environment: - LDAP_ORGANISATION=myorg -…
Yusuf Ibrahim
  • 1,591
  • 5
  • 21
  • 46
0
votes
1 answer

Build OpenLDAP client for iOS - no SASL

Since Apple is systematically deprecating OpenLDAP for iOS and OS X (some features which are needed has been removed in 10.10), my team decided to get latest OpenLDAP, build it and include libraries to application. I need only client…
Marek R
  • 32,568
  • 6
  • 55
  • 140
0
votes
1 answer

LDAP in C/Go : Error code 53 "Server is unwilling to perfom" when trying to set unicodePwd

So i'm coding a program in Go, with C bindings thanks to CGo, and i'm using ldap to perform search, add and modify operations. I could manage to do all that, but now im trying to set a password in the unicodePwd mod_type and i can't seem to get…
madraven
  • 109
  • 6
0
votes
1 answer

OpenLDAP - Multi Master Configuration

I have to configure two OpenLDAP nodes in multi-master mode. I've also integrated them with our corporate Active Directory, and the integration seems to work, after some verification. Even if the log say the replication is working fine, I verified…
Luigi
  • 25
  • 6
0
votes
1 answer

Liferay 6 : OpenLDAP

How to integrate OpenLDAP in Liferay to incorporate single sign-on feature ? Looking for input for the same. Thanks , Anil
0
votes
1 answer

What configuration required to create a special user in OpenLdap for redmine server to authenticate other users

First of all i am new to OpenLDAP. I have installed OpenLDAP server and Redmine in GCE (google compute engine). I am unable to decide how to create a special user in OpenLDAP so that redmine can use the user account to authenticate users when logged…
0
votes
1 answer

specifed architecture type (arm) for file does not match it's cputype (7) and cpusubtype (3)

I tried to use openLdap for my iphone app I'm developing at the moment. To compile openLdap I'm using the fat_build.sh from link text. I'm also developing with the Simulator 3.1.3 and under OS X 10.6.0. But at the last step $DEVROOT/usr/bin/lipo…
Kritzli
  • 41
  • 2
  • 7
0
votes
1 answer

what is the root cause of adding openLDAP base DN failure?

I write an openLDAP client using its API to add base dn.But when program run,error will occur: ldap_add: Type or value exists (20) additional info: attribute 'objectClass' provided more than once My code is below: #include #include…
EK.CR
  • 15
  • 5