Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
67 views

I have found something at Changing the admin password on Apashe official website. I downloaded the "Apache Directory Studio" app. But I can't find my HostName and port fields to connect the ...
SVN's user avatar
  • 1
0 votes
0 answers
128 views

I am experiencing a crash with Apache Directory Studio when I try to right-click on a connection and select the 'Properties' option. The application immediately crashes with a fatal error. Below are ...
vsezanatodazheeto's user avatar
1 vote
0 answers
233 views

We have a Java service that uses the Apache Directory library to talk to an OpenLDAP directory. We have two services: one does do some writes to the LDAP server but the other service doesn't at all. ...
Adam's user avatar
  • 6,812
0 votes
0 answers
8 views

I have a very large ldap server, 20GB, in Apache Directory Server that I am trying to fine tune. I believe cache size is usually in Kilobytes, but I want to know for sure, because nowhere in apache ...
galysse's user avatar
0 votes
0 answers
155 views

there is a Proxmox 8 installed manually on clean Debian 12 (packages up to date). We want to run a basic LDAP for numer of apps thus there was an idea to deploy it directly on host and I've executed a ...
Sieciowy's user avatar
2 votes
3 answers
2k views

Error: The JVM shared library "/Library/Java/JavaVirtualMachines/temurin-17.jdk/Contents/Home/bin/../lib/server/libjvm.dylib" does not contain the JNI_CreateJavaVM symbol. Apache Directory ...
Achini's user avatar
  • 81
0 votes
0 answers
461 views

Based on this I use following code to start in memory ldap server // Create the configuration to use for the server. InMemoryDirectoryServerConfig config = new InMemoryDirectoryServerConfig("...
gstackoverflow's user avatar
3 votes
1 answer
1k views

I am trying to retrieve all groups assigned to a user in LDAP Apache Directory Studio. I am using Novell.Directory.Ldap library and used .NET Core. I am not sure if I'm doing the correct one but, I ...
Anthony Cuartero's user avatar
1 vote
1 answer
740 views

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 ...
Wargal's user avatar
  • 113
0 votes
1 answer
1k views

I want to create dynamic group in openldap with Apache Directory Studio but groupOfURLs object class not available.
Mohammad Reza Mousavi's user avatar
1 vote
1 answer
3k views

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, ...
Raptor's user avatar
  • 54.4k
0 votes
4 answers
13k views

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 - ...
Takwa's user avatar
  • 59
-1 votes
1 answer
994 views

i wanted to make an easy LDAP Connection with using Apache DS and Java, wanted to learn and play a bit with authentification. However, when i start using the my jar file, i always get this error ...
Raydo8's user avatar
  • 1
0 votes
1 answer
597 views

We use Active Directory (AD) and when users are added they get a password set and a flag to enforce "User must change password at next logon" which results in an AD attribute pwdLastSet=0 I ...
4integration's user avatar
2 votes
0 answers
308 views

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 ...
K Sanders's user avatar
8 votes
1 answer
11k views

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. ...
t013463's user avatar
  • 115
0 votes
0 answers
3k views

Trying to configure LDAP with pgAdmin. I have pgAdmin running locally on a cluster and I'm using Apache Directory Studio as a local LDAP server with the default connection and I've created 1 user. The ...
Alan's user avatar
  • 919
0 votes
1 answer
895 views

I am trying to integrate multiple directory services to Keycloak hence I am following the article: Setup User Federation with Keycloak I have pulled the docker data and running them as mentioned: ...
BATMAN_2008's user avatar
  • 3,642
-1 votes
1 answer
2k views

I built couple of OpenLDAP servers for an application service. Both the servers seem perfectly okay on the configuration side and I can manage these with Apache Directory Studio as RootDN cn=admin,dc=...
FairDinkum82's user avatar
0 votes
2 answers
1k views

After upgrading my macOsx version to Big Sur(11.1) I am facing weird issue. When I connect the LDAP server I see all information except the DSE root tree not expanding and can not perform any ...
Naim Rajiv's user avatar
  • 3,384
0 votes
1 answer
1k views

We are connecting to an LDAP (OpenLDAP) service from a Java (Spring Boot) application. We are having issues with TLS and with memory usage. Background We are using the Apache Directory LDAP API (v2) ...
Adam's user avatar
  • 6,812
5 votes
1 answer
12k views

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 ...
chainwork's user avatar
  • 2,886
4 votes
1 answer
2k views

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 ...
Miguel Salinas's user avatar
1 vote
1 answer
3k views

I have a list of uid's of several users present in LDAP and I need to replace the value of one attribute for all those uid's to a new value. Is there a way to accomplish this via Apache Directory ...
Aks's user avatar
  • 112
7 votes
1 answer
753 views

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 = "...
Arbaz Sheikh's user avatar
0 votes
0 answers
811 views

I want to create an LDAP server exactly like this http://www.forumsys.com/tutorials/integration-how-to/ldap/online-ldap-test-server/ I have already setup my LDAP on Windows Server. However, I still ...
Muhamad Hairie's user avatar
0 votes
1 answer
2k views

I know that you can use LDAP to count the number of failed bindings attempt to lockout an account when a limit is reached(pwdMaxFailure, pwdLockout, pwdLockoutDuration attributes). Is there any way I ...
Mihai Zanfir's user avatar
2 votes
1 answer
3k views

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 ...
lhty24's user avatar
  • 23
0 votes
1 answer
1k views

I'm trying to redirect and entire wordpress site to a new domain EXCEPT one blog post, and the admin pages. I've searched this site multiple times for various fixes, and across google searches. ...
SGPascoe's user avatar
2 votes
0 answers
2k views

I've used the Apache Directory API to load in user data from an Active Directory. It's similar to the example code by 'oers' found in this stackoverflow question: Apache Directory LDAP - Paged ...
fei0x's user avatar
  • 4,768
1 vote
1 answer
3k views

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 ...
cnu's user avatar
  • 477
0 votes
1 answer
743 views

I am using the Apache Directory API to query an OpenLDAP server. I think this code should return the results sorted by sn but they are returned in random order. SearchRequest req = new ...
anorakgirl's user avatar
0 votes
2 answers
10k views

I was using my apache directory studio till morning and unfortunately updated the java version in my laptop to latest version. From the time I updated my Java version Apache directory studio stopped ...
user2225190's user avatar
0 votes
1 answer
4k views

I'm connected to my LDAP connection. I'm trying to import an LDIF file to it by right clicking and using the wizard. As I choose the file, check the overwrite option and press OK, I get the following ...
Steve Waters's user avatar
  • 3,568
16 votes
0 answers
4k views

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 ...
Subodh Joshi's user avatar
  • 13.7k
0 votes
1 answer
503 views

I have problem in deleting any LDAP entry using DBMS_LDAP.delete_s function. My code looks like: DECLARE l_ldap_user VARCHAR2(256) := 'dc=example,dc=com'; l_session DBMS_LDAP.session; ...
Piotr Wojcik's user avatar
0 votes
0 answers
766 views

So all of the users in our LDAP have a DN like so: DN: uid=firstname.lastname,ou=users,dc=companyname,dc=com I want to add a new user in ApacheDirectoryStudio, so I create a new entry in the "Users" ...
squarjn's user avatar
  • 73
0 votes
1 answer
603 views

I'm writing a script in bash that generates LDIF file(for user account) and loads it to LDAP via ldapadd. The issue is in encrypting password to CRYPT-SHA-512. I'm using python for it. password=`...
QooP's user avatar
  • 1
0 votes
1 answer
445 views

I am connecting to an Active Directory server from Java. I add the property: env.put("java.naming.ldap.attributes.binary", "objectGUID"); and then I read the objecUUID like this: Attribute a = ...
rmalchow's user avatar
  • 2,789
3 votes
1 answer
1k views

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 ...
Lion's user avatar
  • 18.1k
1 vote
1 answer
5k views

I'm using ApacheDS as directory server which is used in applications like Gogs (Git server like GitLab). My idea is to create groups like gogs-users and restrict the login to those group, so that only ...
Lion's user avatar
  • 18.1k
0 votes
1 answer
2k views

I'm using Java - Apache Directory Client API for accessing Apache DS Ldap Server using ldapConnectionTemplate. I'm trying to implement a feature which allows the user to reset/change the password. ...
Srinivasan A's user avatar
1 vote
2 answers
2k views

I put my application in a subfolder "subfolder" of Apache so I can use a url such as: https://myserver.com/subfolder/#/v2/login instead of https://myserver.com/#/v2/login I'm using the following ...
Rafael Angarita's user avatar
0 votes
1 answer
3k views

I am trying to build an application in which the users and groups will be managed in a Apache Directory Server and its client API. This is an example of the ldif file being executed against the ...
Philippe Simo's user avatar
1 vote
1 answer
256 views

I'm writing standalone java program where I pass input and output files as command line arguments. The input file contains either valid LDAP search filter or LDIF. I'm using Apache Directory LDAP API ...
Gunnlaugur's user avatar
0 votes
2 answers
3k views

I have a server with Apache Directory Server installed. I can connect using the Apache directory studio over 10389. Now I would like to connect on 389 instead of 10389. I go into (as sudo) /var/lib/...
Jackie's user avatar
  • 24k
0 votes
1 answer
761 views

I am using Apache directory studio to see LDAP tree structure. In that, I am doing basic search operation to display all sAMAccountNames by below search filter (sAMAccountName = * ) and this ...
PrabaharanKathiresan's user avatar
12 votes
5 answers
54k views

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....
user3441151's user avatar
  • 1,912
0 votes
0 answers
72 views

I used ApacheDS to view the structure of the Domain & its children (New tenants). But couldn't create any values on it. Below image depicts I want to add uid/cn under each domain[i].com purpose ...
peaceUser's user avatar
  • 457
1 vote
1 answer
1k views

I don't know if this is the right place to ask this question, but I hope that it is. Let me know if I should post it elsewhere.. Several years ago, I wrote a custom partition for Apache DS. We have ...
Paul Hanbury's user avatar