Home All Groups Group Topic Archive Search About

IIS7: require LDAP authentication for restricted network access

Author
29 Apr 2009 7:50 AM
wst305@gmail.com
Hi all,

We just migrated application from Apache to IIS7 on Windows 2008.  In
Apache, we restrict a folder to our office network that doesn't
require authentication.  For access from all other networks,
authentication (through LDAP to our user repository) is required.
I've no idea about how to do that in IIS7.  Would anyone please help?

I'm new to IIS7 and sorry for the newbie question.

Thanks a lot.
/ST Wong

Author
5 May 2009 8:39 AM
Egbert Nierop
<wst***@gmail.com> schreef in bericht
news:23f9da89-e02c-4a79-adb4-43c9a4b3511f@d19g2000prh.googlegroups.com...
> Hi all,
>
> We just migrated application from Apache to IIS7 on Windows 2008.  In
> Apache, we restrict a folder to our office network that doesn't
> require authentication.  For access from all other networks,
> authentication (through LDAP to our user repository) is required.
> I've no idea about how to do that in IIS7.  Would anyone please help?
>
> I'm new to IIS7 and sorry for the newbie question.

IIS uses or can use LDAP authentication. However, if you need user property
access (eg.) you'll need an object oriented approach using a library.

Do you use Perl or ASP.NET (C#/VB etc)