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
  • 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
0 answers

Add attribute to existing objectClass in LDAP

I am very new to LDAP, but I drew the short straw at work, and I have a requirement to add an attribute to inetOrgPerson. Yes I know that this is bad practice. But this is an internal temporary setup that will never see the light of day. I am…
mmaceachran
  • 161
  • 7
0
votes
0 answers

Updating ApacheDs. Changing source code to match

I was wondering how to change the ApacheDs source code to match the updated ones. What is typically the main issue in the code that needs updating. Thank you!
0
votes
0 answers

OpenLDAP create new Organization & Organization Unit using Apache Directory Studio LDAP Browser

I have set up an OpenLDAP server via slapd in macOS 10.15.7. I successfully connected to the server in Apache Directory Studio LDAP Browser. However, when I try to add any new entry to the server, the same error exists: [LDAP result code 53 -…
Raptor
  • 991
  • 3
  • 16
  • 36
-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.
Nafis
  • 109
  • 2
1 2
3