Changeset 5979 in subversion
- Timestamp:
- Mar 7, 2012 6:35:54 AM (15 months ago)
- Location:
- trunk/plugins/password
- Files:
-
- 1 added
- 3 edited
-
README (modified) (2 diffs)
-
config.inc.php.dist (modified) (1 diff)
-
drivers/smb.php (added)
-
package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/password/README
r5978 r5979 44 44 2.16. DBMail (dbmail) 45 45 2.17. Expect (expect) 46 2.18. Samba (smb) 46 47 3. Driver API 47 48 … … 291 292 292 293 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 293 301 3. Driver API 294 302 ------------- -
trunk/plugins/password/config.inc.php.dist
r5978 r5979 338 338 // -telent -host localhost -output /tmp/passwd.log -log /tmp/passwd.log 339 339 $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 33 33 - Helper files moved to helpers/ directory from drivers/ 34 34 - Added Expect driver (#1488363) 35 - Added Samba password (#1488364) 35 36 </notes> 36 37 <contents> … … 94 95 <file name="drivers/pw_usermod.php" role="php"></file> 95 96 <file name="drivers/sasl.php" role="php"></file> 97 <file name="drivers/smb.php" role="php"></file> 96 98 <file name="drivers/virtualmin.php" role="php"></file> 97 99 <file name="drivers/ximss.php" role="php"></file>
Note: See TracChangeset
for help on using the changeset viewer.
