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

Name and Implementation for MD5 hashing password and salt before hashing them together

Is there a name for this variation of a salted MD5? $hash = md5( md5( $salt ) . md5( $password ) ); (for clarity the '.' there is concatenation) And more importantly, can anyone find an implementation for this scheme for OpenDJ?
rubenator
  • 1
  • 2
0
votes
0 answers

OpenDJ - what are the reasons for the "Index Valid" to be false?

I am trying to create a new index in OpenDJ. I successfully added the index to the corresponding backend. After rebuilding the index, i listed the index status (using list-index-status) for that backend. The "Index Valid" for the newly added index…
user2813978
  • 131
  • 3
  • 11
0
votes
1 answer

OpenDJ SDK Thread Pool Exception

We are using OpenDJ SDK for connecting with Directory Services. Below mentioned is code. @Bean public LDAPConnectionFactory createConnectionFactory(){ LDAPOptions ldapOptions = new LDAPOptions(); ldapOptions.setTimeout(30,…
user2775185
  • 1,099
  • 3
  • 17
  • 30
0
votes
1 answer

OpenDJ - What happens when the total db-cache-percent exceeds 100?

I am using open DJ version 2.4.4 and have many backends configured. Each backend is created with the default db-cache-percent of 10. The total number of backends configured exceeds 10. This implies that the total db-cache-percent exceeds 100. The…
user2813978
  • 131
  • 3
  • 11
0
votes
1 answer

opendj server status started but displaying open connections 0

I am new to opendj, When I try to start opendj server, getting status as server is started but open connections are "0".could any one please help me how to fix this issue I am using linux ubuntu.
ChotaQATester
  • 13
  • 1
  • 1
  • 3
0
votes
1 answer

What all to modify to get the OpenIDM-OpenDJ sync working for a custom schema structure?

I am new to OpenIDM and Open DJ and trying to get the bi-directional sync working. I could run the related examples sample2b and sample2c and see the sync working. I need to get this working for my set-up having an OpenDJ with BaseDN as…
Nikki
  • 97
  • 10
0
votes
1 answer

OpenDJ searchrate output explanation

I'm trying to use OpenDJ's searchrate command to measure LDAP's performance and response time to queries. The output looks as follows: Throughput Response Time (ops/second) …
Doron Gold
  • 3,664
  • 4
  • 32
  • 44
0
votes
2 answers

OpenDJ silent install

I am writing a shell script that will read OpenDJ installation properties from a file and install OpenDJ. I have read their documentation and prepared the properties file with required data. …
Sohan
  • 6,252
  • 5
  • 35
  • 56
0
votes
1 answer

OpenAM with OpenDJ - NameNotFoundException: ldap/idp/userDN - when starting up JBoss

I'm using OpenAM, with its embedded OpenDJ as the LDAP service, to protect my web application running on JBoss 7. When I start my JBoss I get this error: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with…
Henrique Ordine
  • 3,337
  • 4
  • 44
  • 70
0
votes
1 answer

How do I run/call/kickoff an external program (custom code) whenever certain attributes or objects are added or modified in OpenDJ’s database?

How do I run/call/kickoff an external program (custom code) whenever certain attributes or objects are added or modified in OpenDJ’s database? Here is my real world need. (Feel free to change my thought direction entirely). Whenever a new email…
clettsome
  • 103
  • 2
0
votes
0 answers

How to trigger the pwdFailureTime on OpenDJ LDAP using UnboundID SDK for Java

I have created a Password Policy on OpenDJ LDAP and let's say that if I assigned that Password Policy to a user ('test1'), OpenDJ is going to lock out 'test1' after 3 wrong passwords. I have the confirmation that the Password Policy works well as I…
coocooche
  • 1
  • 1
0
votes
1 answer

Add a custom attribute to person class in opendj

I follow http://opendj.forgerock.org/opendj-server/doc/admin-guide/index/chap-schema.html to add a custom attribute to perosn class in opendj 1)create packt-services-user-blog attribute 2)create packt-services-user-class class, and add…
yskyj
  • 141
  • 1
  • 12
0
votes
1 answer

ldapsearch with "Ismemberof" OpenDJ | Without Bypass-Acl

i have some problems with "ismemberof" on OpenDj. I want to have a user in OpenDj (like "uid=jdoe,ou=people,dc=example,dc=com"), which can do a "isMemberof"-Query. The problem is on default an User-DN in OpenDj can't perform…
Ironchunk
  • 1
  • 2
0
votes
1 answer

How to do password synchronization between openIDM and openDJ

I want to do synchronization between openIDM and openDJ. The synchronization works for all the fields except the password field. I want the password to be stored in openDJ when a user is created in openIDM. What are the steps required to implement…
Soumyajit Swain
  • 1,298
  • 1
  • 21
  • 35
0
votes
1 answer

OpenAM Aunthentication and Authorization to web application

I have one web application. I've successfully authenticated the users using OpenAM. For that i deployed and configured OpenAM on one Tomcate(8080) and my web application is deployed on another tomcate(8081).I have configured 'J2EE_AGENT' on…
Sumit Paul
  • 189
  • 1
  • 2
  • 10