Sure, here you are.
########### squidGuard.all.conf ##################
logdir /usr/local/squidGuard/log
dbhome /usr/local/squidGuard/db
# Source Definitions
src admin {
# Admin Users
userlist /usr/local/squidGuard/admin-uid.txt
}
# ....
dest messenger {
domainlist messengerurls
log messenger.log
}
acl {
admin { # let's check them everything
pass all
}
default {
pass !messenger all
redirect
301:http://www.sgn.sca.se/cgi-bin/guard.new.pl?clientaddr=%a&clientname=%n&c
lientuser=%i&clientgroup=%s&url=%u&destgroup=%t
}
}
############### end #######################
############## admin-uid.txt ############
rico
deiense
delextn
users\deiense
users\delextn
############################################
Mit freundlichen Gr�ssen / Best regards
Enrico Sessler
SGN - SCA Global Network
Tel.: +49 (0) 8035 80-611
Mobile: +49 (0) 172 86 59 723
Fax: +49 (0) 8035 80-610
mailto:[EMAIL PROTECTED]
-----Original Message-----
From: James Ambursley [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 12. M�rz 2003 16:50
To: Sessler, Enrico; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: Passing Domain\UserID to squidGuard
Could you give specifics on this. A sample
squidguard.conf and userlist file, please.
-----Original Message-----
From: Sessler, Enrico [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 12, 2003 8:45 AM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: Passing Domain\UserID to squidGuard
This solved the problem.
Thanks a lot.
Mit freundlichen Gr�ssen / Best regards
Enrico Sessler
SGN - SCA Global Network
Tel.: +49 (0) 8035 80-611
Mobile: +49 (0) 172 86 59 723
Fax: +49 (0) 8035 80-610
mailto:[EMAIL PROTECTED]
-----Original Message-----
From: Jay [mailto:[EMAIL PROTECTED]
Sent: Mittwoch, 12. M�rz 2003 11:06
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Passing Domain\UserID to squidGuard
You need to supply the usernames in an external userlist
rather than
squidGuard.conf itself.
SquidGuard has a problem with '\' appearing in the
conf file.
Move all the domain\usernames into an external userlist
file and your
problem should be solved.
Regards
Jay
> Sessler, Enrico wrote:
>>
>> I'm running squid + squidGuard for a few
>> years with complete satisfaction.
>>
>> Recently I have started using squid to with
>> NTLM authentication.
>>
>> Now there is a problem for squidGuard to
>> identify the user because squid passes always
>> "domain\userid" instead of only "userid".
>>
>> Have tried to modify the "user" section in
>> squidGuard.conf but it doesn't accept userids
>> in the format "domain\userid".
>>
>> Is there a way to get this working?
>
> Could you provide a couple of examples of what
squid is sending?
>
> How have you determined what squid is sending to
squidGuard?
>
> Rick