Questions tagged [apache-directory]

Apache Directory is an open-source project of the Apache Software Foundation. The Apache Directory Server, originally written by Alex Karasulu, is an embeddable directory server entirely written in Java. It was certified LDAPv3-compatible by The Open Group in 2006. Besides LDAP, the server supports other protocols as well, and a Kerberos server.

Apache Directory is an open-source project of the Apache Software Foundation. The Apache Directory Server, originally written by Alex Karasulu, is an embeddable directory server entirely written in Java. It was certified LDAPv3-compatible by The Open Group in 2006. Besides LDAP, the server supports other protocols as well, and a Kerberos server.

There exist these subprojects:

  • Apache Directory Studio - is an LDAP browser/editor for data, schema, LDIF, and DSML written in an Eclipse-based framework.
  • Apache eSCIMo - is a Java-based implementation of the SCIM protocol.
  • Apache Fortress - is a standards-based authorization system.
  • Apache Kerby - is a Kerberos implementation written in Java.
  • Apache LDAP API - is an SDK for directory access in Java.
  • Apache Mavibot - is a database application for Java applications.

Official website: https://directory.apache.org/

60 questions
16
votes
0 answers

Apache Directory Authentication Failed?

I am trying to connect the OpenLdap through Apache Directory Studio and its working upto Network Parameter and check Network Parameter working fine. But Next step i am trying to Authentication and its failed with below message. The authentication…
Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202
10
votes
5 answers

Apache Directory Studio java was started but returned exit code=13

I have to install Apache Directory Studio. For this I perform the below Steps Download ApacheDirectoryStudio-win32-x86-2.0.0.v20130628.exe Double click on ApacheDirectoryStudio-win32-x86-2.0.0.v20130628.exe and perform Next than it ask for Java…
user3441151
  • 1,880
  • 6
  • 35
  • 79
8
votes
3 answers

Apache Directory LDAP - Paged searches

I've looking for information to perform paged searches using the Apache Directory API, but I haven't found any example or any information about how build a SearchRequest with the proper PagedResults control and then perform the search. Any of you…
Ruben Romero
  • 611
  • 8
  • 15
7
votes
1 answer

ERR 04120 TLS HANDSHAKE ERROR in Apache Directory Studio

I'm getting this error when i try to connect to a SSL (protocol v3) LDAP server in Apache Directory Studio. I'm connecting to a LDAP server on port 636 (ldaps) with SSL encryption. ERR_04120_TLS_HANDSHAKE_ERROR The TLS handshake failed, reason:…
t013463
  • 105
  • 1
  • 6
7
votes
1 answer

How to make external ldap as primary user store in wso2 identity server 5.10.0

I am trying to setup Apache Directory studio as external ldap(Primary user store) in wso2is 5.10.0 with following configuration in deployment.toml file [super_admin] username = "admin" password = "admin" #admin_role = "admin" create_admin_account =…
Arbaz Sheikh
  • 217
  • 2
  • 10
5
votes
1 answer

Apache Directory Studio: how to search for LDAP attribute not updated since a specific date?

I am using Apache Directory Studio to search any LDAP users that have not modified their password since a specific date. I am using search and the (modifyTimestamp=) LDAP filter but not having much luck. Open to any other attributes that would work…
chainwork
  • 2,890
  • 4
  • 30
  • 29
4
votes
0 answers

Apache Directory Studio does not show Root DSE entries

we have a problem with Apache Directory Studio (Version: 2.0.0.v20200411-M15 and previous). When we connect to an OpenLDAP instance we can't see the naming contexts of the Root DSE. We have the OpenLDAP configured as multi-master and the strange…
3
votes
1 answer

Incorrect order cause exception when exporting LDIF in Apache Directory Studio

With Apache Directory Studio, I want to clone a LDAP server for testing purpose. The generate LDIF file can't be imported, since the order of structural entrys is wrong. As a result, I got ERR_251_PARENT_NOT_FOUND errors. Example situation: dn:…
Lion
  • 16,606
  • 23
  • 86
  • 148
3
votes
1 answer

Cannot connect to Azure Active Directory Secure Ldap

I have an app that lets users authenticate with LDAP. In order to test it I wanted to deploy it on a cloud virtual machine and connect it to an Azure Active Directory instance. I was trying to follow this and this guide. The steps I have…
2
votes
3 answers

Problem of connection apache directory studio

I have install apache directory studio but the server dosen't open and I had this error when I create a new connection. Une erreur est survenue lors de l''ouverture de la connexion - ERR_04110_CANNOT_CONNECT_TO_SERVER Cannot connect to the server:…
Takwa
  • 55
  • 2
  • 11
2
votes
0 answers

Apache Directory Studio not loading Root DSE

I'm unable to get Apache Directory Studio to load the Root DSE for Oracle Unified Directory. I recently upgraded my Mac to BigSur and the error started. I'm also having the same issue on my brand new Windows PC. I upgraded to the latest version…
K Sanders
  • 21
  • 1
2
votes
1 answer

Failed LDAP authentication using passport-ldapauth on Node.js

Hi I'm new to openldap and nodejs. I'm trying to create openldap authentication and use a simple node app to test that authentication against the local ldap server. My understanding is that I can create the ldap server and add all the users in…
2
votes
0 answers

How to add Apache directory lib in Android Studio?

I want to use the Apache directory lib in my android application, according to their site all you need is to add the org.apache.directory.api:api-all dependency in maven. By using Maven repository I got the following gradle equivalent: apply plugin:…
1
vote
1 answer

How to set up proper access directive in LDAP?

I'm new to LDAP and for a school project I have an access to part of my school LDAP. I can bind with users that are in a Organizational Unit. When I bind, I am able to see my password and not any other passwords from other users (That's normal I…
Wargal
  • 103
  • 1
  • 9
1
vote
1 answer

Fresh install of Apache Directory Studio in macOS fails to start a new LDAP server

I installed Apache Directory Studio version 2.0.0-M17 via this official download link. I launched the software from Launchpad and created a new LDAP server. However, when I try to start the server, the status changes quickly from Starting to…
Raptor
  • 53,206
  • 45
  • 230
  • 366
1
2 3 4