airpwn / sams2

Automatically exported from code.google.com/p/sams2
GNU General Public License v2.0
0 stars 0 forks source link

(Trac:524) Invalid Proxy Auth ACL 'acl Sams2Template2 proxy_auth ' #517

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
(Trac:524) Originaly reported by first-leon <first-leon@yandex.ru> on 
2010-10-02 19:48:23

Собрал самс (886). Debian Squeeze AMD64.
Метод авторизации Active Directory.
Добавил пользователей из Active Directory.
При старте squid ругается:

Restarting Squid HTTP proxy: squid2010/10/02 22:44:37| Invalid Proxy Auth ACL 
'acl Sams2Template2 proxy_auth ' because no authentication schemes are fully 
configured.
FATAL: Bungled squid.conf line 602: acl Sams2Template2 proxy_auth
Squid Cache (Version 2.7.STABLE9): Terminated abnormally.
 failed!

Руками в конфиг не лез.

Original issue reported on code.google.com by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by blaze@nixdev.net on 2010-10-05 08:29:37:

Еще раз, тоже самое, но на свеже 
установленном самсе (889). В конфиге сквида 
ничего не правил:

{{{g-deb-virt-02:/etc/init.d# /etc/init.d/squid restart
Restarting Squid HTTP proxy: squid2010/10/05 11:17:49| Invalid Proxy Auth ACL 
'acl Sams2Template2 proxy_auth cit-ag' because no authentication schemes are 
fully configured.
FATAL: Bungled squid.conf line 602: acl Sams2Template2 proxy_auth cit-ag
Squid Cache (Version 2.7.STABLE9): Terminated abnormally.
 failed!
g-deb-virt-02:/etc/init.d# }}}

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16

GoogleCodeExporter commented 9 years ago
Commented by chemerik@mail.ru on 2010-10-08 08:43:02:

>> Invalid Proxy Auth ACL 'acl Sams2Template2 proxy_auth cit-ag'
>> because no authentication schemes are fully configured

Ошибка говорит что в squid.conf не 
сконфигурирована авторизация 
пользователей

>> В конфиге сквида ничего не правил: 

Нужно в конфиге squid настроить авторизацию 
пользователей в домене:

auth_param ntlm program /path/to/ntlm_auth --helper-protocol=squid-2.5-ntlmssp
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param basic program /path/to/ntlm_auth --helper-protocol=squid-2.5-basic
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours

подробнее читаем здесь:

http://sams.perm.ru/doc/ru/samba3.html

Original comment by bl...@nixdev.net on 5 Jun 2011 at 8:16