Questions tagged [apache-ds]

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/

40 questions
0
votes
1 answer

No base DN returned from server.Plase enter the base DN manually- Apache Directory Studio

I'm new in Ldap and trying to setup it manually on centos and i'm getting below error while access it from Apache Directory studio. No base DN returned from server.Plase enter the base DN manually- Apache Directory Studio .
root
  • 39
  • 2
  • 8
0
votes
1 answer

How to configure Apache Directory Server without Apache Directory Studio?

I am new to Apache Directory Server and the official documentation about it is quite incomplete. I know that is possible to configure the server easily using Apache Directory Studio GUI, but i want the server to be deployed on a remote server not…
0
votes
1 answer

Apache two redirect conditions in one redirect rule

example.com , now what I need is request comes to example.com and www.example.com redirect to https://www.example.com, This is my apache redirect code RewriteEngine On RewriteCond %{HTTP_HOST} ^example.com$ [NC] RewriteRule ^(.*)$…
Navin
  • 103
  • 2
0
votes
1 answer

Discrepancy in exporting LDIF OpenLDAP vs Apache Directory Studio

very new to the world of LDAP. I find that when I export an LDIF file in my OpenLDAP instance on Linux, running the slapcat command as such: ./slapcat -f /somewhere/slapd.conf -l backup.ldif it does not yield the same result as exporting using the…
0
votes
0 answers

How to let a user remove the pwdAccountLockedTime attribute without being an admin in ApacheDS?

I am probably going about this all wrong but there is no "Look stupid, do this..." level documentation out there that I have found. I have Apache DS v2.0.0 I have users I want some users (who I add to the cn=unlock_admin,ou=groups,dc=example,dc=com…
Lorin S.
  • 95
  • 1
  • 2
  • 10
0
votes
1 answer

Cannot start ApacheDS (fresh install)

I have a virtual machine with Ubuntu Server 12, Apache, MySQL, PHP. I am trying to setup ApacheDS on the same machine. So, i install xubuntu, java and apacheds (using the deb package) without a problem. Then, when i try to start ApacheDS by using: $…
0
votes
1 answer

Synology join LDAP domain: failed to load user data

I'm currently trying to setup SSO on a synology nas using Keycloak and ApacheDS. I've successfully joined the domain and can finally see all users and groups in the directory and I can edit the groups just fine. But I can't edit any of the users…
CShark
  • 123
  • 1
  • 1
  • 5
0
votes
0 answers

Possible to perform AD modify request with Apache Directory Studio?

I want simulate a password change towards Active Directory using Apache Directory Studio. Is there a command line interface or dialog to perform this operation: ldap modifyRequest delete unicodePwd ... add unicodePwd…
norq
  • 101
  • 2
0
votes
1 answer

Migrate LDAP records to FreeIPA and populate POSIX

We have a legacy application that we manage the employees, this application connects to an ApacheDS and provides LDAP authentication trough it. Now we want to implement FreeIPA but not as the source of truth but as our new LDAP system, the ipa…
-1
votes
1 answer

How to delete from dcm4chee-arc server

How to delete studies, files and all or some records from dcm4chee-arc server or possibly clean in like fresh new? I've installed version 5 following this instructions. I've used Apache DS as the LDAP server and using mysql as database.
1 2
3