
obj.conf
Chapter 2 Configuration Files 75
AuthTrans Functions
Table 2-15 obj.conf AuthTrans functions
Function/Parameter Allowed
Values
Default
Value
Description
basic-auth Calls a custom function to verify user name and password.
Optionally determines the user’s group.
auth-type basic basic Specifies the type of authorization to be used.
userdb (optional) specifies the full path and file name of the user
database to be used for user verification. This parameter will be
passed to the user function.
userfn The name of the user custom function to verify authorization.
This function must have been previously loaded with
load-modules.
groupdb (optional) specifies the full path and file name of the user
database. This parameter will be passed to the group function.
groupfn (optional) is the name of the group custom function that must
have been previously loaded with load-modules.
basic-ncsa Verifies user name and password against an NCSA-style or
system DBM database. Optionally determines the user’s group.
auth-type basic basic Specifies the type of authorization to be used.
dbm (optional) specifies the full path and base file name of the user
database in the server's native format. 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 theformat
name:password,wherepassword is encrypted.If
you use this parameter, don’t use dbm.
grpfile (optional) specifiesthe 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.
get-sslid Retrieves a string that is unique to the current SSL session and
stores it as the ssl-id variable in the Session->client
parameter block.
Kommentare zu diesen Handbüchern