smb auth fehler

hobby

#man women
hallo, ich habe versucht für squid einen auth zu realisieren, nach dieser anleitung , allerdings meckert squid beim neustart folgendes:

Code:
server# /usr/local/sbin/squid -k reconfigure
2004/12/14 01:25:53| parseConfigFile: line 38 unrecognized: 'authenticate_program /usr/local/bin/smb_auth -W matrix -S /usr/local/etc/squid/proxyauth'
2004/12/14 01:25:53| aclParseAclLine: IGNORING: Proxy Auth ACL 'acl domainusers proxy_auth REQUIRED' because no authentication schemes are fully configured.
2004/12/14 01:25:53| aclParseAclLine: IGNORING invalid ACL: acl domainusers proxy_auth REQUIRED
2004/12/14 01:25:53| squid.conf line 40: http_access allow domainusers
2004/12/14 01:25:53| aclParseAccessLine: ACL name 'domainusers' not found.
2004/12/14 01:25:53| squid.conf line 40: http_access allow domainusers
2004/12/14 01:25:53| aclParseAccessLine: Access line contains no ACL's, skipping
server#

da ich keine domain anmeldung betreibe, habe ich einfach dort wo die squid.conf ist die "proxyauth" mit dem inhalt "allow" angelegt..

wenn ich zB smb_auth von hand test, passiert "NIX":

Code:
server# /usr/local/bin/smb_auth -W matrix -S /usr/local/etc/squid/
mehr passiert dabei nicht.

nach sehr laaaaanger (!!!!) google recherche bin ich auf diesen kommentar gestoßen...

jedoch habe ich leider die default conf nedde und ausserdem finde ich in den FAQs keinen hinweis zu explizit dem problem..

:-(

kann jemand helfen? wäre wirklich nett!

oder eine andere funktionierende alternative???

FreeBSD 5.3-RELEASE-p2
samba-3.0.9,1
smb_auth-0.05_1
squid-2.5.7_3

und hier meine squid.conf:
Code:
http_port 10.0.0.1:8080

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy  on
httpd_accel_uses_host_header on



cache_mgr hobby2k@web.de

acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http

acl CONNECT method CONNECT

acl NETZ src 10.0.0.0/24

#manche domains werden gesperrt...
#neuste Blacklist unter:
#http://www.squidguard.org/blacklist/
acl DOMAIN url_regex "/usr/local/squid/blacklists"

# SMB auth fuer user auth mit smb konten
authenticate_program /usr/local/bin/smb_auth -W matrix -S /usr/local/etc/squid/p
roxyauth
acl domainusers proxy_auth REQUIRED
http_access allow domainusers


http_access deny DOMAIN
http_access allow NETZ
http_access deny all

freue mich über jede antwort!!!!!!!!!
 
Zurück
Oben