security

HI,
For a client I am using the following configuration:
1-An OpenDS server version 2.2
2-An OpenLDAP client (the Novel libraries)

Both are very easy to use.

There is a need to query the LDAP server for information such as password expiration time, number of failed logins etc. This information is readily available by using a command line interface which is provided by OpenDS : https://docs.opends.org/wiki/Diff.jsp?page=HowToManageUserAccounts&r1=20...

For instance to get the failure time one would invoke:

 

<code>
manage-account get-authentication-failures-times \
--targetDN "uid=kvaughan,ou=People,dc=example,dc=com" \
--hostname localhost --port 1389 \
--bindDN "cn=Directory Manager" --bindPassword password

 

shlomo 08/03/2010 - 08:39

Hi - here is a quesrion from the Customer's Java team (I'm in the Flex team)

 

charlie 24/08/2011 - 12:09

 I have a Spring application that expose Rest API (implements with RestEasy) that deploy on JBoss, The client want to add security - implement by OAuth framework.

 

Does any one have experience with this type of configuration? 

itaip 01/04/2010 - 10:22

Interesting read here about how to add security to your Flex 4 RIA application, provided you use a Spring enabled Java server.

sefi 25/03/2010 - 19:59
Syndicate content