Questions tagged [opendj]

OpenDJ is an open source, LDAPv3 compliant directory service, built on the Java platform. It has support for LDAPv3, DSMLv2, multi-master replication, access controls, password policies, security and all features you can expect from a modern directory server. But most of all, it's easy to use and of very high performance. OpenDJ is the actively developed fork of the Sun initiated OpenDS project.

OpenDJ is an open source, LDAPv3 compliant directory service, built on the Java platform. It has support for LDAPv3, DSMLv2, multi-master replication, access controls, password policies, security and all features you can expect from a modern directory server. But most of all, it's easy to use and of very high performance. OpenDJ is the actively developed fork of the Sun initiated OpenDS project. For more information about OpenDJ, check https://forgerock.org/opendj/

206 questions
1
vote
2 answers

How to connect to OpenDJ LDAP server (Docker)

I am trying to connect(bind) to an OpenDJ server in Docker. (I know how to connect to regular (not Docker) OpenDJ server) OpenDJ seems to run, but when I try to connect to it with a ldap browser, it says "Unabled to connect" --- Server…
Jin Lee
  • 3,194
  • 12
  • 46
  • 86
1
vote
1 answer

java.lang.IllegalArgumentException: Illegal character OpenIAM-SCIM connector

I'm trying to run a query to perform a user search in OpenIAM using a SCIM connector. Testing on a Linux virtual machine, attacking a URL and using OpenDJ I can filter users through their id and using the curl command and making a GET request if it…
Bufank85
  • 65
  • 1
  • 2
  • 10
1
vote
1 answer

OpenAM OpenDJ dockerisation issue: Fails to redeploy using old data source

Facing a critical issue while the dockerization process of the OpenAM-OpenDJ) If the OpenAM container crashes or fails and we forced to redeploy OpenAM again, it will not connect to older OpenDJ, we need to reset OpenDJ again to make it functional…
Anish Varghese
  • 3,450
  • 5
  • 15
  • 25
1
vote
3 answers

Cannot find forgerock openDJ 3.5.1 maven jars

I am trying to use openDj 3.5.1 or 3.5.2 and have a maven dependency on it. However, i cannot find the jar at https://maven.forgerock.org/repo/webapp/#/home or https://mvnrepository.com/artifact/org.forgerock.opendj Can someone help me getting this…
aazeem
  • 844
  • 1
  • 12
  • 23
1
vote
1 answer

OpenDJ Password Re-Use attribute

Trying to implement a password policy to prevent Password Re-Use but am unable to do it with password-history-count. Is there another attribute i should be using to achieve this? We are running OpenDJ 2.6.3.
1
vote
1 answer

Updating a user's DN from using CN to using UID

I am looking for a way to update a user's entry DN from this : dn: cn=Super,ou=Prod,ou=clients,dc=test,dc=com To this : dn: uid=SuperUID,ou=Prod,ou=clients,dc=test,dc=com Given that my directory has multiple ou's, and some are already using the…
Pier
  • 618
  • 2
  • 8
  • 23
1
vote
1 answer

Insufficient Access Rights: The entry cn=schema cannot be modified due to insufficient access rights

I tried to assign an admin user to do the update schema. Here is the global-aci in 'cn=Access Control Handler,cn=config' ds-cfg-global-aci: (target="ldap:///cn=schema")(targetattr="*")(version 3.0; acl "admin user can update schema"; allow…
1
vote
2 answers

Unable to authenticate Java - LDAP

My ldiff file looks like this dn:uid=test,ou=users,dc=example,dc=com objectclass:person objectclass:inetOrgPerson objectclass:organizationalPerson objectclass:top givenName: test title:test uid:test cn:test sn:sdf userPassword:…
ravicandy1234
  • 156
  • 1
  • 2
  • 13
1
vote
1 answer

OpenDJ vlv index error: # Server-side sort failed: Unwilling to Perform

I'm using OpenDJ 3.0.0 release version. I have two base dns, 1st is dc=tenant1, 2nd is dc=tenant2, the vlv index I created is based on dc=tenant1, but the ldap search happened on dc=tenant2 Here is the vlv index, which looks like…
Feng Xi
  • 1,005
  • 2
  • 11
  • 30
1
vote
2 answers

Import ActiveDirectory LDIF into OpenDJ/OpenDS?

I need to test a LDAP synchronization service. For that reason, I've installed OpenDJ (formerly OpenDS) LDAP server on my developer machine (ApacheDS requires admin privileges for starting/stopping a service - I don't have them & I don't get them).…
Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
1
vote
2 answers

How I get or set isMemberOf(memberOf), createdTimestamp, and modifiedTimestamp

I'm using spring ldap with OpenDJ and was not able to set the attribute isMemberOf or memberOf for the person. Also, I'm having problem to get createdTimestamp and modifiedTimestamp attributes for the person. Please help
user2205421
  • 11
  • 1
  • 5
1
vote
2 answers

OpenDJ Multi-master replication fails(Hangs at Initializing registration information step):: javax.naming.AuthenticationException

I am using OpenDJ-2.4.6 along with Oracle JDK 7.80 and I want to run Multi-master replication on 2 of my servers, the OS for these servers is Amazon Linux. The OpenDJ setup runs perfectly fine; I can start the server too without any errors. It is…
apapap
  • 91
  • 1
  • 8
1
vote
1 answer

Adding Editable Custom Attribute in openAM using CLI

I am trying to add a User Custom attribute in openam and it's embedded opendj. I followed their instructions in link : https://backstage.forgerock.com/#!/docs/openam/12.0.0/dev-guide/chap-custom-attr which involves : Updating Opendj Schema for the…
1
vote
1 answer

OpenAM policy creation issue: could not add/authenticate Groups other than of master realm

While creating OpenAM policy i couldn't find Group from same user store (can see groups in master realm). Realm: / (Top Level Realm) > testRealm Group in masterRealm: masterGroup Group in testRealm: testGroup Users in testGroup: admin Create…
Firos S
  • 11
  • 2
1
vote
1 answer

OpenDj as backend and accessing through REST API doubts

I'm doing a project using Open Am and OpenDJ as backend, I'm directly calling OpenDJ REST API for profile adding and Editing, I have the following doubts. Is it possible to store JSON in to the OpenDj field? Any size limitation to fields in OpenDj …
Abdul
  • 321
  • 4
  • 22
1
2
3
13 14