Home All Groups Group Topic Archive Search About

Q: check users in Active Directory

Author
21 Mar 2005 4:17 PM
JIM.H.
Hello,
I need to get user name and password from our internet and check Active
Directory if the user name is available in the network and password matches,
how should I do this and is there a C# code?
Thanks,
Jim.

Author
21 Mar 2005 4:27 PM
Scott Allen
Hi Jim:

Are you looking for something like the following?

How To Use Forms Authentication with Active Directory
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/secmod16.asp

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Mon, 21 Mar 2005 08:17:03 -0800, JIM.H.
<J***@discussions.microsoft.com> wrote:

Show quoteHide quote
>Hello,
>I need to get user name and password from our internet and check Active
>Directory if the user name is available in the network and password matches,
>how should I do this and is there a C# code?
>Thanks,
>Jim.
Are all your drivers up to date? click for free checkup

Author
21 Mar 2005 5:13 PM
JIM.H.
Yes. Is there any complete application that implements this so that I can
just import files to my application?
Thanks,
Jim.


Show quoteHide quote
"Scott Allen" wrote:

> Hi Jim:
>
> Are you looking for something like the following?
>
> How To Use Forms Authentication with Active Directory
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/secmod16.asp
>
> --
> Scott
> http://www.OdeToCode.com/blogs/scott/
>
> On Mon, 21 Mar 2005 08:17:03 -0800, JIM.H.
> <J***@discussions.microsoft.com> wrote:
>
> >Hello,
> >I need to get user name and password from our internet and check Active
> >Directory if the user name is available in the network and password matches,
> >how should I do this and is there a C# code?
> >Thanks,
> >Jim.
>
>
Author
21 Mar 2005 5:28 PM
Tampa.NET Koder
Come on man.  You were pointed in the right direction.  Do a msn or google
search to find out more info. I'm sure there is something out there.  As
developers we can't be so lazy!


Show quoteHide quote
"JIM.H." <J***@discussions.microsoft.com> wrote in message
news:6930E8C6-076B-477F-B0CF-A2B1E427D181@microsoft.com...
> Yes. Is there any complete application that implements this so that I can
> just import files to my application?
> Thanks,
> Jim.
>
>
> "Scott Allen" wrote:
>
>> Hi Jim:
>>
>> Are you looking for something like the following?
>>
>> How To Use Forms Authentication with Active Directory
>> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/secmod16.asp
>>
>> --
>> Scott
>> http://www.OdeToCode.com/blogs/scott/
>>
>> On Mon, 21 Mar 2005 08:17:03 -0800, JIM.H.
>> <J***@discussions.microsoft.com> wrote:
>>
>> >Hello,
>> >I need to get user name and password from our internet and check Active
>> >Directory if the user name is available in the network and password
>> >matches,
>> >how should I do this and is there a C# code?
>> >Thanks,
>> >Jim.
>>
>>
Author
21 Mar 2005 7:27 PM
JIM.H.
Good point. Anyway, I followed the steps and realized it. Thanks,

Show quoteHide quote
"Tampa.NET Koder" wrote:

> Come on man.  You were pointed in the right direction.  Do a msn or google
> search to find out more info. I'm sure there is something out there.  As
> developers we can't be so lazy!
>
>
> "JIM.H." <J***@discussions.microsoft.com> wrote in message
> news:6930E8C6-076B-477F-B0CF-A2B1E427D181@microsoft.com...
> > Yes. Is there any complete application that implements this so that I can
> > just import files to my application?
> > Thanks,
> > Jim.
> >
> >
> > "Scott Allen" wrote:
> >
> >> Hi Jim:
> >>
> >> Are you looking for something like the following?
> >>
> >> How To Use Forms Authentication with Active Directory
> >> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secmod/html/secmod16.asp
> >>
> >> --
> >> Scott
> >> http://www.OdeToCode.com/blogs/scott/
> >>
> >> On Mon, 21 Mar 2005 08:17:03 -0800, JIM.H.
> >> <J***@discussions.microsoft.com> wrote:
> >>
> >> >Hello,
> >> >I need to get user name and password from our internet and check Active
> >> >Directory if the user name is available in the network and password
> >> >matches,
> >> >how should I do this and is there a C# code?
> >> >Thanks,
> >> >Jim.
> >>
> >>
>
>
>

Bookmark and Share