![Netscape ENTERPRISE SERVER 6.1 Manual Download Page 53](http://html1.mh-extra.com/html/netscape/enterprise-server-6-1/enterprise-server-6-1_manual_1674653053.webp)
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"
Summary of Contents for ENTERPRISE SERVER 6.1
Page 1: ...NSAPI Programmer s Guide Netscape Enterprise Server Version6 1 April 2002 Draft...
Page 290: ...Miscellaneous 290 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 318: ...cinfo 318 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 336: ...Buffered Streams 336 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 344: ...344 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 350: ...350 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...
Page 356: ...356 Netscape Enterprise Server NSAPI Programmer s Guide April 2002 Draft...