Squid User-Auth

prof.h.meier

prof.h.meier

Mitglied
Hola,
wer verrät mir wie ich beim squid die benutzer_auth hin bekomme. habe Pam eingebunden:
*****************
/etc/pam.d/squid>
#%PAM-1.0
auth required /lib/security/pam_unix.so
account required /lib/security/pam_unix.so
*******************
squid.conf>
authenticate_program /usr/lib/squid/pam_auth
authenticate_children 5
acl QUERY urlpath_regex cgi-bin \?
acl all src 0.0.0.0/0.0.0.0
acl passwd proxy_auth REQUIRED
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl localnet src 192.168.0.0/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 80 443 563 1025-65535
acl CONNECT method CONNECT
http_access allow passwd
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny all
http_access allow localhost passwd
no_cache deny QUERY
*************************
Wie bekomme ich nun ne User_Auth hin? Ein INET_User mit Shell = /bin/false existiert bereits,

DAnke für eure Hilfe,
 

Ähnliche Themen

Zugriff Ubuntu 16.04. auf Freigabe 18.04. LTS nicht möglich

Ubuntu 14.04 Squid3 zum Webseiten sperren

Squid als RPCoHTTPS Proxy für Outlook Anywhere

Squid proxy für rpc over https

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Zurück
Oben