Questions tagged [apacheds]

ApacheDS is an open source directory server built for Apache.

ApacheDS™ is an extensible and embeddable directory server entirely written in Java, which has been certified LDAPv3 compatible by the Open Group. Besides LDAP it supports Kerberos 5 and the Change Password Protocol. It has been designed to introduce triggers, stored procedures, queues and views to the world of LDAP which has lacked these rich constructs.

source - project homepage

12 questions
3
votes
1 answer

LDAP: what objectClass to use for a service account?

I'm using Apache Directory Server to create a company directory. As well as people in my organisation, I have a few service accounts. These are used by applications (not people) to connect to LDAP. What objectClass should I use for these service…
paj28
  • 283
2
votes
0 answers

ApacheDS: Where is the CA certificate?

ApacheDS auto-installs with an automatically generated certificate. For testing purposes, I'd like to just use this for now, but in order to trust it, I need the CA cert ("/C=US/O=ASF/OU=Directory/CN=ApacheDS") because ldapsearch requires the CA…
Thanatos
  • 2,542
2
votes
1 answer

How to change the default listen port of apacheDS?

I have installed apacheDS 2.0 M17 on a centos 6.5 box. Now I want to change the default listener ports 10389 and 10636 to the standard 389 and 636 ones. For this I have changed the values in the file…
Anindya
  • 21
2
votes
2 answers

How to deal with LDAP attribute values having $ in them

Just beginning with LDAP and have imported outlook records into a directory. that look like this: Have also edited individual addresses in in the Apache Directory Studio any number of ways to show the street, and city, state on separate lines like…
datatoo
  • 3,500
2
votes
1 answer

Why is sn required by inetOrgPerson?

I'll preface this by saying that I'm fairly new to using LDAP and really have no formal training with it. Pretty much exactly what the topic title says. Is there any real reason that surname is a required attribute for inetOrgPerson entries in LDAP,…
1
vote
1 answer

Can't perform Kerberos login

I can't do a Kerberos login. I've tweaked rsyslog to record *.debug to /var/log/debug, whose output is below. If I attempt to log in with ssh, I get: Jun 6 23:13:05 foo-machine sshd[13965]: Invalid user roy from 204.28.116.34 Jun 6 23:13:05…
Thanatos
  • 2,542
1
vote
3 answers

Apache DS LDAP Server Fails to Start

I have a fresh ApacheDS (Version: 2.0.0.v20210717-M17) install on a Windows 11 on ARM. I have Java SDK 17 (LTS). I created a first server with all the defaults and it seems that the first time it started correctly. I then tried to import some LDIF…
1
vote
0 answers

Client or server has a null key while getting initial credentials when trying to authenticate to ApacheDS Kerberos

I am running an instance of ApacheDS, and use it for Kerberos authentication. According to the documentation, the server should automatically generate krb5Key attributes on each LDAP entry for a user when created, however, this does not happen.…
Rocketman173
  • 341
  • 1
  • 3
  • 8
1
vote
1 answer

ApacheDS autostart failed in CentOS 7

I installed ApacheDS on CentOS 7, but it doesn't start when the system boot and I should start it manually, what should I do?
1
vote
0 answers

Apache DS LDAP Server Fails to Start After Schema Addition

In an attempt to add the memberOf and sAMAccountName attributes from MSFT, I'm importing the LDIF found in this answer. The import succeeds and the new attributes appear in the tree but when I restart the server it fails to launch. There are no…
alexleen
  • 11
  • 5
0
votes
2 answers

How to silent install ApacheDS on Windows

I have downloaded ApacheDS for Windows and I would like to silent install it to a preferred directory. The parameters /S and D= are accepted, but the service will not be installed correctly. How can I silent install ApacheDS on Windows?
030
  • 2,808
  • 9
  • 29
  • 40
0
votes
1 answer

Cannot connect using wldap32 and apacheds over TLS (LDAPS)

I am using a dynamic language that via FFI it wraps the wldap32 dll. I am using ApacheDS and I can perfectly connect to it from my client using normal LDAP. However, I cannot connect to it when using LDAPS. Yes, the checkbox is checked to start LDAP…