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

OpenDJ membership attribute for organizationalRole?

I'm planning to use OpenDJ as a backend ldap server to store RBAC. And I'm going to use objectclass=organizationalRole to store Roles (I'm choosing groupOfNames to store Organizational Groups, unnecessarily related with Roles). As I can see there's…
Feng Xi
  • 1,005
  • 2
  • 11
  • 30
0
votes
1 answer

What's the difference if I build an OpenDJ binary myself VS Forgerock Enterprise Released Binary?

I'm playing around with Forgerock's LDAP server OpenDJ. As I know Forgerock Enterprise Binary cannot be used in production without a subscription fee. I studied the license an learned that if I compile the opensource and build out my own library,…
Feng Xi
  • 1,005
  • 2
  • 11
  • 30
0
votes
1 answer

OpenDJ password policy attribute that control user name does not include in the password

My application authenticate users via OpenDJ server. Application does not allows add user name with some other combination as a password. For example if user name is test, OpenDj does not allows to change the password as 1test. Can some tell me what…
nwGCham
  • 313
  • 1
  • 3
  • 16
0
votes
2 answers

opendj's ldappasswordmodify command is not taking into account user password history or validation requirements

I am on a Solaris 10 machine with opendj 2.4.5 installed. I am attempting to set a user's password with the ldappasswordmodify command. In my application I want to be able to set their password without requiring the previous password. I still need…
0
votes
1 answer

OpenDJ: implementations of load balancing and High Availability

What would be the easiest and simplest way to provide load balancing and High Availability to a OpenDJ cluster ? Is there some solution specific to OpenDJ, for instance a plugin, or only generic solutions (such as HAProxy) can be used ?
dr_
  • 2,400
  • 1
  • 25
  • 39
0
votes
1 answer

Getting error "loading openam suffix "

Getting this error (error loading openam suffix 1) while creating default configuration in OpenAM 12.0.0 in ubuntu and tomcat 7.0.5. This error occurs at the OpenDJ setup step. I'm following the exact same steps as given in getting started guide…
Learner
  • 55
  • 5
0
votes
1 answer

web policy agent not redirecting to OpenAM URl

I am working on OpenAM for the first time, i am following below link https://backstage.forgerock.com/#!/docs/openam/12.0.0/getting-started. i followed all the steps but when i click the agent URL i am not redirected to OPenAM URL. i am getting…
Nagesh
  • 41
  • 4
0
votes
1 answer

How to paginate in spring ldap using skip value

Can any body help me on how I can find some record from LDAP using springldap. My problem is, I have created a rest service and it accepts some parameter. One is offset and another is limit. Offset parameter escape some record like if my ldap server…
sharmav
  • 1
  • 4
0
votes
2 answers

Unable to change value of ds-pwp-account-disabled in openDJ through spring LDAP

I am using openDJ for LDAP and I am not able to change ds-pwp-account-disabled attribute value in openDJ from spring ldap template. I have created DirContextOperations class object through spring ldap. When I am getting value of…
sharmav
  • 1
  • 4
0
votes
2 answers

change ldap password without knowing the hash function

I am currently trying to change a password of an ldap account with ruby. As I used OpenDJ and Java before, it was possible to trigger a password change request which only got the new password as plain text but at the end it was set as crypted…
user4780224
0
votes
1 answer

AuthN modules and post AuthN plugin issue

Here is my understanding for the two types of plugin: Authentication plugin – we can add a customized module to return STATE_ERROR if we want to block user in certain condition. Otherwise the default authentication module (uses OpenDJ) will return…
Wes
  • 1,183
  • 3
  • 23
  • 51
0
votes
1 answer

How to achieve HSPD-12 (and CAC) using openam

Which document I need to refer to implement HSPD-12 (and CAC) with OpenAM 12?
Abdul
  • 321
  • 4
  • 22
0
votes
1 answer

OpenAM / OpenDJ custom username field works with less than 4000 users

I am currently working on a project that uses OpenAM 12.0.2 with OpenDJ 2.6 We had a requirement to make the username editable. So, we ended up creating a custom ldap attribute called loginId and updating OpenAM config to use this attribute instead…
MajorCaiger
  • 1,893
  • 1
  • 12
  • 18
0
votes
2 answers

Storing user profiles

I would like to store user profile information. After researching a bit online, I am confused between the following options: Use a LDAP server (example: Open DJ) - I can write Java clients which can interact with the LDAP server using LDAP…
sunsin1985
  • 2,437
  • 5
  • 22
  • 27
0
votes
1 answer

OpenDS login password recover

I am unable to login into OpenDs server through user cn=administrator and password=*********. I have tried multiple times but authentication not happening. I would like to know if i can reset root's (cn=administrator) password. Thanks, Alok