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
6
votes
1 answer

What is the difference between an "Entry" and a "Context Entry" in ApacheDS/LDAP?

When creating a new entry in an ApacheDS LDAP directory with Apache Directory Studio, it gives the option of creating a New Entry or a New Context Entry. What is the difference between a Context Entry and a regular Entry? Apologies if the answer…
Anchmerama
  • 65
  • 6
6
votes
1 answer

Why can't I use inetOrgPerson with groupOfNames?

I am trying to create a user in LDAP that uses object classes inetOrgPerson with groupOfNames (so i could use the attribute 'member') but it won't let me no matter which combination I try. What is the correct way to use 'member' attribute? This is…
codenamezero
  • 173
  • 1
  • 6
4
votes
1 answer

Can Windows Authenticate Against ApacheDS?

ApacheDS claims to have support for ldap and Kerberos, so is it possible to authenticate Windows machines using it?
leeand00
  • 4,807
  • 13
  • 64
  • 106
4
votes
1 answer

How do I enable nis schema in apacheDS?

I'm having difficulty figuring out how to enable the nis schema in apacheDS (I want to be able to use the posixGroup and posixAccount classes).
Pedro Tanaka
  • 109
  • 1
  • 7
4
votes
3 answers

HOWTO: Clone active directory to apacheDS

I have a production Active Directory installation and now I want to setup a test environment in my PC using ApacheDS as my Directory. Is it possible / how can I copy / migrate / clone my active directory data to my ApacheDS installation? It seems to…
AlfaTeK
  • 275
  • 3
  • 12
4
votes
3 answers

LDAP: entries for services?

(Apologies if I've got the terminology wrong, I'm fairly new to LDAP) I am setting up a local LDAP server (Apache Directory Server) with the following structure: o={my organization name} [objectClass=organization] ou=groups…
Jason S
  • 616
  • 1
  • 16
  • 28
3
votes
2 answers

How Do I Configure ApacheDS LDAP Like AD

I am trying to set up Apache DS to simulate my company Active Directory locally. I have created a new partition to match. I then created an ldif file to add users and groups. e.g. ##Create the root domain dn: dc=serverfault,dc=com objectClass:…
opticyclic
  • 191
  • 1
  • 2
  • 7
3
votes
2 answers

How to start/stop/restart ApacheDS 1.5.7 on Ubuntu 11.04

I installed the .DEB package of ApacheDS 1.5.7 on a clean Ubuntu 11.04 server. I got the DEB from here. It installed and started itself automatically and was running, but I don't know how to start/stop/restart it. I don't know if it's set to…
Nick
  • 4,433
  • 29
  • 67
  • 95
2
votes
0 answers

How to Copy Apache DS Configuration and Data (from one apacheds to another)

I have one Apache DS running on win server 2008 and another on Ubuntu 12.04.4 LTS and I need to copy whole configuration and data from the win one to the ubuntu one. I tried export, but when I try to import in ubuntu apacheds i get 'Import LDIF' has…
2
votes
0 answers

How can I force a schema replacement operation in LDAP

I am using ApacheDS. I have created a custom schema such that it is in its own container under schema. When I make changes to the LDIF file and re-import it, I keep getting errors indicating that the MODIFICATION REQUEST failed. As long as I go in…
Bill
  • 141
  • 1
  • 6
2
votes
2 answers

ApacheDS fresh install fails after reboot

I've been wrestling with ApacheDS for the past 3 days and couldn't figure out what the problem is. I've got a fresh install of ApacheDS 2.0.0-M9 on a fresh CenOS 6.3 with the latest JDK7 installed. After first installing the downloaded ApacheDS RPM…
BigZee
  • 21
  • 1
  • 4
2
votes
0 answers

How to configure LDAP client to authenticate against ApacheDS?

I am playing with LDAP lately and trying to authenticate against ApacheDS. I am unable to setup my Ubuntu client to print the LDAP users list (getent passwd for instance). I found few tutorials on the web of how to setup the server side. I do that…
grs
  • 2,235
  • 6
  • 28
  • 36
2
votes
1 answer

Apache Directory Server: how to backup/restore data?

I have an LDAP server running using Apache Directory Server 1.5.7. How do I backup & restore the data?
Jason S
  • 616
  • 1
  • 16
  • 28
2
votes
2 answers

Configure ApacheDS 1.5 with accessControlEnabled=true for authenticated access

I need to set up an apacheDS instance. I am using standalone 1.5.5 on Linux. I have removed the example partition and added two of my own, each with their own suffixes. I have imported LDIFs for the two partitions and everything looks correct…
1
vote
0 answers

kinit unable to connect

I'm trying to connect to a Kerberos running on ApacheDS. Here is the initial LDIF I've loaded on LDAP: dn: ou=Users,dc=example,dc=com ou: Users description: Example.Com Users objectClass: organizationalUnit dn:…
1
2 3