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

Is HTTP supported by OpenDJ 2.5.0 Express version?

I can't find the HTTP connection handler in OpenDj 2.5.0 express version. Is is supported? Also is DSML supported?
user3289094
  • 31
  • 1
  • 8
0
votes
1 answer

how can i call a dsmlServlet for any operation using java code?

I need to perform basic ldap operations using the dsml.war file available with openDJ. I have deployed the war file but dont know how to make a call to the servlet to perform an operation. Thanks
user3289094
  • 31
  • 1
  • 8
0
votes
1 answer

OpenDJ GET method using RestAPI gives 400 bad request response

I am trying to retrieve a record from OpenDJ using Rest API call. I am using 2.6.0 version of OpenDJ. I am using following URL: http://user.1000:password@opendj.example.com:8080/users/user.0?_prettyPrint=true It always returns bad request 400 error…
user3289094
  • 31
  • 1
  • 8
0
votes
1 answer

Can i use bind method of Connection with newAuthenticatedConnectionFactory in OpenDJ?

I have created a class to provide connection pooling with OpenDJ. Now i am trying to authenticate a user using another class which picks a connection from the pool. If I use newAuthenticatedConnectionFactory method to create the pool then it gives…
user3289094
  • 31
  • 1
  • 8
0
votes
1 answer

OpenDJ fresh install giving 403 Insufficient Access

I have just completed a fresh install of OpenDJ and I have loaded the Example.ldif provided as a test case. Following their examples provided I am trying to use the OpenDJ restful operations found here: I enabled HTTP access on port 8080 and OpenDJ…
0
votes
2 answers

Ldap: Listening to changes done externally

I have a Java web application using Opendj LDAP server to manage the users. Users can be added to either through Web Application or LDap server UI. Is there anyway for Web Application to get notified when user is added/edited from LDap server UI?…
0
votes
1 answer

OepnDJ - Automatically create user data directory

I'm using OpenDJ to manage (create, search, delete) my user account. However, I would like to know how to create user data directory (e.g. /data/sam/file/) for user in advance once the account is created.
0
votes
1 answer

how to update Ldap user attribute value for all users

can you please help me on this, Currenlty in our opendj ldap user store, we are storing Full Name( attribute:cn)="Lastname Firstname", now our requirement is to update all the users Full name(cn) to Firstname Lastname"(attributes), can you please…
0
votes
1 answer

LDAP - Directory Manager service giving, OutOfMemory

I have a LDAP server running . The LDAP service used is of OpenDJ . Whats happening is that directory manager service on that machine is going java.lang.OutOfMemoryError On obtaining Thread Dump of Directory Manager service below is what we…
codingenious
  • 8,385
  • 12
  • 60
  • 90
0
votes
2 answers

Why curl cannot coonect to OpenDJ with a self signed certificate

Can somebody tell me why curl in not working with ldaps and self signed certificate? I have an Opendj directory server listening on ldaps port 636 and I am trying to connect to it from a remote server using curl and opendj's self signed…
user2824999
  • 13
  • 1
  • 6
0
votes
2 answers

Where does opendj stores invalid login attempt count of a user and Is it accessible?

Is it possible in opendj to check how many failed attempts has been done by a user so that based on that I can display some captcha before account lockout.
Yusuf Khan
  • 433
  • 2
  • 13
0
votes
1 answer

Obtaining lockout status from LDAP with Spring

I am using OpenDJ and have set return-bind-error-messages to true. My code looks as follows BindAuthenticator authenticator = new BindAuthenticator(contextSource); authenticator.setUserSearch(new FilterBasedLdapUserSearch( …
0
votes
2 answers

Sun's OpenDS LDAP Server - Is it Supported?

We have investigated Sun's Open DS LDAP server, and it fits all of our fairly simple requirements. Basically, we just wish to use it's out of the box password policy, and harness the replication facility, to replicate between 2 data…
0
votes
1 answer

Can I get these metrics with JMX from OpenDJ?

-concurrent connections - unindexed searches count - replication status I used jconsole but I didn't seem to find them. Do I need to use LDAP-based monitoring for that? Thank you!
0
votes
1 answer

What are the most important metrics when monitoring openDJ?

and how do you decide on what monitoring method to use (LDAP monitoring, SNMP, JMX or the logs). Is it worth it to implement all of them? How different are they? I pulled the metrics through all of these methods and they seem to be very similar to…
1 2 3
13
14