Questions tagged [apacheds]

ApacheDS is an extensible and embeddable directory server entirely written in Java

http://directory.apache.org/

ApacheDS is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.

231 questions
2
votes
1 answer

Clear ldap cache (apache directory studio)

I want to know how can I empty the ldap cache? I am using apache directory studio and windows 8. The problem is that when I try to add a user to my ldap directory ou=users it says that the entry already exist,and i know that the ou=users is…
Dante
  • 79
  • 1
  • 9
2
votes
1 answer

ApacheDS: Password policy check not getting enforced

I am working on enabling ApacheDS (version 2.0.0-M16) to enforce strong passwords - combination of alphanumeric and special characters. I have created my own instance for testing. As a start, I switched the password quality check to STRICT (2) and…
2
votes
0 answers

ApacheDS embedding into an application getting [LDAP: error code 2 - PROTOCOL_ERROR: The server will disconnect!]

I have embedded ApacheDS LDAP server version 1.5.7 with a java-maven application . I was able to start the LDAP server programmatically . However when I tried to add a user to the LDAP using apache LDAP…
2
votes
1 answer

Linux commands for Apache-ds LDAP

What is the Linux commands for Apache-ds LDAP server to do the following operation Schema import (LDIF file import) LDAP search on objectClass LDAP add/modify/delete operations
MADHAIYAN M
  • 2,028
  • 25
  • 22
2
votes
1 answer

ApacheDS enable SSL on embedded LDAP server

Using ApacheDS 2.0 I have created embedded Ldap server. Example here. How can I enable ssl? I did not find any method in LDAP API or DefaultDirectoryService class which enables SSL. I was able to configure the keystone and password though. Java…
DaBears
  • 291
  • 4
  • 9
2
votes
1 answer

How to log in to apacheds with non-admin user

I am trying to log in with a user to ApacheDS through Java. This are my user's details as exported in an ldif: dn: uid=carlspring,ou=users,ou=system objectClass: top objectClass: inetOrgPerson objectClass: person objectClass:…
carlspring
  • 31,231
  • 29
  • 115
  • 197
2
votes
1 answer

How to populate an organisational unit with users from an external database in apacheDS

I'm trying to setup LDAP so that it authenticates users against an external database using ApacheDS. I've already managed to setup an organisational unit ou=users, but unfortunately I was only able to add users manually so far. Although I tried to…
Zounadire
  • 1,496
  • 2
  • 18
  • 38
2
votes
2 answers

Add custom attributes to apacheds directory studio

I am working on basic application for inserting records in apacheds directory studio (LDAP). I have followed this example it is working fine. Now I want to add custom attributes according to my requirements I found this article explaining the…
IB's
  • 337
  • 3
  • 10
2
votes
2 answers

Reading and saving binary image from OpenLDAP server using Groovy

I'm trying to save an image from an OpenLDAP server. It's in binary format and all my code appears to work, however, the image is corrupted. I then attempted to do this in PHP and was successful, but I'd like to do it in a Grails project. PHP…
arcdegree
  • 2,710
  • 3
  • 27
  • 38
2
votes
1 answer

How to build a ldap server that is same schema as active directory

I want to build a stub server using apacheds that has same schema as active directory. We need to add custom attribute like: userAccountControl, unicodePwd, ..etc. I have no idea how to add this to the default schema programmatically. Any…
sndyuk
  • 2,720
  • 2
  • 24
  • 32
2
votes
2 answers

ApacheDS startup, wrapper nod found

I am hoping the group can help me. I have been using ApacheDS for development purposes for about 6 months and I am really happy with it. No problem running on Ubuntu linux on my laptop. I recently started to create my production environment for the…
jdcalus
  • 31
  • 3
2
votes
1 answer

ApacheDS - cannot verify the quality of the non-cleartext passwords

I'm getting cannot verify the quality of the non-cleartext passwords error while trying to add an entry into my organizationalUnit. I use MD5 hashing method while storing password. (with userPassword attribute) A blog post says the solution is…
talha06
  • 6,206
  • 21
  • 92
  • 147
2
votes
2 answers

Adding Custom Attributes to ApacheDS Server

I am using ApacheDS Server as an LDAP Server. I have created a custom attribute to use in my LDAP structure that I have defined. I have created a schema and inside the Schema I have defined an ObjectClass and an attribute called dateOfBirth. I…
user1646481
  • 1,267
  • 6
  • 21
  • 29
2
votes
1 answer

APACHEDS LDAP error

I want login to a flex application that it deployed on jboss 5.1.0 . During installation I configured ldap, with APACHEDS, and the software accept the credentials. Now when i try to login JBOSS return me the following error: LDAP: error code 80 -…
Matteo Codogno
  • 1,569
  • 6
  • 21
  • 36
1
vote
3 answers

Custom tree in LDAP

I am working now with the Apache Directory Server. I am a freshman in LDAP. After few paragraphs of reading about it I noticed that I need my own tree to particular case that I want to design. For know, let's say I have some domain bubble.com. I…
rivasket
  • 377
  • 2
  • 6
  • 18