[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Linux-sunucu] squid authenticate



Merhaba,
farkli bir authentication yontemi kullandigin icin rpm paketi ile gelen parametreler desteklemiyor olabilir. Bu nedenle squid'i kaynak koddan derlemelisin.

Kurulumu su sekilde yap;

# ./configure
  --prefix=/usr/local/squid
  --sysconfdir=/etc/squid
  --enable-ssl
  --with-openssl
  --disable-hostname-checks
  --disable-internal-dns 


 ,''`.  Ozgur Karatas
: :' :  ozgur@ozgurkaratas.com
`. `'   http://www.ozgurkaratas.com
  `-    Powered By Debian GNU\Linux

> ahmet yurdal yazmış:
> > merhaba
> >  
> > squid ile kullanici yetkilendirmede problem var. kullanici adlari ve 
> > sifreleri ile yetkilendirerek proxy i kullandirmak istiyorum. 
> > suse userine squid i rpm den kurdum. squid.conf icine
> >  
> > #squid.conf
> > auth_param basic program /usr/sbin/pam_auth
> > auth_param basic realm Proxy Server
> > acl users proxy_auth REQUIRED
> > http_access allow users 
> >  
> >  
> > satirlarini ekledim. squid i baslattigimda asagidaki gibi problemler 
> > cikiyor ve bir kac sn. sonra squid kendini kapatiyor.
> >  
> > #/var/log/message
> > Oct 10 06:44:30 proxy squid[6148]: Referer logging is disabled.
> > Oct 10 06:44:30 proxy kernel: audit(1160451870.867:437): REJECTING x 
> > access to /usr/sbin/pam_auth (squid(6153) profile /usr/sbin/squid 
> > active /usr/sbin/squid)
> > Oct 10 06:44:30 proxy kernel:
> > Oct 10 06:44:30 proxy squid[6153]: ipcCreate: /usr/sbin/pam_auth: (1) 
> > Operation not permitted
> > Oct 10 06:44:30 proxy squid[6148]: Unlinkd pipe opened on FD 16
> > Oct 10 06:44:30 proxy squid[6148]: Swap maxSize 102400 KB, estimated 
> > 7876 objects
> > Oct 10 06:44:30 proxy squid[6148]: Target number of buckets: 393
> > Oct 10 06:44:30 proxy squid[6148]: Using 8192 Store buckets
> > Oct 10 06:44:30 proxy squid[6148]: Max Mem  size: 8192 KB
> > Oct 10 06:44:30 proxy squid[6148]: Max Swap size: 102400 KB
> > Oct 10 06:44:30 proxy squid[6148]: Local cache digest enabled; 
> > rebuild/rewrite every 3600/3600 sec
> > Oct 10 06:44:30 proxy squid[6148]: Rebuilding storage in 
> > /var/cache/squid (DIRTY)
> > Oct 10 06:44:30 proxy squid[6148]: Using Least Load store dir selection
> > Oct 10 06:44:30 proxy squid[6148]: Set Current Directory to 
> > /var/cache/squid
> > Oct 10 06:44:30 proxy squid[6148]: Loaded Icons.
> > Oct 10 06:44:30 proxy squid[6148]: Accepting HTTP connections at 
> > 0.0.0.0, port 3128, FD 18.
> > Oct 10 06:44:30 proxy squid[6148]: Accepting ICP messages at 0.0.0.0, 
> > port 3130, FD 19.
> > Oct 10 06:44:30 proxy squid[6148]: HTCP Disabled.
> > Oct 10 06:44:30 proxy squid[6148]: Accepting SNMP messages on port 
> > 3401, FD 20.
> > Oct 10 06:44:30 proxy squid[6148]: WCCP Disabled.
> > Oct 10 06:44:30 proxy squid[6148]: Ready to serve requests.
> > Oct 10 06:44:30 proxy squid[6148]: WARNING: basicauthenticator #1 (FD 
> > 8) exited
> > Oct 10 06:44:30 proxy squid[6148]: WARNING: basicauthenticator #2 (FD 
> > 9) exited
> > Oct 10 06:44:30 proxy squid[6148]: WARNING: basicauthenticator #3 (FD 
> > 10) exited
> > Oct 10 06:44:30 proxy squid[6148]: Too few basicauthenticator 
> > processes are running
> > Oct 10 06:44:30 proxy squid[6148]: The basicauthenticator helpers are 
> > crashing too rapidly, need help!
> > Oct 10 06:44:30 proxy squid[6114]: Squid Parent: child process 6148 
> > exited due to signal 6
> > Oct 10 06:44:30 proxy squid[6114]: Exiting due to repeated, frequent 
> > failures
> >  
> > tsk.
> >
> > ------------------------------------------------------------------------
> > Do you Yahoo!?
> > Everyone is raving about the all-new Yahoo! Mail. 
> > <http://us.rd.yahoo.com/evt=42297/*http://advision.webevents.yahoo.com/mailbeta> 
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > Linux-sunucu mailing list
> > Linux-sunucu@liste.linux.org.tr
> > http://liste.linux.org.tr/mailman/listinfo/linux-sunucu
> >   
> 



Reply to: