{% extends 'squid/auth/base.html' %} {% block title %}Local User Authentication{% endblock %} {% block page_comment %}
Local user authentication allows administrator to create a predefined list of users and passwords for this proxy. When a user tries to connect, a popup is presented with request to enter user credentials. Squid verifies the validity of provided credentials and allows or denies web access. This method of authentication is common in small networks with limited number of users.
{% endblock %} {% block base_contents %}