473,378 Members | 1,369 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

IIS Authentication type for various areas

What is the best IIS auth type for my webpage? I need the following running
on Windows 2000 / IIS 5 with an 2003 AD Domain.

I need .Asps that will do the following administration tasks :

Access to the LDAP Directory from an .ASP (To query the ServerVariable /
Logon_User) and get their group memberships for access..
Access to other servers file shares (Directly from ASP) (For logon script
reporting on the \netlogon share for example)
An ASP that must be able to reset users Domain passwords (Used only by the
helpdesk with limited other access)

If I choose Anonymous (With the IUSR_MACHINE Account) I can't get the
LOGON_USER Variable... Nor can I query the LDAP Directory.

If I choose Anonymous (Using a restricted Domain User ID) I still can't get
the Logon_User Variable...but I can query LDAP

If I choose Windows Auth : I can't pass credentials to the DC for LDAP
queries.. (See my post on 8/17 subject :Double Hop Issue?) problem with
Kerberos through VPN etc...

If I choose Basic Auth users need to logon each time ...

Should I try to learn about session cookies and use that to store
credentials?

I am so stuck here.. what's best practice? I know I can run a few pages
(I.E. the password Reset Page) as a Domain Admin account (Under anonymous
access)...

but still am stuck as to how to pass the userId's all around the webpage to
check for 'access' to other sections..

How do people do this?
Thank you in advance...

I have all of the .asps writtin already and have access to a sql database if
needed.. just need some general good advise on this..
Jul 19 '05 #1
1 2110
At some point in time the users are going to have to logon. If you want to
use Windows authentication, you will need to use Kerberos + Delegation if
you want their credentials to flow through to remote servers.

Otherwise, you can create a HTML form and have the users logon that way. Run
the webpage as "anonymous", but using an appropriately privileged domain
account that can connect to AD and verify the username/password submitted.

Cheers
Ken
"Anthony" <an*********@nospam.comcast.net> wrote in message
news:Or***************@tk2msftngp13.phx.gbl...
What is the best IIS auth type for my webpage? I need the following
running
on Windows 2000 / IIS 5 with an 2003 AD Domain.

I need .Asps that will do the following administration tasks :

Access to the LDAP Directory from an .ASP (To query the ServerVariable /
Logon_User) and get their group memberships for access..
Access to other servers file shares (Directly from ASP) (For logon script
reporting on the \netlogon share for example)
An ASP that must be able to reset users Domain passwords (Used only by the
helpdesk with limited other access)

If I choose Anonymous (With the IUSR_MACHINE Account) I can't get the
LOGON_USER Variable... Nor can I query the LDAP Directory.

If I choose Anonymous (Using a restricted Domain User ID) I still can't
get
the Logon_User Variable...but I can query LDAP

If I choose Windows Auth : I can't pass credentials to the DC for LDAP
queries.. (See my post on 8/17 subject :Double Hop Issue?) problem with
Kerberos through VPN etc...

If I choose Basic Auth users need to logon each time ...

Should I try to learn about session cookies and use that to store
credentials?

I am so stuck here.. what's best practice? I know I can run a few pages
(I.E. the password Reset Page) as a Domain Admin account (Under anonymous
access)...

but still am stuck as to how to pass the userId's all around the webpage
to
check for 'access' to other sections..

How do people do this?
Thank you in advance...

I have all of the .asps writtin already and have access to a sql database
if
needed.. just need some general good advise on this..

Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dave | last post by:
Hi, I am creating a web application which have two different login areas. One for members and one for administrators. Currently, I am using forms authentication to validate the login for...
3
by: MyaTix | last post by:
Hi, Can someone tell me how I create a login page which authenticates users against the servers user manager. I want the login to be a form in my website not a pop up window! I would be...
1
by: Mark Aurit | last post by:
I have an intranet application that uses w2k Integrated Windows Authentication to authenticate users. We now have a situation where people will be accessing it who are on our network but will not...
0
by: David | last post by:
We have a .NET web service that has IIS authentication set to "allow anonymous". However, the web service does its own 'application-level' authentication (by validating the HTTP authentication...
0
by: Anonieko Ramos | last post by:
ASP.NET Forms Authentication Best Practices Dr. Dobb's Journal February 2004 Protecting user information is critical By Douglas Reilly Douglas is the author of Designing Microsoft ASP.NET...
4
by: Andrew | last post by:
Hey all, I would like to preface my question by stating I am still learning ASP.net and while I am confident in the basics and foundation, the more advanced stuff is still a challenge. Ok....
2
by: thechaosengine | last post by:
Hi eveyone, If anyone could advise on the following I would be truly greatful: I have a fairly standard set up. An IIS 5.1 website set up with anonymous access allowed in all areas of the site...
4
by: MatthewRoberts | last post by:
Howdy All, We have an ASP.NET web application that uses Forms Authentication and has worked without problems for some time. However, we recently added a Shockwave SWF file to the mix for flash...
4
by: m.owens | last post by:
Hi, I am new to the concept of asp.net authentication so this might be obvious. Im working on an application writtten by my predecessor, which has login page. This is authenticated against...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.