Giovanni Bechis wrote: > On 08/25/11 16:10, Andrea Parazzini wrote: > > Hi, > > does anybody use squid and kerberos authentication? > > > > I'm trying with -current on i386 without success. > > > > The helper squid_kerb_auth is enabled in Makefile > > but the negotiate authentication option not. > > > This diff should fix your issue. > Ok ? > Cheers > Giovanni > > ["squid-2.7.STABLE9p12.diff" (text/plain)] > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/squid/Makefile,v > retrieving revision 1.120 > diff -u -p -r1.120 Makefile > --- Makefile 2 Jun 2011 13:41:41 -0000 1.120 > +++ Makefile 25 Aug 2011 14:35:29 -0000 > @@ -3,7 +3,7 @@ > COMMENT= WWW and FTP proxy cache and accelerator > > DISTNAME= squid-2.7.STABLE9 > -REVISION= 11 > +REVISION= 12 > CATEGORIES= www > MASTER_SITES= ${HOMEPAGE}/Versions/v2/2.7/ > DIST_SUBDIR= squid > @@ -32,7 +32,7 @@ FLAVOR?= > PATCH_LIST= patch-* gcc-* > .endif > > -AUTH= basic digest > +AUTH= basic digest negotiate > BASIC_AUTH= NCSA YP > DIGEST_AUTH= password > EXTERNAL_ACL= ip_user unix_group
Now squid does not complain anymore about the configuration but squid_kerb_auth is still not working. root@tvmnet04# /usr/local/libexec/squid_kerb_auth -d Abort trap (core dumped) Thanks. Andrea >