I got to use the LdapLoginModule http://download.oracle.com/javase/6/docs/jre/api/security/jaas/spec/com/sun/security/auth/module/LdapLoginModule.html together with Microsoft Active Directory in searc
I have a JNDI-Connection to a LDAP server (Active Directory in this case). I also ctx.extendedOperation( new StartTlsRequest() ) to get a secure connection.
We are using spring security in our web application based on spring MVC. We are doing authentication using LDAP module of spring security which is working properly. Now I need to get the user passwo
I have a problem connecting to my ldap. It keeps giving me a COMExceptionError (The parameter is incorrect)
I am creating an Access project linked to a SQL Server. Instead of using Windows authentication for the SQL Server I want to use an application specific username/password and authenticate users myself
Our company is looking at moving authentication from our web app which is PHP running on Apache in Windows, and would like to authenticate using Active Directory. I have a way to simply pull your user
I am trying to search a user in the LDAP and resolve his name in SharePoint PeoplePicker User types user\'s idsid in the PeoplePicker and then hit CheckName
am trying to get the user details from ADAM Active Directory. i used the following java co开发者_开发技巧de.
I have a java web application.I want to create an embedded L开发者_开发百科DAP server, when web application run, I will insert some record to LDAP, and there is another web application will access thi
We have an intranet system that uses asp.net with the sql membership provider.We have about 400 开发者_开发技巧users setup in the intranet.These can include employees, contractors, etc.