summaryrefslogtreecommitdiff
path: root/docs/services/webproxy.rst
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-28 21:26:03 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-28 21:26:14 +0100
commita71cdcec33caaeb9e9667d66e8248de1a47122a8 (patch)
tree337f7e40535f675f4319db39f3d3ca6ac31a8406 /docs/services/webproxy.rst
parentc4eaab5a8a3785a84cdcb09ce56757344d1647d0 (diff)
downloadvyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.tar.gz
vyos-documentation-a71cdcec33caaeb9e9667d66e8248de1a47122a8.zip
docs: remove all trailing whitespaces
Done via: $ find . -name "*.rst" | xargs sed -i 's/[ \t]*$//'
Diffstat (limited to 'docs/services/webproxy.rst')
-rw-r--r--docs/services/webproxy.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/services/webproxy.rst b/docs/services/webproxy.rst
index 8aca0b85..eaccc4df 100644
--- a/docs/services/webproxy.rst
+++ b/docs/services/webproxy.rst
@@ -105,9 +105,9 @@ Directory as authentication backend. Queries are done via LDAP.
listen-address 192.168.188.103 {
disable-transparent
}
-
+
* ``base-dn`` set the base directory for the search
-* ``bind-dn`` and ``password``: set the user, which is used for the ldap search
+* ``bind-dn`` and ``password``: set the user, which is used for the ldap search
* ``filter-expression``: set the exact filter which a authorized user match in a ldap-search. In this example every User is able to authorized.
You can find more about the ldap authentication `here <http://www.squid-cache.org/Versions/v3/3.2/manuals/basic_ldap_auth.html>`_