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
0 answers

UTF-16 Surrogate Pairs in Java JNDI LDAP Calls

I am seeing exceptions when issuing JNDI calls that include UTF-16 surrogate pairs. Here is some example Java code: DirContext context = getContext(); String name = "\u5653\ud840\udc0b"; // String name = "渚噓"; //Same result if I use the actual…
Ryan
  • 2,058
  • 1
  • 15
  • 29
1
vote
0 answers

I am new to LDAP and C# coding, wanted to validate the given user password in LDAP server using c#

I am new to LDAP and C# coding, wanted to validate the given user password in LDAP server using c#. I am using ApacheDS 2.0.0 for Open LDAP server and I have following code to access the server. I am trying to use the method to validate the password…
1
vote
2 answers

Failed startup of context o.e.j.w.WebAppContext error after upgrade jetty version to 9.4.44

Current jetty version is 9.4.6, I tried to upgrade 9.4.44, I got the error. Could you please help me? WebAppContext:554 -Failed startup of context…
nur akkaya
  • 21
  • 5
1
vote
2 answers

Getting SHA password value from Ldap database(ApacheDs)

I have a ldap database. I'm using inetorgPerson object class. In this class there is userPassword attribute. userPassword values are SHA crypt. I am using javax.naming.directory package to get userPassword value. However returning value is not same…
olyanren
  • 1,448
  • 4
  • 24
  • 42
1
vote
0 answers

ApacheDS - default service fails to start on Windows

I have been trying to start ApacheDS service on windows for a while, but failed. I want to connect to LDAP but the ApacheDS service can't start. I tried to check my wrapper log file and found the error - Unable to load the Wrapper's native library…
Jerrephant
  • 11
  • 1
1
vote
1 answer

The ApacheDS LDAP cann't startup on Centos7

My APACHEDS LDAP can't startup today. It works very fine for long time. I checked the log, but seems like no similar answers for me. Would you please help me [17:08:44] WARN [org.apache.directory.api.ldap.model.entry.DefaultAttribute] -…
Tom
  • 11
  • 3
1
vote
1 answer

Apache Knox Ldap Integration failed

I am using Apacheknox version 1.0.0. I have tried to authenticate knox uiusing Ldap user. I have tried with following changes in knox In ambari --> knox-->config-->Advanced topology …
satish pujara
  • 219
  • 1
  • 11
1
vote
1 answer

Authentication for Spring Cloud Data Flow Server

I would like to add authentication to Spring Cloud Data Flow Server application. I see articles regarding Cloud Foundry UAA with LDAP support. I tried the basic authentication snippet as well which is not working. I see lot of references to the link…
1
vote
1 answer

How to disable ThrottlingConfigurations from deployment.toml in WSO2 3.0.0

I am configuring Apache DS user store in WSO2 3.0.0. All the user store configuration I have given in deployment.toml file. But while starting the server it is giving the below error. After searching that looks like this error is coming as is…
Surodip
  • 457
  • 1
  • 8
  • 21
1
vote
2 answers

Do we have any class schema available for OpenLDAP and ApacheDS for each object class?

We can find the classSchema available for each object class in active directory. As per the documentation of ApacheDS and OpenLDAP we could not find any class schema for finding Class identifiers, Possible attributes, Possible parents and…
1
vote
1 answer

How to fix Attribute sn not declared in objectClasses of entry

I am trying to create an entry using Spring-Data-LDAP and when I try to save entry it gives me Attribute sn not declared in objectClasses of entry ou=users,dc=example,dc=com . I am new to LDAP. I have created a model class that contains basic…
Keval Bhatt
  • 152
  • 1
  • 12
1
vote
1 answer

ApacheDS Studio: JNDI Provider for Ubuntu

When creating a new LDAP connection in Apache Directory Studio, I can use "JNDI (Java Naming and Directory Interface)" as Provider in Windows version, but not in Ubuntu version: Why is this the case? How can I add JNDI in Ubuntu?
crusy
  • 1,424
  • 2
  • 25
  • 54
1
vote
1 answer

Can not export all users in OU from ApacheDS either with studio or ldapsearch

I am using Apache DS version 2.0.0.AM24 and have been running it for a couple of months now. Since last week I ran into this issue where I can not export all the users from the OU. I know my OU has about 150K plus users and I can only export only…
cnu
  • 477
  • 8
  • 22
1
vote
0 answers

What are the API changes in apacheDS 2.0.0

The latest stable release of the apacheDS is 1.5.7 which is released in the Apr 2010. But this stable version is not supported in Java 11. When I debugged it the issue came when getting when converting the java version to float and binary. So to…
senthalan
  • 1,936
  • 3
  • 10
  • 19
1
vote
1 answer

Dockerfile LDAP updates not saved

I'm trying to create docker image extended from a base image with some tweaks. Adding files works fine, running commands however doesn't save. I've been looking at the Dockerfile of the image I'm extending but I'm none the wiser. My Dockerfile: FROM…
Gelunox
  • 772
  • 1
  • 5
  • 23