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

Migration OpenDJ to Directory Services 6.5

I'm currently use OpenDJ 2.6.4 in Suse Linux 11 and my goal is to upgraded to Directory Services 6.5. From what I read, especialy on Chapter 9. Before You Upgrade and Chapter 10. Upgrading a Directory Server, the process seems pretty simple, i.e,…
JMarques
  • 3,044
  • 4
  • 34
  • 55
0
votes
1 answer

OpenDJ vs Directory Services

I'm exploring the ForgeRock Product Documentation and i'm not sure what's the difference between "Directory Services 6.5" and "OpenDJ 3". There was a re-brand and it's the OpenDJ was renamed "Directory Services", is that it?
JMarques
  • 3,044
  • 4
  • 34
  • 55
0
votes
2 answers

(opendj-ldap-sdk-2.6.0) bind method parameter - password char [ ]

I'm using opendj-ldap-sdk-2.6.0 jar library to search LDAP entry. I am following the guide. (https://backstage.forgerock.com/docs/opendj/2.6/dev-guide/#chap-using-the-sdk) source code : import org.forgerock.opendj.ldap.Connection; import…
Jin Lee
  • 3,194
  • 12
  • 46
  • 86
0
votes
2 answers

ForgeRock Directory Server(OpenDj) ldapsearch in windows cmd ( not Linux)

If I want to search an LDAP entry from a LDAP server using ForgeRock Directory Server(OpenDJ), the document says in Linux it works like the following. $ ldapsearch \ --hostname localhost \ --port 1389 \ --baseDn dc=example,dc=com \ "(cn=Abagail…
Jin Lee
  • 3,194
  • 12
  • 46
  • 86
0
votes
1 answer

Unable to add an attribute to an entry in OpenDJ LDAP

I am trying to add an attribute to a custom objectclass in OpenDJ, but am getting a reference error. I have checked the schema and can't see any reason why I shouldn't be able to add. Here is what I am trying to add: dn:…
Brett
  • 5,690
  • 6
  • 36
  • 63
0
votes
1 answer

ldap equal filtrer search for an attribute with alpha numeric value failing

Consider the two entries : 1. dn: ou=system,ou=test,dc=ent,dc=my,dc=com createdbyuser: rootAgent createdondate: 31-May-2018 15:58:31 IST name: system1 objectClass: top objectClass: orgentity objectClass: organizationalUnit ou: system 2. dn:…
0
votes
2 answers

Is OpenLDAP support attributes with null values?

Is there any way to create LDAP attribute with null values? Because in our environment our custom application will update the value of that attribute.
Roni Baby
  • 91
  • 1
  • 10
0
votes
1 answer

LDAP bulk user profile update

I have a OpenDJ server with 300 users under People OU. I want to update a new attribute in all user profiles. Created that new attribute in this OpenDJ. Is there any script to update this new attribute with its Value in all user accounts?
Roni Baby
  • 91
  • 1
  • 10
0
votes
0 answers

SSO not working with AM-SESSION-DESTROYED error

We configured Single Sign On for our applications using Forgerock. SSO configuration is like OpenDJ as the user store of OpenAM. It was working fine for 5-6 Months without any issues. Now a days application users report that user login is not…
Roni Baby
  • 91
  • 1
  • 10
0
votes
1 answer

Seamless switching of an application from one AMI to another AMI

I am having my OpenDJ LDAP setup running on ubuntu 16.04 base AMI. I now want to replace the base AMI with new patched AMI without impacting my working OpenDJ setup. I need to do this everytime a new AMI is released. One way I can think of is to…
0
votes
0 answers

How to create PKCS#11 keystore

I have an activated partition on Luna HSM and configured the HSM. My server can talk to HSM, cert are exchanged and vtl verify works. Installed OpenDJ(Directory server, or Could be any application) then I wanted to use an existing certificate on…
Karthik tv
  • 109
  • 1
  • 2
  • 7
0
votes
1 answer

How to verify LDAP username and password via an authenticated connection?

Currently, I have 1 user have the permission to bind OpenDJ server. Then I need to verify the username and password from the end user. How can I do that? This is the way I create the LDAP connection and bind successfully: LdapConnection connection…
Hoang Tran
  • 886
  • 3
  • 13
  • 32
0
votes
0 answers

ldap_error 81, Server connection lost

I have deployed OpenDJ application on one of the instances and written a java based application as well to access user details from OpenDJ using unbound LDAP SDK. All the things are up and running and working as well. The issue occurs when the…
Waheed
  • 1,835
  • 15
  • 21
0
votes
0 answers

opendj 3.0 replication failed to start for about 2m entries

I'm testing opendj 3.0 replicatoin. I have two opendj nodes which is a replica. The replication works nice. But when I added about 2m entries, one opendj node failed to restart. I tried several times, but no luck. According to server.out, looks…
Feng Xi
  • 1,005
  • 2
  • 11
  • 30
0
votes
1 answer

opendj, 3m data, ldapsearch --timelimit 60 never return

With OpenDJ3.0, about 3 millions entries are saved. the entries I saved actually is tokens which has ttl (aka expiry time). What I'm doing is try to schedule a cron job to periodically search out those expired tokens, and delete them. I'm using…
Feng Xi
  • 1,005
  • 2
  • 11
  • 30