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

Embedded OpenDS LDAP server with memory back-end

I want to configure OpenDS LDAP server to work with memory back-end DB, for unit tests. According to OpedDS wiki it can be done, but there is no tutorial there. How can it be configured?
Leonid B
  • 325
  • 1
  • 4
  • 14
0
votes
1 answer

Last login time with Glassfish and OpenDS - LDAP credentials cached?

I have configured Glassfish 3.0 to use an OpenDS 2.2 directory for user authentication using the ldap realm. User authentication works fine (I'm using a web application with form-login configured), however I have noticed the following behaviour and…
mikic
  • 11
  • 3
0
votes
1 answer

OpenDS server not starting getting port error

can any one can help with this? When i am trying to install Opends got below error server not starting WARNING: Could not connect to server: javax.naming.CommunicationException: 0.0.0.0:4444 [Root exception is java.net.ConnectException:…
0
votes
0 answers

opends:Is there a way for root user account/root Dns to send account notifications based on the password policies?

Description : Enabled SMTP handler and mail properties global configuration via dsconfig, enabled SMTP handler in root user password policy, also configured root user password policy for password expiration notification, created a new root user,…
S R
  • 1
0
votes
0 answers

control-panel not list iPlanetAMPolicyService - openam 13

I'm working on customize profile attributes as per this link. I did the ditto same as per that link but I'm not successful. Short description of what I have done Add below content in /root/openam/config/xml/amUser.xml under user…
Bilal Usean
  • 2,322
  • 3
  • 22
  • 45
0
votes
1 answer

How to set password policy in Active directory or OPenDS

i Want to set a policy in Microsoft active directory that it should prompt user to change password after 1st login with temporary password. If this can be done in OpenDs/LDAP it would help. In active directory I want to set password complexity as…
Maninder Singh
  • 135
  • 4
  • 12
0
votes
0 answers

openDS installation showing error-- you have a firewall configured check that it allows connections to port 4444

I'm installing OpenDS-2.2.1 on Windows 7 os. At the end of the setup this message below appears.I used previously this software some problem happened so i deleted that software and reinstalling but after reinstalling i am getting the error also i…
kunu
  • 1
  • 4
0
votes
1 answer

openam dedicated instance architecture?

It is possible to install openam on a dedicated web/application server instance (apache-tomcat) and install our web applications (sso clients) on a different application server instance(s)? If the above is possible, so what's the better approach?…
jamel
  • 303
  • 2
  • 7
  • 16
0
votes
1 answer

openam/opends LDAP connection error

I am running a opends server (2.2.0) on linux redhat 6 machine, below the current status of the server while propmting the command 'status' while trying to check the port listening on this machine using the command 'netstat', the ldap dedicated…
jamel
  • 303
  • 2
  • 7
  • 16
0
votes
1 answer

Adding new objectclass/attribute to existing ldap entry returns error

I have created 4 new attributes on cn=schema and also created a new objectclass with the 4 attributes set as MUST. I tried to add the objectclass to existing entry which obviously return an error because those 4 new attributes are not setup for the…
cbrdy
  • 792
  • 1
  • 8
  • 27
0
votes
1 answer

Copy LDAP operational attribute value

I am using OpenDS. Is it possible to setup a rule that will copy value of operational attribute to another custom attribute? So when operational attribute change, custom attribute will change also.
0
votes
1 answer

OpenDS login password recover

I am unable to login into OpenDs server through user cn=administrator and password=*********. I have tried multiple times but authentication not happening. I would like to know if i can reset root's (cn=administrator) password. Thanks, Alok
0
votes
1 answer

Using SMTPS or SMTP with STARTTLS with OpenDJ for sending notifications

Is it possible to use SMTP over TLS or SMTP with STARTTLS in OpenDJ settings for sending alert notifications. I was able to find a config to specify SMTP config as global configuration with --set smtp-server:smtp.example.com:port but was not able to…
Sunil Kumar
  • 1,631
  • 2
  • 19
  • 33
0
votes
0 answers

Importing LDIF file users.ldif error

Error which I got is: Configuring Directory Server Done. Importing LDIF file users.ldif unable to read data from users.ldif file error reading users.ldif file users.ldif file exists in directory c:\openDS Hence the server is configured without…
MS Ibrahim
  • 1,789
  • 1
  • 16
  • 28
0
votes
1 answer

java Program tells that a User belongs to Which Group In LDAP

I want to write a java program which takes a user as an input and searches in OpenDS or LDAP and tells that the user belongs to which particular group. The User can be part of Multiple groups, I would like to know all the groups a user belongs to.…
Maninder Singh
  • 135
  • 4
  • 12