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

supervisor manages a process which is started up with a shell script

I'm using supervisord to run multi-service in a container. I want a ldap service for my web application. So I installed and started opendj with the follow info, Dockerfile RUN dpkg -i $APP_HOME/packages/opendj_3.0.0-1_all.deb && \ …
niaomingjian
  • 3,472
  • 8
  • 43
  • 78
0
votes
1 answer

opendj control panel CertificateException

After install opendj3.0.0 in my PC windows10 with the GUI, I want to administer the local server with OpenDJ Control Panel. Unfortunately I got an error CertificateException. What special steps should I have to take to run OpenDJ Control Panel to…
niaomingjian
  • 3,472
  • 8
  • 43
  • 78
0
votes
0 answers

How to import custom attribute types and objectclasses to OpenDJ 3.0?

I have OpenDJ v3.0.0 and need to import custom attribute typesand objectclasses from OUD - Oracle Unified Directory. Unfortunately I can't use GUI - Control Panel due to a problem with x11. /tmp/attribute_types_oud.txt =================== dn:…
DaeYoung
  • 1,161
  • 6
  • 27
  • 59
0
votes
0 answers

Troubleshooting failure of importing oud schema on OpenDJ 3.0.0

I tried to import exiting schema from Oracle Unified Directory (OUD) into OpenDJ 3.0.0 by following this: https://backstage.forgerock.com/docs/opendj/3/admin-guide/#importing-exporting-ldif However after import-ldif was executed, I noticed following…
DaeYoung
  • 1,161
  • 6
  • 27
  • 59
0
votes
1 answer

How to verify OpenDJ respond to ldap request?

I stood up OpenDJ v3.0.0 on rhel 7 server with java version 1.8.0_251. I set ssl/tls to yes with self sign cert generated and it is empty no ldap schema is imported yet only baseDN was stated. Once install was complete, I executed service opendj…
DaeYoung
  • 1,161
  • 6
  • 27
  • 59
0
votes
1 answer

The path for certificate, private key and pfx files for OpenDJ version 3.0 install to be completed

I am new to OpenDJ from ForgeRock. I installed version 3.0 on rhel 7 server along with Java version: 1.8.0_251 by following this instruction: https://backstage.forgerock.com/docs/opendj/3/install-guide/#chap-install. After install is completed with…
DaeYoung
  • 1,161
  • 6
  • 27
  • 59
0
votes
0 answers

ForgeRock AM 6.5, OpenDJ unable to force users to change password after reset

ForgeRock AM 6.5, OpenDJ I am trying to ask users to change their password once it has been reset by the admin on ForgeRock AM 6.5 with OpenDJ. I have enabled the force-change-on-reset flag under the password policy along with the pwdReset user…
tush4r
  • 867
  • 12
  • 21
0
votes
1 answer

Migration from 389 Directory Server to External OpenDJ

Working with Community edition of OpenAM. Currently, our datastore configured with 389 Directory Server contains the Configuration data of openAM. Now, setup the datastore external OpenDJ but not able to migrate configuration data from 389 DS to…
Kumar Panchal
  • 186
  • 13
0
votes
1 answer

Can administrative privileges be limited to a certain DN in OpenDJ?

In my case, I want to create a new administration user who has full privileges, such as add/modify/delete entities and properties, on in a certain DN (and maybe its sub). According to the document, in the table of "Directory Data Administration", it…
Tonny Tc
  • 852
  • 1
  • 12
  • 37
0
votes
1 answer

How to disable the property of password-generator in OpenDJ

By default, the value of password-generator in Default Password Policy is Random Password Generator, and then if I try to set a password for a user, I'll get an error shows I cannot provide a password. But in my case, I want the user can set his/her…
Tonny Tc
  • 852
  • 1
  • 12
  • 37
0
votes
1 answer

Frequent changes on attributes, is it wise to use Directory Service

I am trying to design a access solution using opendj, down the line i realized system will have frequent changes on accounts, users in the tree. With your experience dealing with Open DJ / Directory Service is it wise to manage frequent changes and…
Vinod
  • 1
  • 1
0
votes
1 answer

Hierarchical (URN) ex(urn:serviceid:partitionId:parent:child) scripted custom attribute in OPEN DJ

I am trying to build a custom attribute in OPEN DJ / LDAP which should be like a custom urn to uniquely identify a resource by resource id which is URN . like a person would be identified by his urn (urn:org:partion:manager:person)
Vinod
  • 1
  • 1
0
votes
1 answer

Can we load Schema (base schema) for OpenDJ using Novel Ldap api?

We are using Novel Ldap Api for all LDAP operations, i want to load my base schema ldif file to opendj without restarting the openDJ server. So far, post setup we are manually copying the schema file to /config/schema location and we wanted it to do…
Vijay
  • 1,026
  • 3
  • 11
  • 28
0
votes
1 answer

OpenDJ create new schema elements object classes and attributes types on cmd line

There’re any tutorial to explain how can i create ‘object classes’ and ‘attributes types’ on DS 6.5 from command line? I’d like to import by command line a ldif file which have the following structure: dn: cn=schema objectClass:…
JMarques
  • 3,044
  • 4
  • 34
  • 55
0
votes
1 answer

opendj-core 6.5.0 maven dependency

On OpenDJ 2.6.4, i’m using the dependency “opendj-ldap-sdk” in order to use the following classes: org.forgerock.opendj.asn1.ASN1; org.forgerock.opendj.asn1.ASN1Writer; org.forgerock.opendj.ldap.ByteStringBuilder; I checked that the same classes…
JMarques
  • 3,044
  • 4
  • 34
  • 55