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
1
vote
3 answers

How can configure CAS 4.0 with LDAP ApacheDS

I want to configure CAS server 4.0 with ApacheDS LDAP. I followed the bellow steps: 1- Based on this Link I modify the deployerConfigContext.xml file. The following beans added to this file:
1
vote
2 answers

displayName is not adding as is into apacheds using API

I am using APACHE DS api to add an entry into LDAP server. However, displayName attribute is not being added as is, instead "displayname" (all small caps) is being added. Below is my entry set: Entry entry = new DefaultEntry( "cn=" + cn…
Yo Yo Money Singh
  • 679
  • 3
  • 11
  • 22
1
vote
1 answer

Gerrit is not able to authenticate using LDAP

I am using apacheds (running on port 10389) for LDAP services. My gerrit instance is able to to a handshake with LDAP, however, user authentication is never successful. I always get this error message: username: name.surname password: password INFO …
Yo Yo Money Singh
  • 679
  • 3
  • 11
  • 22
1
vote
2 answers

Apacheds Unlock Account

I am using Apacheds server for authentication. Account gets locked after some incorrect bind attempts. I can unlock the account using Apache Directory Studio by just deleting pwdAccountLockedTime but is there a way to unlock account from java code…
rishiAgar
  • 168
  • 3
  • 10
1
vote
1 answer

Apacheds password pattern policy

I am trying to do user authentication using Apacheds Server. For that I am using Password Policy defined. Most of the authentication requirements are met using these policies, but one thing I am not able to do is password pattern. Is there a way to…
rishiAgar
  • 168
  • 3
  • 10
1
vote
0 answers

ApacheDS unable to start correctly

I recently installed ApacheDS on a Ubuntu server 12.04 LTS, when I start it via sudo /etc/init.d/apacheds-[...]-default start it gives me this output : chown: invalid user: `@user@:apacheds' Unknown id: @user@ I installed ApacheDS using the…
ElCapitaine
  • 830
  • 1
  • 11
  • 24
1
vote
0 answers

Embedded Apache DS with jetty - conflicting slf4j-api versions

Seems like Apache Ds has a dependency on slf4j-api v1.5 while jetty needs slf4j-api v1.6. These versions are not compatible with each other. Anyone else run into same issue?
shreyj
  • 1,759
  • 3
  • 22
  • 31
1
vote
1 answer

ldap_add(): Add: Constraint violation

I am learning how to perform CRUD operations on a LDAP directory and using ApacheDS for the purpose.I am trying to add a new user but keep getting the following warning: Warning: ldap_add(): Add: Constraint violation Here's the php code I am…
user3739870
  • 11
  • 1
  • 3
1
vote
1 answer

Embedded ApacheDS 2.0.0-M16 (on 2nd run only): ERR_250_ENTRY_ALREADY_EXISTS ou=system already exists

Using this example as base, my embedded ApacheDS server runs fine the first time, then, when I stop the JBoss server on which my app runs and start again, and re-deploy, the log returns a load of errors starting with: '(ERROR [stderr] (MSC service…
1
vote
1 answer

Apache Directory adding partition programmatically

I'm trying to create a partition programmatically. I've tried following the example on the ApacheDS website (https://directory.apache.org/apacheds/basic-ug/1.4.3-adding-partition.html#adding-a-partition-programmatically) , but this example is…
1
vote
1 answer

Unable to remotely access apacheDS LDAP

I am trying to set up ApacheDS LDAP on Windows 7. It works fine when I try to access it locally (i.e. ldap://localhost:389/), but it fails when I try to access it from a remote server (ldap://192.168.xxx.xxx:389/). It's not a firewall issue as far…
1
vote
2 answers

How to change primary LDAP domain of WSO2 IS 4.5.0

I would like modify the domain of the primary user storage (based on LDAP), but i can not get successfully. The current domain in user-mgt.xml is dc=wso2,dc=org and I would like to change to dc=foobar,dc=com My modified user-mgt.xml is: ... …
Chilcano
  • 158
  • 10
1
vote
1 answer

How to uninstall ApacheDS installed in linux using .bin file

I have installed ApacheDS form this link http://directory.apache.org/apacheds/download/download-linux-bin.html It is installed in the opt folder. How can I uninstall it?
Umesha Gunasinghe
  • 779
  • 3
  • 13
  • 29
1
vote
3 answers

How to define objectclass o and ou in LDAP directory server schema?

Question 1: I am using apacheds 2.0 embedded ldap server. I am seeing issues when service starts up. What could be wrong? Error message: 09:40:43.657 [main] ERROR o.a.d.a.l.m.entry.DefaultAttribute - ERR_04487_ATTRIBUTE_IS_SINGLE_VALUED The…
DaBears
  • 291
  • 4
  • 9
1
vote
1 answer

How to setup replication on apache directory server

I have 2 apacheds services running on workstation (Windows 7). One of the service runs as a windows service and the other one I am running from its jar file from command line using java -jar "C:\Program Files (x86)\ApacheDS -…
Aniket
  • 279
  • 3
  • 8
  • 21