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 ...
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 ...
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 ...
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 ...
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. ...
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 ...
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 ...
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 ...