Changeset 5976 in subversion
- Timestamp:
- Mar 7, 2012 5:18:08 AM (16 months ago)
- Location:
- trunk/plugins/password
- Files:
-
- 2 added
- 3 edited
-
README (modified) (2 diffs)
-
config.inc.php.dist (modified) (1 diff)
-
drivers/chgdbmailusers.c (added)
-
drivers/dbmail.php (added)
-
package.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/password/README
r5974 r5976 42 42 2.14. Pw (pw_usermod) 43 43 2.15. domainFACTORY (domainfactory) 44 2.16. DBMail (dbmail) 44 45 3. Driver API 45 46 … … 270 271 271 272 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 272 285 3. Driver API 273 286 ------------- -
trunk/plugins/password/config.inc.php.dist
r5973 r5976 318 318 // www ALL=NOPASSWORD: /usr/sbin/pw 319 319 $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 30 30 - Added option password_login_exceptions (#1487826) 31 31 - Added domainfactory driver (#1487882) 32 - Added DBMail driver (#1488281) 32 33 </notes> 33 34 <contents>
Note: See TracChangeset
for help on using the changeset viewer.
