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
3 answers

What are LDAP indexes and how do they work?

I am currently busy with learning LDAP. I have a problem with indexes. I know that they are used to improve the performance. However, I could not understand the working principle of indexes in LDAP. For example, as LDAP server, I am working with…
Bernhard Colby
  • 311
  • 5
  • 17
1
vote
2 answers

Import Users and user groups from LDAP in Liferay portal 6.2

I'm trying to import users from an Ldap server. Here is my Ldap users : Liferay Portal ldap settings: By clicking "Test Ldap Users" users are also displayed. Problem is that there is no error in liferay log file but no user is importing is…
nagi
  • 381
  • 2
  • 8
  • 22
1
vote
1 answer

Certificate revocation list in LDAP

I need to store a Certificate Revocation List in LDAP server (OpenDJ). I have used ldapmodify command to store a certificate in the LDAP server by adding entries to LDIF files. However, I am not really sure how to go about adding a revocation list…
sunsin1985
  • 2,437
  • 5
  • 22
  • 27
1
vote
2 answers

Unable to import users in RTC with LDAP configuration

I have configured RTC with LDAP OpenDJ. Now I am trying to import users but it is not giving any user list after search with * i.e. for all users. However I am able to login to RTC using LDAP user itself. I have given below filters in WAS LDAP user…
1
vote
1 answer

administrative limit exceeded, REST

Using rest I got this exception http://localhost:8080/customgroups?_queryFilter=(members/uid+co+%22test%22) {"code":413,"reason":"Request Entity Too Large","message":"Administrative Limit Exceeded"} I turned all limits…
Matej
  • 11
  • 4
1
vote
2 answers

How to get existing user data from one datastore to newly connected datastore in Openam

I am using Openam12 , I have following scenario: install openam12 with with embedded or external openDJ. add some users/groups on this data store. Add new AD LDS datastore, using ADAM configuration load openam schema to AD LDS. I can view existing…
Indrani Sen
  • 287
  • 4
  • 19
1
vote
1 answer

openAm 12.0.0 failed to add user with external opendj

I had build and install openam 12 from source code, from svn checkout link: svn checkout https://svn.forgerock.org/openam/tags/12.0.0/openam/ after that I had used external OpenDJ-2.6.0 with openam , installation is successful. But when I add new…
Indrani Sen
  • 287
  • 4
  • 19
1
vote
1 answer

OpenDJ: Different format returned after ldap_bind

The output format of described attributes in OpenDJ changes after using ldap_bind(). Example without ldap_bind: $ldap_port = 389; $ldap_host = "ldap-host"; $ldap_bdn = "ou=People,dc=example,dc=com"; $ldap_attr =…
jortgies
  • 23
  • 5
1
vote
1 answer

Error while LDAP bind in Java Spring Framework

I am able to successfully run the following code as an Individual Java Code import org.forgerock.opendj.ldap.*; import org.forgerock.opendj.ldif.*; public class LdapUpdate { public void updateUser(String XYZ) { String bindDN = "cn=Directory…
Dee
  • 17
  • 5
1
vote
1 answer

OpenDJ LDAP - how to debug and view exceptions

I'm using OpedDJ LDAP and sometimes i get NegativeArraySizeException(null,-1) while doing search request! Is there a way to view the full stackTrace when getting exceptions? (Already enabled the logging but still no useful data is displayed!) Is it…
IgalS
  • 31
  • 3
1
vote
1 answer

Open Am No Hearbeat Detected for connection LDAP

I'm trying to create an openam server and am getting the error after it hangs on the configuring server.Does anyone know why the heartbeat wouldn't be found? Might it have to do with the port that it's looking at or the…
kevinn2065
  • 325
  • 1
  • 3
  • 12
1
vote
1 answer

OpenAM user account lock / unlock event handler

We have a requirement to call a webservice and insert some values to oracle db after a user lock / user unlock happens in OpenAM. How can we achieve this? Is there any way to achieve this using any event handlers ? Or do we need to use openDJ…
abhi
  • 11
  • 2
1
vote
1 answer

Do not allow password changes in OpenDJ?

I'm trying to set my OpenDJ LDAP to not allow users to change their password via an LDAP browser. Currently I'm testing this on Apache Directory Studio. In OpenDJ, I've set ds-cfg-allow-user-password-changes: false, but I'm still able to use the…
jordaniac89
  • 574
  • 2
  • 8
  • 27
1
vote
1 answer

creating a opendj replication topology

I am creating a replication topology with opendj. I need two master servers and some slaves. But slaves should be connected to only one of the masters at a time. But every time I create a slave, it is automatically connected to all other servers…
user3289094
  • 31
  • 1
  • 8
1
vote
1 answer

Why LDAP inetOrgPerson class has preferredLanguage attribute but no timezone attribute?

I'm using OpenDJ and I was surprised to discover that inetOrgPerson object class contains no built-in attribute to specify the preferred timezone, only preferred language. Any ideas why such basic field as timezone is missing and how to add it? May…
1 2
3
13 14