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

How to create a custom attribute in ApacheDS?

I am trying to create a custom attribute in ApacheDS, I have followed an existing attribute and created a new one named 'passwordUpdateTime': But when I wanted to add it into my person object, I couldn't find in the list: If I am forcing to add…
superleo
  • 319
  • 1
  • 2
  • 10
2
votes
1 answer

Custom partition in ApacheDS

I am using ApacheDS version 2.0.0-M3 (I not very familiar with how this works). I have created a new partition class, extending AbstractPartition. I am able to create an instance of this class, and add it to an ApacheDsService instance. File…
Paul Hanbury
  • 941
  • 1
  • 10
  • 24
2
votes
1 answer

Impersonating a user in LDAP (APacheDS) in Java

I'm working with LDAP (ApacheDS) in Java, I was wondering if it's possible to impersonate a user using the system account. More specifically, I have different groups in LDAP directory, and I need to allow users to modify entries under a group, but…
user1031054
  • 205
  • 1
  • 3
  • 7
2
votes
3 answers

can i use LDAP servers like ApacheDS as a persistence solution for desktop applications?

a fella recommended me to use ApacheDS as a replacement for my database (MySQL) you can find the discussion here i am completely new to LDAP and ApacheDS (actually i had no idea about it yesterday), i searched about it and read some articles ,…
MoienGK
  • 4,544
  • 11
  • 58
  • 92
2
votes
0 answers

Issue with ldap tests after upgrading apache mina from 2.0.21 to 2.1.3

I have a project that contains apache mina, and i use apacheds, spring-ldap-test for tests, i upgraded apache mina from 2.0.21 to 2.1.3 When im running my test class i get the following: Exception in thread "pool-4-thread-1"…
redCable
  • 21
  • 3
2
votes
1 answer

Programmatically Authenticate LDAP user in AEM

I've set up local LDAP server Created user and group. Configured LDAP in AEM config manager and synchronized the users and group. Using, ExternalIdentityProvider as a service reference, I'm able to get list of LDAP users I.e. I am able to validate…
2
votes
1 answer

Why can't I do a kinit with an SPN?

I was following this tutorial on setting up Apache Directory Studio for a webapp to develop and test out kerberos authentication (using spnego). I set up the ldap and ticket granting service as well as some basic user accounts. I am able to do a…
2
votes
1 answer

How to change the default 'admin' username in Apache DS?

Long story short the security people at my company does not want us to use the default 'admin' username in Apache DS. Is there a way to change it without breaking anything? Also how to create an additional admin account that is a clone of the…
cnu
  • 477
  • 8
  • 22
2
votes
2 answers

Client authentication at Apache DS

I am new to LDAP with SSL. I am working on 2 way SSL authentication on Apache Directory server/studio, but I am not getting how to store client certificate in Truststore of Apache DS. I have followed…
Pratham
  • 21
  • 4
2
votes
1 answer

Unable to create partition in LDAP ApacheDS

I'm newbie on LDAP and I'd like to create my first schema using an LDIF file. Here is the first part of the LDIF file: dn: dc=demo,dc=com objectclass: top objectclass: domain dc: demo dn: ou=Users,dc=demo,dc=com objectClass:…
Carla
  • 3,064
  • 8
  • 36
  • 65
2
votes
1 answer

APACHEDS 2.0 - LDIF command line import on windows maschine

I'm looking for a way to import a ldif file into a apacheDS 2.0 LDAP server. I've seen there was a way with 1.5 and the apacheds-tools.jar but this seems to be removed. Is there another easy way to get the task done?
da.eXecutoR
  • 313
  • 5
  • 16
2
votes
1 answer

Providing LDAP support on top of existing Database authentication

I am working on a java application having Database authentication using spring-security. It is very usual that, this application is used with other applications on similar domain. Requirement: The need is that all such partner apps should be able…
Vishal
  • 774
  • 12
  • 27
2
votes
3 answers

Fail to start Apache Directory Server - Error 04450

While I was trying to start ApacheDS 1.5.7 on windows platform, An Error 04450 occurs and the apacheds-rolling.log contains: [21:07:27] ERROR [org.apache.directory.shared.ldap.entry.DefaultServerAttribute] - ERR_04450 The value {0} is incorrect, it…
zbdiablo
  • 919
  • 1
  • 9
  • 14
2
votes
3 answers

How do I disable user account in apacheDs

I am using ApacheDS 2.0.0.v20130628,I use Spring security ldap to authenticate users. For a new user,once user registers an account with the web application an email will be sent to make the account active so that his email will also be…
day_dreamer
  • 824
  • 3
  • 13
  • 33
2
votes
1 answer

List the root contexts in LDAP

I would like to list or search the root context(s) in a LDAP tree. I use Apache Directory Server and Java: Hashtable contextParams = new Hashtable(); contextParams.put("java.naming.provider.url",…
Lennart Schedin
  • 1,036
  • 1
  • 13
  • 24
1 2
3
15 16