Well, I 'm working now to the authentication framework to work in the same way that external acls, with names. For example:
auth_param auth1 basic program /blah/blah/bin ... auth_param auth2 ntlm program /blah/blah/bin2 ... acl pass1 proxy_auth auth1 REQUIRED acl pass2 proxy_auth auth2 REQUIRED acl msn browser -i messenger acl ie browser -i explorer http_access allow msn pass1 http_access allow ie pass2 This is because (in this example) msn is not working with ntlm auth and i need that msn auth. against a basic authentication. I want to hear comments about this... -- Diego Woitasen LUGAR
