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

Worklight 6.2 Authentication to LDAP using OpenDS

I am struggling to get ldap authentication using openDS to work. I am using Worklight Studio 6.2 and Apache DS 2.0 as the ldap browser. The project is supposed to call a login page, and then submit the username and password for authentication to…
Anthony K
  • 31
  • 1
  • 1
  • 11
0
votes
1 answer

Import attribute/object definitions to Active Directory (AD LDS)

Currently I'm using OpenDS and have to migrate to Active Directory (AD LDS). I have a few custom attributes/objects that are defined in .ldif files in the OpenDS/config/schema directory like this: attributeTypes: ( 1.3.6.1.4.1.99.1 NAME…
Frizz
  • 2,524
  • 6
  • 31
  • 45
0
votes
1 answer

OpenDS: Set value of expiration time

I would like to change the expiration time of my OpenDS-installation. First I'd like to know how to determine what the actual timeout is set to. Later I'd like to edit the timeout but didn't manage to find the information within the…
Mirco Widmer
  • 2,139
  • 1
  • 20
  • 44
0
votes
1 answer

LDAP: error code 50 - cannot be added due to insufficient access rights

I am trying to add account to OpenDS running of windows. When I tried to add the user, I get the following errors. I am new to OpenDS. Any tips apprecitated org.springframework.ldap.UncategorizedLdapException: Operation failed; nested exception is…
user3308910
  • 1
  • 1
  • 1
  • 1
0
votes
1 answer

ldappaswordmodify doesn't accept -w - option

I use OpenDS package ( This is a very great LDAP soft) and I've got tiny problem with an option of ldappasswordmodify command :~# ldappasswordmodify --version OpenDS Directory Server 2.2.0 Build 20091123144827Z -- Name …
dubis
  • 378
  • 1
  • 7
  • 22
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

IIS6 to IIS7.5 broke database call, "Active Directory error '8007203b' "

We recently upgraded from IIS 6 to IIS 7.5. We moved all of our sites to the new system and they all worked aside from one. The broken site gives information about out ftp servers, and after some experimenting we determined what code was causing the…
Ruthalas
  • 125
  • 1
  • 9
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

how to authenticate a user in Ldap using password

package com.ecom.data.access.controller; import java.util.ArrayList; import java.util.Hashtable; import java.util.List; import javax.naming.Context; import javax.naming.NamingEnumeration; import javax.naming.directory.Attribute; import…
Naveen Kumar
  • 273
  • 2
  • 5
  • 14
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…
0
votes
1 answer

OpenDS control panel login password issue

I am unable to login to Open DS from front end using my credentials. Bind DN: cn = Directory Manager Passowrd: xxxxxx Error message shown is: Check that Administrative User DN or Password is valid When i am using the same through my code i am…
Sayan
  • 145
  • 2
  • 15
0
votes
1 answer

When using OpenDS for SMTP account status notification, how do I include user's name in notification?

We are using OpenDS for SMTP account status notification to notify users when their password is nearing expiration. The SMTP account status notification handler works fine to notify the user and a list of Server admins when the password is soon to…
0
votes
1 answer

Plugging another relational DB to OpenDS

Currently I'm working on a project with opends. I have to upload more than 200k entries in the OpenDS. But unfortunately its fails at random times when file limit exceeding more than 10k - 15k. When I google for that particular error (alert ID…
0
votes
1 answer

OpenDS - Unable to uninstall

I installed OpenDS on Windows 7 under C:\Users\ on port 389. (Admin privileges available) However, I am unable to uninstall it. (I've tried using command line, GUI, stop-ds.bat, Killing the windows service, running as Administrator) Any suggestions?
Khemka
  • 108
  • 2
  • 9