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
1
vote
0 answers

Why is LDAP "memberUid" restricted to ascii, but "uid" is not?

I'm getting this error from ApacheDS (2.0.0-M21): ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value ERR_04473_NOT_VALID_VALUE Not a valid value 'gu\C3\AApes' for the AttributeType 'attributetype ( 1.3.6.1.1.1.1.12 NAME…
jamshid
  • 241
  • 2
  • 5
1
vote
1 answer

ldap ssl v2 v3 can't read server hallo A

I need to connect ApacheDS database using startTLS with OpenLDAP client. My ldaprc file contains: URI ldap://127.0.0.1:7323 ldaps://127.0.0.1:7423 SSL start_tls SASL_MECH plain TLSCipherSuite HIGH:MEDIUM:+TLSv1:!SSLv2:+SSLv3 TLS_REQCERT…
eewe
  • 11
  • 5
1
vote
0 answers

How do you add new custom attributetypes to existing objectclasses in LDAP

How the heck do we add new attributes to existing object? For example, I have a custom LDAP objectclass: m-oid=1.1.1.1.1.1... m-must: uid m-may: role m-may: cn m-may: sn Then I added some records of the above object into the server... and…
codenamezero
  • 173
  • 1
  • 6
1
vote
1 answer

Is ObjectSID a feature of Active Directory or is it a standard feature of all directories?

Is ObjectSID a feature of Active Directory or is it a standard feature of all directories? Is there an Object Class that provides ObjectSID which can be used in other directory services such as OpenLDAP or ApacheDS?
Greg B
  • 1,548
  • 5
  • 17
  • 32
1
vote
0 answers

Openshift : SocketException (Permission denied) using Spring and embedded Ldap server

I'm facing the following error when I try to deploy my app which initializes an embedded Ldap server using Spring and ApacheDS on port 33389: 2014-10-20 12:55:22,933 ERROR (ContextLoader.java:331) - Context initialization…
1
vote
0 answers

SHA on apache directory studio

I am using Apache Directory Studio for browsing and user administration of openLDAP (working on mac, so no better options) when i set-up a new password for users with SHA-1 the new password appears…
user306779
  • 11
  • 1
1
vote
1 answer

CentOS 6 SSSD SSH/Console Login Issues

I'm new to SSSD but I think I've configured it correctly considering id {ldap user} returns the expected uid and gid values for multiple test users. I'm using two CentOS 6.4 servers as test machines. One running ApacheDS and the other SSSD. However,…
james8562
  • 23
  • 1
  • 3
1
vote
1 answer

How to configure LDAP in ApacheDS to use uid for authentication?

When adding a new user under the dc=example,dc=com using Apache Directory Studio, I have this tree structure: dc=example,dc=com |-- ou = engineering |-- cn = Lawrence K.H Loh+o=IKEA+sn=Loh+uid=lawrence+displayName=Lawrence Below is the…
huahsin68
  • 137
  • 3
  • 11
1
vote
1 answer

Using Apache James Mail server with LDAP

In my LDAP server(ApacheDS) I have users under ou=users,ou=system. I wrote the configuration below into James and both server can startup (DS and James).
merveotesi
  • 121
  • 6
1
vote
0 answers

Connect from iphone to LDAP on a non-standard port

I asked on superuser, it was migrate to the apple stack exchange site and it was suggested I ask here. This feels like cross posting but... I've tried a quite a few different sequences, such as appending the port to the server address, but all to…
datatoo
  • 351
  • 3
  • 12
1
vote
0 answers

Can ApacheDS LDAP change root user name?

ApacheDS 1.5 has the following account by default. Bind dn or user: uid=admin,ou=system Bind password: secret i would like to change it to the following to avoid making changes in my code Bind dn or user: cn=root,dc=ldap,dc=local Bind password:…
Tommy
  • 123
  • 1
  • 6
1
vote
0 answers

ApacheDS - Search by email address fails unless 'mail' attribute is manually updated after initial creation

We are running ApacheDS 2.0.0.AM25 running on Windows 2019. The directory is for S/MIME email certificates. Users are populated from an eDirectory driver as ObjectClass=person, ObjectClass=organizationalPerson, and ObjectClass=inetOrgPerson. …
0
votes
0 answers

AWS Managed Microsoft AD LDAP

I have AWS managed MS AD standup and running. Created a jump node and joined the domain. I was able to execute ldp.exe and establish connection to one of my AD controller whose address is like (port 389): COMPUTERNAME.MYADNAME I am trying to connect…
0
votes
1 answer

How to use ApacheDS as LDAP backend with BIND9 or other

After long time passed on the web looking for a way to use ApacheDS as backend LDAP with BIND9, I found nothing about this subject, so I ask here. I am preparing setup of the infrastructure of my company, which will be entirely hosted on Linux…
0
votes
1 answer

OpenLdap inetOrgPerson object class attribute missing : "middlename"

I have an openLDAP installed on my server. Please refer image below for the details. My OpenLDAP version My issue is that i can't find middlename attribute under inetOrgPerson object class, which is needed for my use case. I tried to search for oid…
LogronJ
  • 101
  • 2