smb user backend

This commit is contained in:
Robin Appelman
2012-07-19 22:42:26 +02:00
parent dc4d907a3f
commit 8500f30dfb
4 changed files with 84 additions and 0 deletions

View File

@@ -13,4 +13,10 @@ return array(
'user'=>'foo',//valid username/password combination
'password'=>'bar',
),
'smb'=>array(
'run'=>true,
'host'=>'localhost',
'user'=>'test',//valid username/password combination
'password'=>'test',
),
);