Todo List
Auth_Container | --Auth_Container_SMBPasswd
This storage container can handle SAMBA smbpasswd files.
Example: $a = new Auth("SMBPasswd", '/usr/local/private/smbpasswd'); $a->start(); if ($a->getAuth()) { printf ("AUTH OK\n"); $a->logout(); }
[line 72]
object Returns Auth_Container_SMBPasswd( $filename $filename)
boolean addUser( string $username, string $password, [array $additional = ''])
void changePassword( string $username, string $password)
boolean fetchData( string $username, string $password)
void listUsers( )
void removeUser( string $username)