fixed Samba flags if multiple hosts were created
This commit is contained in:
parent
1c74e6d645
commit
bc7d9a06b9
|
@ -260,6 +260,9 @@ do { // X-Or, only one if() can be true
|
||||||
$_SESSION['account_'.$varkey.'_account_new'] = loadHostProfile('default');
|
$_SESSION['account_'.$varkey.'_account_new'] = loadHostProfile('default');
|
||||||
$account_new =& $_SESSION['account_'.$varkey.'_account_new'];
|
$account_new =& $_SESSION['account_'.$varkey.'_account_new'];
|
||||||
$account_new ->type = 'host';
|
$account_new ->type = 'host';
|
||||||
|
$account_new->smb_flags['W'] = 1;
|
||||||
|
$account_new->general_homedir = '/dev/null';
|
||||||
|
$account_new->general_shell = '/bin/false';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
// Load Profile and reset all attributes to settings in profile
|
// Load Profile and reset all attributes to settings in profile
|
||||||
|
|
Loading…
Reference in New Issue