Re: ADAM Authentication in ASP.NET
- From: "Al Mulnick" <amulnick_No_SPAM@xxxxxxxxxxx>
- Date: Fri, 26 Aug 2005 21:27:48 -0400
No, that's pretty much what I'm guessing. I'm also figuring that if there
is a syntax error, it should show up much easier if you pop the credentials
up on a screen to look at. At least he could show the credentials as
they're presented to the DC. And the search base etc. of course.
"Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx> wrote
in message news:uSCs1IqqFHA.2540@xxxxxxxxxxxxxxxxxxxxxxx
> That is definitely a good idea. However, the fact that he's getting the
> "unknown user or bad password" error indicates to me that it isn't a
> connection problem. The only thing I can think of along those lines would
> be if he happened to be connecting to a different ADAM instance than the
> one he's testing with LDP by accident. I will groan loudly if that is the
> case, but it seems farfetched. :)
>
> Network traces with Ethereal or Netmon would also be a good idea.
>
> Joe K.
>
> "Al Mulnick" <amulnick_No_SPAM@xxxxxxxxxxx> wrote in message
> news:u6WFKloqFHA.2596@xxxxxxxxxxxxxxxxxxxxxxx
>> Can I suggest that during the code you add a section to the code to
>> display what the connection string turns into?
>> I think that might help to figure out if something is mistyped or other.
>>
>> -ajm
>>
>> "Joe Kaplan (MVP - ADSI)" <joseph.e.kaplan@xxxxxxxxxxxxxxxxxxxxxxxx>
>> wrote in message news:O89CS%23nqFHA.3596@xxxxxxxxxxxxxxxxxxxxxxx
>>> Assuming that you are using the same server and port information that
>>> you are using with ldp, this should work. I can't think of anything
>>> else that might be wrong unless you are accidentally mispelling the
>>> username or password.
>>>
>>> You should not have to do anything in IIS to make this work.
>>>
>>> Joe K.
>>>
>>> "adam" <kumar877@xxxxxxxxx> wrote in message
>>> news:1125088812.572974.300210@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>>> Joe,
>>>
>>> Using the same code as you told be before..
>>> Dim entry as New DirectoryEntry("LDAP://server:port/RootDSE",
>>> "traininguser...@xxxxxxxxx", "<passwordhere>",
>>> AuthenticationTypes.None)
>>> Dim o As Object = entry.NativeObject
>>>
>>> It's not working.. do I have to change any kind of authentication on
>>> IIS?
>>> Next week, I am going to wipe out everything on ADAM and create new
>>> schema object and see how that goes.
>>> I will keep you posted.
>>>
>>> Thanks a lot for your great support and help.
>>>
>>> K
>>>
>>>
>>
>>
>
>
.
- References:
- ADAM Authentication in ASP.NET
- From: adam
- Re: ADAM Authentication in ASP.NET
- From: Al Mulnick
- Re: ADAM Authentication in ASP.NET
- From: adam
- Re: ADAM Authentication in ASP.NET
- From: Joe Kaplan \(MVP - ADSI\)
- Re: ADAM Authentication in ASP.NET
- From: adam
- Re: ADAM Authentication in ASP.NET
- From: Joe Kaplan \(MVP - ADSI\)
- Re: ADAM Authentication in ASP.NET
- From: adam
- Re: ADAM Authentication in ASP.NET
- From: adam
- Re: ADAM Authentication in ASP.NET
- From: Joe Kaplan \(MVP - ADSI\)
- Re: ADAM Authentication in ASP.NET
- From: adam
- Re: ADAM Authentication in ASP.NET
- From: Joe Kaplan \(MVP - ADSI\)
- Re: ADAM Authentication in ASP.NET
- From: adam
- Re: ADAM Authentication in ASP.NET
- From: Joe Kaplan \(MVP - ADSI\)
- Re: ADAM Authentication in ASP.NET
- From: Al Mulnick
- Re: ADAM Authentication in ASP.NET
- From: Joe Kaplan \(MVP - ADSI\)
- ADAM Authentication in ASP.NET
- Prev by Date: Re: Accessing an AD domain that is using MIT Kerberos Integration?
- Next by Date: Re: ADAM app partition restore
- Previous by thread: Re: ADAM Authentication in ASP.NET
- Next by thread: Re: ADAM Authentication in ASP.NET
- Index(es):
Relevant Pages
|