Re: ldap connection problem
- From: "Amar" <Amar@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 3 Aug 2005 13:36:06 -0700
Thanks Paul. I think i solved the problem. Here's how i did it:
1. I passed the filter but without the "ou=people" in the Ldap path
(LDAP://directory.x.y/dc=x,dc=y)
2. This returned the uid from the server.
3. i then built the ldap path again with the necessary DN, hence the final
ldap path was
LDAP://directory.x.y/uid=12345,ou=People,dc=x,dc=y
Thanks for all your efforts Paul
"Paul Clement" wrote:
> On Tue, 2 Aug 2005 12:31:06 -0700, "Amar" <Amar@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> ¤ Thank you for looking into the matter.
> ¤ I tried implementing the primary token thing but it is of no avail.
> ¤ Paul, currently my application is using "Anonymous" user on IIS and IIS
> ¤ controls the password for the user. I also have the statement "<identity
> ¤ impersonate="true"/>"
> ¤ set in my web.config file.
> ¤ What i dont understand is that the college ldap server required no
> ¤ authentication and i can bind anonymously.
> ¤ I really appreciate your help.Looking forward to your reply!
> ¤ Thanks
>
> You might have some problem accessing Active Directory with the Anonymous account, since it's a
> least privileged account.
>
> Can you use Basic or Integrated Windows authentication with a domain account and impersonation? If
> not, you may need to run this web application under an account that has sufficient privileges for
> Active Directory access.
>
>
> Paul
> ~~~~
> Microsoft MVP (Visual Basic)
>
.
- References:
- ldap connection problem
- From: Amar
- Re: ldap connection problem
- From: Paul Clement
- Re: ldap connection problem
- From: Amar
- Re: ldap connection problem
- From: Paul Clement
- ldap connection problem
- Prev by Date: RE: Blocking Screensaver from Appearing
- Next by Date: Remoting Singleton v.s. SingleCall
- Previous by thread: Re: ldap connection problem
- Next by thread: Microsoft.Net - Solaris OS
- Index(es):
Relevant Pages
|