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
1
vote
1 answer

OpenDS - SMTP Account Status Notification Handler

Haven't seen a lot of posts on here related to opends but its worth a shot I guess. I am trying to configure my server to use the SMTP Account Status Notification Handler to email users on account specifics (e.g. account disabled, password expiring…
snappymcsnap
  • 2,050
  • 2
  • 29
  • 53
1
vote
2 answers

What are the Maven 2 Coordinates for OpenDS SDK?

I have been playing around with the OpenDS SDK (not the full OpenDS Server/Platform) to implement a simple LDAP listener to front a service my application provides. I have not been able to find the Maven 2 coordinates for such SDK. This is the SDK…
Ytsejammer
  • 1,384
  • 2
  • 13
  • 25
1
vote
0 answers

How to delete 'uid=,ou=people,dc=domain,dc=local' in opends/ldap?

by accident wrong entry was added to ldap: uid=,ou=people,dc=domain,dc=local Which screwed up our ou=people.. Now we can't even delete that entry: ldapdelete -h localhost -p 1389 -D cn=admin -w password -vvv "ou=people,dc=domain,dc=local" Error…
efg
  • 187
  • 13
1
vote
3 answers

Cannot specify which attributes to return when querying an LDAP store

I am using the DirectoryServices.Protocols.SearchRequest type to make a request against an OpenDS store to retrieve some entries. I want to be able to control which attributes are returned for the entries in the response and thought the "Attributes"…
Cranialsurge
  • 6,104
  • 7
  • 40
  • 39
1
vote
2 answers

Import ActiveDirectory LDIF into OpenDJ/OpenDS?

I need to test a LDAP synchronization service. For that reason, I've installed OpenDJ (formerly OpenDS) LDAP server on my developer machine (ApacheDS requires admin privileges for starting/stopping a service - I don't have them & I don't get them).…
Stefan Steiger
  • 78,642
  • 66
  • 377
  • 442
1
vote
2 answers

Intercepting an LDAP in order to gather statistics

We are looking at building an application that either proxies a standalone LDAP server or delegates to an embedded Java LDAP instance (ie: ApacheDS, OpenDS) in order to log requests and determine who is accessing which applications on our very large…
benstpierre
  • 32,833
  • 51
  • 177
  • 288
1
vote
1 answer

LDAP store SSL certificate

I'm using OpenDS as a LDAP server. Is it possible to store SSL certificates for several applications (Tomcat/Apache Webserver etc.) in LDAP? I think "userCertificate" wouldn't be the right choice. Could this be handled by an extension? Thanks in…
Daniel
  • 67
  • 8
1
vote
1 answer

ldp.exe gives server down <0x51> message for OpenDs with SSL

I have configured OpenDs as ldap sever with SSL support using a selfsigned certificate through Java key store and I exported the public certificate from the keystore and installed it on the client machine , when I tried to test my ldap setup using…
user4842110
1
vote
1 answer

ACI tips in OpenDS? I want to restrict attribute read access to bound dn only

I want to deny read and search access to all attributes in my small ldap record except to ldap:///self I tried (targetattr="foo||bar||bat") (version 3.0; acl "deny-all"; deny (read, search, compare)…
1
vote
1 answer

There is no extended operation handler registered with the Directory Server for handling extended operations with a request OID of 1.3.6.1.1.21.1'

I am using OpenDS LDAP server and Unboundid-ldapsdk-2.3.8.jar. When I am requesting for an extended operation like StartTransactionExtendedRequest or StartTransactionExtendedResult to get the transactionID then I got an error with a ErrorCode =…
Ataur Rahman Munna
  • 3,887
  • 1
  • 23
  • 34
1
vote
1 answer

Active Directory / multi-valued RDN

Question: How to handle DNs like this in Active Directory: "myAttribute1=val1 + myAttribute2=val2 + myAttribute3=val3, OU=instance1, DC=adtest" Note: I don't have a CN here, the RDN is solely defined by custom defined classes myAttribute1,…
Frizz
  • 2,524
  • 6
  • 31
  • 45
1
vote
3 answers

LDAP Server Password Policy Apache DS and Open DS

I wonder if someone might be able to help us or offer some advice. We are a Java focused team, and are looking at extending our in house Authentication service, to offload most of the authentication , to use an LDAP server. That way we can simply…
1
vote
1 answer

Default Password for Generated Users in OpenDJ

When you create a new 'Base DN' in OpenDJ, OpenDJ allows you to populate the database with automatically generated users. Does anyone know what the default password for these automatically generated users is? Thanks
user1888243
  • 2,591
  • 9
  • 32
  • 44
1
vote
1 answer

LDAP password reset but i don't have the old password from Java application

I want to add code that helps me to reset LDAP user password , but as I searched I must have the old password to reset the and add the new password . How could I reset the password without having the old one. I looked into that link , but it…
user1021743
  • 477
  • 4
  • 16
1
vote
1 answer

Authentication Fails when enabling "Force Change Password on Next Login" using OpenDJ/OpenAM

I'm using OpenAM 9.5.4 and Open DJ 2.4.5 and having problems with "forced password change on reset" Here are the steps I took to set up my environment: 1) Added a Password Service to the default…
Geoff Skyles
  • 11
  • 1
  • 3