Questions tagged [opends]

OpenDS is an open source LDAP server, written in Java. It supports LDAPv3, DSMLv2. It also offers multi-master replication, access control, and many extensions

OpenDS is an open source LDAP server, written in Java. It supports LDAPv3, DSMLv2. It also offers multi-master replication, access control, and many extensions. The OpenDS project is now stopped. But the development has been continued in a fork, as OpenDJ <http://opendj.org>

82 questions
0
votes
1 answer

OpenDS: Which attribute tells that an account was locked due to password expiration

I have requirement to show status (locked or unlocked ) of all accounts in OpenDS 2.2. I have come to know that pwdAccountLockedTime is present if account gets locked due to too many unsuccessful attempts. So by checking this attribute, I am able…
0
votes
1 answer

OpenDS DSMLv2 authentication

I have set up OpenDS and installed the DSML service in Tomcat. I can verify that the setup works correctly. However, I cannot authenticate to make changes using the DSML service. In soapUI, I have prepared a request. I have put the principal and…
mydoghasworms
  • 18,233
  • 11
  • 61
  • 95
0
votes
2 answers

To check (using openDS SDK) a member belongs to which group in openDS LDAP

I have just got this requirement two days back and I'm using a LDAP(openDS) for the first time. As things are I have got a very limited time for R&D. I have gone through the developers guide and SDK Api for openDS as much as possible. Basically I…
Subhajit Roy
  • 111
  • 3
  • 14
0
votes
1 answer

opends user password change using java

I need to develop a code for changing a user's password using Spring LDAP once it has been set by administrator. I am using OpenDS 2.2 as my Directory server. Whenever I change it using my code, it set an attribute "pwdReset" to true which means…
0
votes
1 answer

Opends: How to get random password generation working?

I am trying to enable random password generation when a user account is created for the first time or the password has been reset. First of all, I did not get any evidence that if this can be done on account creation. Would appreciate if anyone can…
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
0
votes
1 answer

OpenDJ - Intercepting LDAP Events

I use OpenDJ as the authentication module of a Glassfish server that hosts some EJB 3.1 beans. I currently use OpenDJ LDAP SDK in order to programmatically add or modify users, and I need my service to be informed of every LDAP event. How can I…
Moshe Bixenshpaner
  • 1,840
  • 1
  • 17
  • 23
1 2 3 4 5
6