diff --git a/content/ldap-auth.rst b/content/ldap-auth.rst index b9f50923266177b45ce55c4e73cbaaa1ee38df44..ce87863d6bfaeac052da6f19df86ff31bb58f9dd 100644 --- a/content/ldap-auth.rst +++ b/content/ldap-auth.rst @@ -27,7 +27,7 @@ I ended up creating a small service in Python with Flask and `Flask-SimpleLDAP <https://flask-simpleldap.readthedocs.io/>`_. The service exposes just a single endpoint ``/validate`` which returns a 200 code when basic authentication succeeds or a 401 code when it fails. Authentication uses the LDAP server over -the Unix socket as I wanted. It can easily integrated with Nginx using the +the Unix socket as I wanted. It can be easily integrated with Nginx using the `auth_request directive <http://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request>`_. An example can be seen `here diff --git a/content/spam-me-notifications.rst b/content/spam-me-notifications.rst index 73dc4849adbffc0366795b8a8eafd56d4c872c68..be3d6355199714c2affa54b645d65401c5df4854 100644 --- a/content/spam-me-notifications.rst +++ b/content/spam-me-notifications.rst @@ -2,7 +2,7 @@ Spam me - Update #2 =================== :date: 2021-05-10 -:summary: Another update the spam ma page. +:summary: Another update on the spam me page. Previously `I wrote <../spam_me/>`_ about the `spam me page <https://www.shore.co.il/spam>`_ and later an `update <../spam-me-update>`_ on