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

Import WSO2 Identity Server default schemas into OpenLDAP

I'm trying to set up the WSO2 Identity server with OpenLDAP as primary user store. I would like to add the Idp embedded ApacheDS schemas': wso2Person, identityPerson and scimPerson to the OpenLDAP but I am not able to import neither the schema nor…
AndyPower
  • 13
  • 6
1
vote
1 answer

create custom attribute in ad lds not in ad ds

I just need to have a custom attribute "gender" in user class in ADLDS not in ADDS I have surveyed many articles and I have successfully able to have custom attribute in ADDS user class using this method…
Abubakar Ikram
  • 433
  • 9
  • 23
1
vote
1 answer

In-depth LDAP filters reference for Apache DS?

I have been looking everywhere for some information on the filters in my LDAP configuration settings and have yet to come up with a good reference. Here are two examples on what I am looking for in case I am just using the wrong terminology in my…
kweinert
  • 125
  • 6
1
vote
1 answer

ApacheDS - Custom SearchHandler (Java)

Here is what I would like to achieve: On one hand, I have an Oracle database. On the other hand, a "simple" Java application (let's call it "App"). And in the middle, an embedded ApacheDS in Java. The idea is to access that database through the…
AdriL.
  • 23
  • 5
1
vote
0 answers

OpenLdap - error in SSLv2/v3 read server hello A

I need to connect ApacheDS database using startTLS with OpenLDAP client. My ldaprc file contains: URI ldap://127.0.0.1:7323 ldaps://127.0.0.1:7423 SSL start_tls SASL_MECH plain TLSCipherSuite HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3 TLS_REQCERT…
eewe
  • 11
  • 5
1
vote
1 answer

Openldap naming context issue with Apache directory studio?

I have installed openldap in linux machine, but when i am trying to connect it through Apache Directory studio ,I am getting no any child for Root DSE Can someone please tell me what i am doing wrong here? Now if i am trying to import any LDIF file…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
1
vote
0 answers

Want to integrate SVN with the apacheds user's

Currently i have SVN installed in the centos server with which currently authenticating with ssh user's from the same server. I have installed ApacheDS in centos intending to authenticate with apacheds user's. Can any one please provide some hints…
tech2network
  • 79
  • 1
  • 1
  • 8
1
vote
0 answers

Disabling ciphers on ApacheDS 2.0

We have an existing installation of ApacheDS 2.0 ib on a linux server (RPM installation). Been asked to disable 'weak ciphers'. Is there any easy way of listing/disabling ciphers? Thanks in advance. Puneet
1
vote
0 answers

Tomcat LDAP JNDI configuration role search

I'm looking for a way to refine my role management using Apache DS with Tomcat and an LDAP realm JNDI setup via a context.xml file. I'm not that proficient in these topics so please excuse any glaring terminology mistakes I make. Context.xml My…
Jeef
  • 26,861
  • 21
  • 78
  • 156
1
vote
0 answers

Coinfiguring Embedded ApacheDS server with Spring Java Config

So I have an existing config file that configures an org.springframework.ldap.core.ContextSource. @Configuration public class LdapContextConfig { @Inject private LdapProperties ldapProperties; @Bean public ContextSource…
Andrew Mairose
  • 10,615
  • 12
  • 60
  • 102
1
vote
1 answer

Searching a user within a group in ApacheDS Server using unboundid sdk

I am using ApacheDS as directory server & UnboundID as LDAP SDK for entering user and its related groups. I am following a link http://ldapwiki.willeke.com/wiki/Tips%20using%20UnboundID%20LDAP%20SDK in which they have used CompareRequest method to…
joshi
  • 85
  • 1
  • 10
1
vote
2 answers

Spring Embedded Server

I'm using spring 3.0.2 and ApacheDS 1.5.5 and I'm trying to run the embedded server using: The content of the user.s.ldif file is : dn: cn=The Postmaster,dc=example,dc=com objectClass:…
omer c
  • 81
  • 1
  • 4
1
vote
1 answer

Besides user/auth info, what else should be stored in Directory Services?

This excellent answer explains the advantages of LDAP/Directories over RDBMSes under the right circumstances, but only mentions user account and auth-centric information as being the types of data to store in a directory. The answer basically…
smeeb
  • 27,777
  • 57
  • 250
  • 447
1
vote
1 answer

How to Backup ApacheDS LDAP

Does anyone know a foolproof way of taking ApacheDS backup? This is what I have tried: Tried taking the "LDIF export" from ApacheDS Studio. However, the export does not have proper tree structure and hence restoration always fails. This can be…
slayedbylucifer
  • 22,878
  • 16
  • 94
  • 123
1
vote
0 answers

ApacheDS / Apache LDAP API and using encrypted passwords

I have an admin account that has a SHA-512 encrypted password. I am using ApacheDS (v2.0.0-M19) and Apache LDAP API (v1.0.0-M28) In my code I have the following: final LdapConnectionConfig config = new…
user2992188
  • 283
  • 1
  • 5
  • 18