Здравствуйте.
Такая проблема (знаю, что тут она часто поднималась, но найти ответ я не смог) есть FreeBSd 6.3 на ней Samba и Squid и Windows 2003. Хочу авторизовывать в squide пользователей из AD.
Машина в домен вошла.
wbinfo -t ответил что
checking the trust secret via RPC calls succeeded.
Аутентификация в домене проходит.
А вот Squid юзеров в инет не пускает. Спрашивает логин и пароль, но их не принимает хоть ты тресни.
samba# cat /usr/local/etc/squid/squid.conf
http_port 192.168.3.221:8080
cache_mem 64 MB
cache_dir ufs /usr/local/squid/cache 4096 16 256
cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/cache.log
cache_store_log /usr/local/squid/logs/store.log
acl all src 0.0.0.0/0.0.0.0
dns_nameservers 192.168.3.10
auth_param ntlm program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp --require-membership-of="DOMAIN\\internetuser"
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm use_ntlm_negotiate off
auth_param basic program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-basic --require-membership-of="DOMAIN\\Internetusers"
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic basic credentialsttl 2 hours
auth_param basic basic casesensitive off
acl DOMAIN proxy_auth REQUIRED
http_access allow DOMAIN
http_access deny all
cache_effective_user squid
cache_effective_group squid
при запуске squid пишет
2008/03/24 16:37:04| unrecognised ntlm auth scheme parameter 'max_challenge_reuses'
2008/03/24 16:37:04| unrecognised ntlm auth scheme parameter 'max_challenge_lifetime'
2008/03/24 16:37:04| unrecognised ntlm auth scheme parameter 'use_ntlm_negotiate'
2008/03/24 16:37:04| unrecognised basic auth scheme parameter 'basic'
2008/03/24 16:37:04| unrecognised basic auth scheme parameter 'basic'
Может кто сталкивался помогите плиз.
Такая проблема (знаю, что тут она часто поднималась, но найти ответ я не смог) есть FreeBSd 6.3 на ней Samba и Squid и Windows 2003. Хочу авторизовывать в squide пользователей из AD.
Машина в домен вошла.
wbinfo -t ответил что
checking the trust secret via RPC calls succeeded.
Аутентификация в домене проходит.
А вот Squid юзеров в инет не пускает. Спрашивает логин и пароль, но их не принимает хоть ты тресни.
samba# cat /usr/local/etc/squid/squid.conf
http_port 192.168.3.221:8080
cache_mem 64 MB
cache_dir ufs /usr/local/squid/cache 4096 16 256
cache_access_log /usr/local/squid/logs/access.log
cache_log /usr/local/squid/cache.log
cache_store_log /usr/local/squid/logs/store.log
acl all src 0.0.0.0/0.0.0.0
dns_nameservers 192.168.3.10
auth_param ntlm program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp --require-membership-of="DOMAIN\\internetuser"
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm use_ntlm_negotiate off
auth_param basic program /usr/local/bin/ntlm_auth --helper-protocol=squid-2.5-basic --require-membership-of="DOMAIN\\Internetusers"
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic basic credentialsttl 2 hours
auth_param basic basic casesensitive off
acl DOMAIN proxy_auth REQUIRED
http_access allow DOMAIN
http_access deny all
cache_effective_user squid
cache_effective_group squid
при запуске squid пишет
2008/03/24 16:37:04| unrecognised ntlm auth scheme parameter 'max_challenge_reuses'
2008/03/24 16:37:04| unrecognised ntlm auth scheme parameter 'max_challenge_lifetime'
2008/03/24 16:37:04| unrecognised ntlm auth scheme parameter 'use_ntlm_negotiate'
2008/03/24 16:37:04| unrecognised basic auth scheme parameter 'basic'
2008/03/24 16:37:04| unrecognised basic auth scheme parameter 'basic'
Может кто сталкивался помогите плиз.