0
votes
0answers
52 views

Different behaviors between openldap and active directory rootbinddn

We have a Java based application which communicates/relies on PAM for its authentication needs. Users can be from local (shadow) or external (directory servers). The java application is run as ...
2
votes
1answer
383 views

Getting error in DirectoryEntry using vb.net

I am using vb.net and the following code, but I am getting an error. I am new to vb.net and Active Directory, pls help me to solve this problem. My code: Dim dirEntry As DirectoryEntry = New ...
0
votes
1answer
623 views

error on connecting to OpenLDAP using LdapConnection

using (LdapConnection ldap = new LdapConnection("localhost:389")) { //ldap.AuthType = AuthType.Basic; ldap.Bind(new ...
1
vote
1answer
625 views

Active directory LDAP String?

I am following the link http://geekswithblogs.net/frankw/archive/2008/05/18/forms-authentication-with-active-directory-in-asp.net-2.0.aspx Trying to implement the same in my application.I am ...