Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual page 193

Hide thumbs Also See for IFOLDER 3.7 - ADMINISTRATION:
Table of Contents

Advertisement

application. Possible modes are
"Windows", "Forms", "Passport" and "None".
"None" No authentication is performed.
"Windows" IIS performs authentication (Basic, Digest, or
Integrated Windows) according to its settings for the
application. Anonymous access must be disabled in IIS.
"Forms" You provide a custom form (Web page) for users to
enter their credentials, and then you authenticate them in
your application. A user credential token is stored
in a cookie.
"Passport" Authentication is performed via a centralized
authentication service provided by Microsoft that offers a
single logon and core profile services for member sites.
-->
<authentication mode="Forms">
<forms name="iFolderWeb" loginUrl="Login.aspx" timeout="20"
slidingExpiration="true"
</authentication>
<!--
AUTHORIZATION
This section sets the authorization policies of the
application. You can allow or deny access to application
resources by user or role.
Wildcards:
"*" mean everyone,
"?" means anonymous (unauthenticated) users.
-->
<authorization>
<deny users="?" />
</authorization>
<!--
APPLICATION-LEVEL TRACE LOGGING
Application-level tracing enables trace log output for every
page within an application.
Set trace enabled="true" to enable application trace logging.
If pageOutput="true", the trace information will be displayed
/>
Configuration Files 193

Advertisement

Table of Contents
loading

Table of Contents