Todo List
Auth_Container | --Auth_Container_File
This storage container can handle CVS pserver style passwd files.
[line 75]
[line 68]
object Auth_Container_File Auth_Container_File( string $filename)
boolean addUser( string $user, string $pass, [mixed $additional = ''])
void changePassword( string $username, string $password)
mixed fetchData( string $user, string $pass)
array listUsers( )
boolean removeUser( string $user)