added iconv check

This commit is contained in:
Roland Gruber 2006-06-29 19:43:58 +00:00
parent bfb4f24c93
commit 5c08dca997
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ class sambaAccount extends baseModule {
'kickoffTime', 'pwdCanChange', 'pwdMustChange', 'acctFlags', 'displayName', 'smbHome', 'homeDrive',
'scriptPath', 'profilePath', 'userWorkstations', 'primaryGroupID', 'domain');
// PHP extensions
$return['extensions'] = array('mhash');
$return['extensions'] = array('mhash', 'iconv');
// profile options
if ($this->get_scope() == 'user') {
// set Unix password for Samba

View File

@ -132,7 +132,7 @@ class sambaSamAccount extends baseModule {
'displayName', 'sambaHomePath', 'sambaHomeDrive', 'sambaLogonScript', 'sambaProfilePath',
'sambaUserWorkstations', 'sambaPrimaryGroupSID', 'sambaDomainName', 'sambaLogonHours');
// PHP extensions
$return['extensions'] = array('mhash');
$return['extensions'] = array('mhash', 'iconv');
// profile checks
$return['profile_checks']['sambaSamAccount_smbhome'] = array(
'type' => 'ext_preg',