AuthTrans Stage
Chapter
3
Predefined SAFs and the Request Handling Process
53
basic-ncsa
Applicable in
AuthTrans
-class directives.
The
basic-ncsa
function verifies authorization information sent by the client
against a database. The Authorization header is sent as part of the basic server
authorization scheme.
This function is usually used in conjunction with the PathCheck-class function
require-auth
.
Parameters
Examples
auth-type
specifies the type of authorization to be used. This should
always be
basic
.
dbm
(optional) specifies the full path and base file name of the
user database in the server's native format. The native
format is a system DBM file, which is a hashed file format
allowing instantaneous access to billions of users. If you use
this parameter, don’t use the
userfile
parameter as well.
userfile
(optional) specifies the full path name of the user database
in the NCSA-style HTTPD user file format. This format
consists of lines using the format
name:password
, where
password
is encrypted. If you use this parameter, don’t use
dbm
.
grpfile
(optional) specifies the NCSA-style HTTPD group file to be
used. Each line of a group file consists of
group
:
user1 user2
... userN
where each user is separated by spaces.
bucket
optional, common to all
obj.conf
functions
AuthTrans fn=basic-ncsa auth-type=basic
dbm=/netscape/servers/userdb/rs
PathCheck fn=require-auth auth-type=basic realm="Marketing Plans"
AuthTrans fn=basic-ncsa auth-type=basic
userfile=/netscape/servers/.htpasswd
grpfile=/netscape/servers/.grpfile
PathCheck fn=require-auth auth-type=basic realm="Marketing Plans"
Содержание ENTERPRISE SERVER 6.1
Страница 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Страница 18: ...Where to Find Related Information 18 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 138: ...CGI to NSAPI Conversion 138 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 214: ...NSAPI Functions in Alphabetical Order 214 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 310: ...The Netscape LDAP Schema 310 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 324: ...Sample MIME Types File 324 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Страница 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...