PathCheck Stage
62
Netscape Enterprise Server NSAPI Programmer’s Guide • November 2001
•
find-links
denies access to directories with certain file system links
•
find-pathinfo
locates extra path info beyond the file name for the
PATH_INFO CGI environment variable.
•
get-client-cert
gets the authenticated client certificate from the SSL3
session.
•
load-config
finds and loads extra configuration information from a file in the
requested path
•
nt-uri-clean
denies access to requests with unsafe path names by indicating
not found.
•
ntcgicheck
looks for a CGI file with a specified extension.
•
require-auth
denies access to unauthorized users or groups.
•
set-virtual-index
specifies a virtual index for a directory.
•
ssl-check
checks the secret keysize.
•
ssl-logout
invalidates the current SSL session in the server's SSL session
cache.
•
unix-uri-clean
denies access to requests with unsafe path names by
indicating not found.
check-acl
Applicable in
PathCheck
-class directives.
The
check-acl
function specifies an Access Control List (ACL) to use to check
whether the client is allowed to access the requested resource. An access control list
contains information about who is or is not allowed to access a resource, and under
what conditions access is allowed.
Regardless of the order of
PathCheck
directives in the object,
check-acl
functions
are executed first. They cause user authentication to be performed, if required by
the specified ACL, and will also update the access control state.
Parameters
acl
is the name of an Access Control List.
path
(optional) is a wildcard pattern that specifies the path for
which to apply the ACL.
bucket
optional, common to all
obj.conf
functions
Summary of Contents for ENTERPRISE SERVER 6.0
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 0 November 2001...
Page 134: ...CGI to NSAPI Conversion 134 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 306: ...cinfo 306 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 312: ...Sample MIME Types File 312 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 324: ...Buffered Streams 324 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 332: ...332 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 340: ...340 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 346: ...346 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...
Page 352: ...352 Netscape Enterprise Server NSAPI Programmer s Guide November 2001...