We need to understand what the purpose of the authtypeN values in the ISAPI filter are for (looks like backward compatibility) and if we need them (I'm guessing not).
|
University of Alabama at Birmingham . Information Technology . IT Infrastructure Services . HPC Services
Advanced Technology Lab |
|
Featured Projects
Lab Overview
Navigation
Active forum topics
|
Understand AuthtypeN usage and determine if needed
Submitted by jpr on Fri, 03/12/2004 - 16:15.
todo | weblogin | pubcookie
We need to understand what the purpose of the authtypeN values in the ISAPI filter are for (looks like backward compatibility) and if we need them (I'm guessing not). » login to post comments
|
AuthType setting usage
AuthType is a web property, that configures the authentication type for a particular web folder by specifying a string defined by AuthTypeNameN.
If not specified, then it takes the default value, AuthTypeName0 ("None")
AuthTypeNameN is a filter variable that defines the various authentication types within the Pubcookie Isapi filter.
AuthTypeNameN, where N can be any one of the following:
*0- "None"- For an application that doesn't need any authentication.
*1- "BlazerID"-LDAP authentication
*2-not needed.
We are only concerned with AuthTypeName1.