Changeset 5976 in subversion


Ignore:
Timestamp:
Mar 7, 2012 5:18:08 AM (16 months ago)
Author:
alec
Message:
Location:
trunk/plugins/password
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/password/README

    r5974 r5976  
    4242 2.14. Pw (pw_usermod) 
    4343 2.15. domainFACTORY (domainfactory) 
     44 2.16. DBMail (dbmail) 
    4445 3.     Driver API 
    4546 
     
    270271 
    271272 
     273 2.16.  DBMail (dbmail) 
     274 ----------------------------------- 
     275 
     276 Driver that adds functionality to change the users DBMail password. 
     277 It only works with dbmail-users on the same host where Roundcube runs 
     278 and requires shell access and gcc in order to compile the binary 
     279 (see instructions in chgdbmailusers.c file). 
     280 See config.inc.php.dist file for configuration description. 
     281 
     282 Note: DBMail users can also use sql driver. 
     283 
     284 
    272285 3. Driver API 
    273286 ------------- 
  • trunk/plugins/password/config.inc.php.dist

    r5973 r5976  
    318318// www  ALL=NOPASSWORD: /usr/sbin/pw 
    319319$rcmail_config['password_pw_usermod_cmd'] = 'sudo /usr/sbin/pw usermod -h 0 -n'; 
     320 
     321 
     322// DBMail Driver options 
     323// ------------------- 
     324// Additional arguments for the dbmail-users call 
     325$rcmail_config['password_dbmail_args'] = '-p sha512'; 
  • trunk/plugins/password/package.xml

    r5974 r5976  
    3030- Added option password_login_exceptions (#1487826) 
    3131- Added domainfactory driver (#1487882) 
     32- Added DBMail driver (#1488281) 
    3233    </notes> 
    3334        <contents> 
Note: See TracChangeset for help on using the changeset viewer.