mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 08:40:24 +00:00
Separate header access rules for Squid 3.0
This commit is contained in:
@@ -13,6 +13,7 @@ $conf = &get_config();
|
||||
if (!$in{'nouser'}) {
|
||||
$in{'user'} || &error($text{'icache_ymcautrsa'});
|
||||
@uinfo = getpwnam($in{'user'});
|
||||
scalar(@uinfo) || &error($text{'icache_euser'});
|
||||
@ginfo = getgrgid($uinfo[3]);
|
||||
if ($squid_version < 2) {
|
||||
$dir = { 'name' => 'cache_effective_user',
|
||||
|
||||
Reference in New Issue
Block a user