Changeset 5979 in subversion


Ignore:
Timestamp:
Mar 7, 2012 6:35:54 AM (15 months ago)
Author:
alec
Message:
Location:
trunk/plugins/password
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/password/README

    r5978 r5979  
    4444 2.16. DBMail (dbmail) 
    4545 2.17. Expect (expect) 
     46 2.18. Samba (smb) 
    4647 3.     Driver API 
    4748 
     
    291292 
    292293 
     294 2.18.  Samba (smb) 
     295 ----------------------------------- 
     296 
     297 Driver to change Samba user password via the 'smbpasswd' command. 
     298 See config.inc.php.dist file for configuration description. 
     299 
     300 
    293301 3. Driver API 
    294302 ------------- 
  • trunk/plugins/password/config.inc.php.dist

    r5978 r5979  
    338338//   -telent -host localhost -output /tmp/passwd.log -log /tmp/passwd.log 
    339339$rcmail_config['password_expect_params'] = ''; 
     340 
     341 
     342// smb Driver options 
     343// --------------------- 
     344// Samba host (default: localhost) 
     345$rcmail_config['password_smb_host'] = 'localhost'; 
     346// Location of smbpasswd binary 
     347$rcmail_config['password_smb_cmd'] = '/usr/bin/smbpasswd'; 
  • trunk/plugins/password/package.xml

    r5978 r5979  
    3333- Helper files moved to helpers/ directory from drivers/ 
    3434- Added Expect driver (#1488363) 
     35- Added Samba password (#1488364) 
    3536    </notes> 
    3637        <contents> 
     
    9495            <file name="drivers/pw_usermod.php" role="php"></file> 
    9596            <file name="drivers/sasl.php" role="php"></file> 
     97            <file name="drivers/smb.php" role="php"></file> 
    9698            <file name="drivers/virtualmin.php" role="php"></file> 
    9799            <file name="drivers/ximss.php" role="php"></file> 
Note: See TracChangeset for help on using the changeset viewer.