Changeset 3533 in subversion


Ignore:
Timestamp:
Apr 22, 2010 7:51:14 AM (3 years ago)
Author:
alec
Message:
Location:
trunk/plugins/password
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/password/README

    r3532 r3533  
    3737 2.9.   hMailServer (hmail) 
    3838 2.10.  PAM (pam) 
     39 2.11.  Chpasswd (chpasswd) 
    3940 3.     Driver API 
    4041 
     
    215216 
    216217 
     218 2.11. Chpasswd (chpasswd) 
     219 ------------------------- 
     220  
     221 Driver that adds functionality to change the systems user password via  
     222 the 'chpasswd' command. See config.inc.php file. 
     223 
     224 
    217225 3. Driver API 
    218226 ------------- 
  • trunk/plugins/password/config.inc.php.dist

    r3511 r3533  
    237237$rcmail_config['password_ximss_port'] = 11024; 
    238238 
     239 
     240// chpasswd Driver options 
     241// --------------------- 
     242// Command to use 
     243$rcmail_config['password_chpasswd_cmd'] = 'sudo /usr/sbin/chpasswd 2> /dev/null'; 
     244 
    239245?> 
Note: See TracChangeset for help on using the changeset viewer.