//
// Account Management
//
// UNIX for classic account management
// LDAP for managing with ldap
// NIS not implemented
$sys_account_manager_type='{sys_account_manager_type}';

// email address to send admin alerts to
$sys_admin_email = 'gforge@{domain_name}';

// Path to sendmail program
$sys_sendmail_path='{sys_sendmail_path}';

// Select unix_password cipher
// Normally there will be no reason to change this for Linux based systems
// Valid choices are MD5, DES, Blowfish, or Plain
// DO NOT CHANGE ON EXISTING INSTALL!!!

// If using usergroup_wrapper.php (for non-Linux systems)
// this value MUST be plain
$unix_cipher = 'MD5';

