ldap « security « Java Enterprise Q&A





1. Help choosing authentication method    stackoverflow.com

I need to choose an authentication method for an application installed and integrated in customers environment. There are two types of environments - windows and linux/unix. Application is user based, no ...

2. neo4j REST LDAP security    stackoverflow.com

How to make acces to neo4j REST standalone server by LDAP? By default, there is no any security things in neo4j. In my opinion, i should run Apache Http server over ...

3. How to parse name subcomponents?    stackoverflow.com

I'm reading the subject from a certificate. I'm getting something like this: CN=x,OU=y,O=z,ST=v,C=COM I think it will be the same with ldap... I want to parse it and get the CN only. How can I ...

4. how to implement a custom partition on ApacheDS 1.5.5?    stackoverflow.com

I'm implementing a custom partition on Apache DS (implementing org.apache.directory.server.core.partition.Partition). IĀ“m able to do searches on my custom partition, however if I want to use a filter (i.e. objectClass=ā€?personā€?) my partition returns ...

5. Is there a good framework or library for auditing LDAP/Security management behavior in Java?    stackoverflow.com

I asked a similar question earlier, and this is an extension to it. Basically, we need to have auditable logs for legal reasons of permission/user management and authentication attempts. ...

6. Filenet Content Engine SECURITY_ANONYMOUS_DISALLOWED    stackoverflow.com

We have an development enviroment, with the AE and CE in the same websphere instance. Now, we are trying to mount, the AE in one of our local machine, in a IRAD ...

7. Role-based security implementation in LDAP    stackoverflow.com

I'm working on role-based security implementation in LDAP and Java. Specifically, I have the following objects that I need to represent in LDAP:

  • Users
  • Corporate groups of users - HR, Finance etc.
  • Permissions - ...

8. javax.security.auth.login exceptions    stackoverflow.com

The code is trying to authenticate against an LDAP server. When the user's password or account is expired it has to throw an error. When I try to login with an ...

9. Security implications of using AJAX in LDAP protected web application    coderanch.com

Hi Everyone, The following are my concerns when using AJAX in my LDAP protected web application: 1) Is it OK to use AJAX in LDAP protected web application? 2) Are there implications on the security of data when using AJAX? 3) How do I handle POST requests when using AJAX in protected web application? 4) What are the pros and cons ...