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
77
votes
6 answers

Easy way to test an LDAP User's Credentials

Is there an easy way to test the credentials of a user against an LDAP instance? I know how to write a Java program that would take the 'User DN' and password, and check it against the LDAP instance. However is there any easier way? Specially a…
user1888243
  • 2,591
  • 9
  • 32
  • 44
4
votes
2 answers

How to create base dn on Open ds

Im using OPEN ds 2.2 as my LDAP server currently i want a create a base dn like dc=esamurdhiint,dc=lk i create following ldif file and run and i, having error on that my ldif file dn: dc=esamurdhiint,dc=lk objectClass: domain objectClass: top dc:…
Roshan Wijesena
  • 3,106
  • 8
  • 38
  • 57
4
votes
1 answer

ldap_add(): Add: Object class violation error

When I try to add attribute to the OpenDS via PHP I get the following error: ldap_add(): Add: Object class violation Please help. Here is my code
Roshan Wijesena
  • 3,106
  • 8
  • 38
  • 57
3
votes
2 answers

.net ldap opends reading custom attributes 0x8000500c

I'm trying to build a feature to my .Net application to be able to talk to an LDAP server to read user attributes and authenticate users. I have setup a test directory server using OpenDS, added custom attributes and objects, and added users with…
rusty
  • 499
  • 1
  • 5
  • 19
2
votes
2 answers

Hosting DSML SOAP Endpoint

I have an OpenDS directory service (LDAP) and OpenDS' DSML Gateway installed. I'm able to successfully connect to my DSML gateway via JXplorer (so I know it's up). Now what I'd like to do is be able to host that gateway as a SOAP endpoint w/ WSDL…
RailRhoad
  • 2,128
  • 2
  • 25
  • 39
2
votes
2 answers

Access to manage-account commands in OpenDS

OpenDS provides command-line access to many necessary account functions via its manage-account utility. For example, to disable an account: manage-account set-account-is-disabled --operationValue true --baseDN…
snappymcsnap
  • 2,050
  • 2
  • 29
  • 53
2
votes
3 answers

How to programmatically add user account to openDS?

I need to add some user accounts to a openDS server programmatically, but I don't know how to do it even after look through the openDS wiki. Could anyone help me?
eric2323223
  • 3,518
  • 8
  • 40
  • 55
2
votes
2 answers

Connecting to OpenDS using System.DirectoryService

I have been trying to find some tutorials on how to connect to OpenDS using .NET's LDAP types to no avail. Can anyone point me to some articles/tutorials that have good samples on using OpenDS as a directory service and accessing and working with it…
Cranialsurge
  • 6,104
  • 7
  • 40
  • 39
2
votes
2 answers

Facing Null Pointer Exception

Facing Null pointer exception while compiling. public class LDAP_MultiUser_Copy1 { public static String INITCTX = "com.sun.jndi.ldap.LdapCtxFactory"; public static String MY_HOST = "ldap://singh.plm.com:3890"; public static String…
Maninder Singh
  • 135
  • 4
  • 12
2
votes
1 answer

Import object class definitions to Active Directory (AD LDS)

I am stuck migrating object class definitions from OpenDS to Active Directory. I have already successfully migrated some definitions (and can read/write to AD with my Java application) - but now I'm stuck. In my OpenDS schema description I have…
Frizz
  • 2,524
  • 6
  • 31
  • 45
2
votes
1 answer

Ldap gem throws no connection to server exception in Rails

Trying to establish a connection from a module in Rails and get no connection to server. I have tested the same code outside Rails and it works fine. require 'rubygems' require 'net-ldap' module Foo module Bar class User attr_reader…
GLindqvist
  • 319
  • 5
  • 18
1
vote
2 answers

Integrate multiple LDAP user data into one LDAP

I want to integrate mutiple LDAP (AD, OpenDS, OpenLDAP etc) user data into one LDAP (OpenDS). Is there any tool which does it? Also, I need my LDAP to be in sync with all other LDAPs so that any change in user info will be reflected in my LDAP as…
Praneeth
  • 1,457
  • 5
  • 23
  • 36
1
vote
1 answer

How to create new Base DN using JNDI

I would like to create a new Base DN (dc=test,dc=dom) in OpenDS using JNDI, but not sure how to go about it. I tried using: context.createSubcontext("dc=test,dc=com", attributes); which I'm sure is not the right approach as it just fails with the…
JCW
  • 360
  • 1
  • 2
  • 7
1
vote
1 answer

How to use openAM with openDS for data authentication

How openDS and openAM can be configured together to authenticate data.... ? Is this possible that openDS is installed on some other machine on network and openAM is using it and if yes then how? What is the use of LDAP here? What is the use web…
sagar
  • 11
  • 1
  • 2
1
vote
4 answers

How to add and delete user to OpenDS using Java?

I want to add and delete users from an OpenDS server, can someone please provide some sample code? I could not find it anywhere, including the OpenDS wiki.
speedsri
  • 21
  • 1
  • 3
1
2 3 4 5 6