Auth_Container_File

Auth_Container_File -- Authenticate a password file using File_Passwd

File Container

description

The storage-specific argument for the Auth constructor() is an array of options.

Table 28-1. Available Options

OptionData TypeDefault valueDescription
"type" string "Cvs" The format of the file we are authenticating against. For a list of available types see the PEAR::File_Passwd documentation.
"file" string "" The filename of the file to use.