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

why does openDJ's import-ldif complain about file permissions on windows 7?

i'm using openDJ on windows 7, trying to run import-ldif and i'm getting the message below. the files in that folder are NOT read-only. what is the remedy for this? the message i'm getting is this: [31/???/2012:07:05:53 +0200]…
inor
  • 2,781
  • 2
  • 32
  • 42
0
votes
1 answer

LDAP "force-change-on-add" can't be handled properly

I'm using openDJ LDAP server for authentication process of a Java based project using JNDI. Most of the other things like password expired, invalid credentials can be handled using exceptions. (using the understandable message in exception, or using…
Sanj
  • 65
  • 7
0
votes
1 answer

Read userPassword field from ldap server in clear text

I am building a utility that will copy users and groups from an Oracle Internet Directory server and transfer them into an OpenDJ LDAP server. After a lot of work i have come to the point where i read User's attributes from OID and i am stuck in…
MaVRoSCy
  • 17,747
  • 15
  • 82
  • 125
0
votes
1 answer

How to add a member in a group in openDJ LDAP using openDJ LDAP SDK (Java)?

This is my group details where I would like to add more members using openDJ LDAP SDK. objectClass: groupofuniquenames (structural) objectClass: top (abstract) cn: Directory Administrators ou: Groups uniqueMember: uid=hmiller, ou=People,…
Subhajit Roy
  • 111
  • 3
  • 14
0
votes
2 answers

Can LDAP Schema be changed at runtime?

Because schema, object class definitions, etc. are DirContexts in JNDI, the API allows changing them at runtime (adding new attributes, removing them, etc.). Is this supported, or does this depend on repository implementation? In particular, is this…
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
-1
votes
1 answer

opendj: missing attribute cn which is required by objectclass person

I am new to OpenDJ. We are trying to make a entry but getting the following error in the access log. [01/Mar/2016:10:03:45 +0000] ADD REQ conn=4 op=7 msgID=8 dn="uid=U-y-000000000,ou=Org-0,dc=ericsson,dc=com" [01/Mar/2016:10:03:45 +0000] ADD RES…
-1
votes
1 answer

is opendj replication can work on base DN which is not a backend?

I am not able enable replication on a base DN which is not a backend root. ou=networkelements,o=networkdata here o=networkdata is a backend ID.
-2
votes
1 answer

Have to decrpt a SHA1 password to Forgerock OpenIDM

I have a requirement to decrypt the SHA1 user password from Active Directory to Forgerock OpenIDM, using below java script I am able to decrypt the password in base64. if (source != null) { var base64 =…
Manideep
  • 7
  • 2
-2
votes
1 answer

Is there a way to do a offline directory changes through ldif file?

I have a ldif file containing multiple modify operations. I would like to apply them offline, as ldif-import can import data in a off-line manner. I've looked at ldif-import, but I understand it can only apply add operations, not modify operation. I…
Dominique
  • 87
  • 2
  • 10
-3
votes
1 answer

ldapsearch where we need to find users created/updated in openDJ like from specific time

Can you please help with ldapsearch where we need to find users created/updated in openDJ like from lastweek/yesterday .Basically looking for a filter that pull up users that got updated like password ..etc after certain date
Vasa
  • 1
  • 3
-3
votes
1 answer

OpenAM, OpenDJ, OpenIDM Production Requirement

My client want to use OpenAM OpenIDM and OpenDJ for the product development. Before that client want to know what will be the production sizing for this forgerock. Our plan is to have the 1 million user and 100K concurrent users are there then how…
Deepak
  • 21
  • 2
1 2 3
13
14