Hi Luiz, I compiled dansguardian but I would like create filters with dansguardian and my AD groups. In dansguardian's example, I can create filters put users into a file but I don't this, I need verify my users and groups in AD without put them in a files. Thanks for answer, case if you can help me PVT-me! :) Marcos 2008/8/25 Luiz Felipe Ferreira <lfferreira@xxxxxxxxx>: > Marcos, > > You have to compile dansguardian. Something like that: > > Download source: > http://dansguardian.org/downloads/2/Beta/dansguardian-2.9.9.7.tar.gz > > cd /where_file_is > tar -xzvf dansguardian-2.9.9.7.tar.gz > cd dansguardian-2.9.9.7 > ./configure --enable-ntlm=yes (You can see other options on INSTALL file or > ./configure --help > make > make install.. > > Hope that helps. > Luiz Felipe Ferreira > > > > > 2008/8/25 Marcos Dutra <macdutra@xxxxxxxxx> >> >> Hi, >> >> You have any example, in site of dansguardian I not find how to >> configure with ntlm, and I don't like put usernames in file to >> separete groups, like the example in dansguardian site. >> >> Best regards and thanks for help. >> Marcos >> >> 2008/8/25 admin <admin@xxxxxxxxxxxxxxxxx>: >> > Marcos Dutra writes: >> >> >> >> Hi, >> >> >> >> I would like optimise my squid, I use squid with ntlm auth >> >> (winbind/samba) and I use in squid acl by group. I would like use any >> >> filter like dansguardian or squidguard but none integrate with acl >> >> group in ntlm using winbind/samba like squid. Anybody have any idea to >> >> use any filter with ntlm auth? If have any example can help me. >> >> I use ntlm auth to transparency for my users joined in AD. >> >> >> >> Thanks >> >> Marcos >> >> >> > >> > Hi Yo. >> > >> > We use dansguardian with squid 3.0.STABLE7 + NTLM authentication with AD >> > (winbindd). >> > Beta version (2.9.9.7) of dansguardian supports ntlm auth with >> > "--/enable-ntlm/=yes". >> > Dansguardian just pass auth to squid and all acl's defined in squid >> > works >> > fine... >> > >> > > >