diff options
-rw-r--r-- | ldap2.adoci | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ldap2.adoci b/ldap2.adoci index 148bacb..76ee056 100644 --- a/ldap2.adoci +++ b/ldap2.adoci @@ -50,8 +50,9 @@ of 'mod_auth_ldap': This document refers to the 2.0 version of Apache httpd, which is no longer maintained. Upgrade, and refer to the current version of httpd instead, documented at [...] Following the given link and browsing to 'Authentication and Authorization' -suggests us another module (that we luckily have): 'mod_authnz_ldap' which we -can successfully activate by issuing the following command and then restarting Apache. +suggests us another module (which we have): 'mod_authnz_ldap' which we can +successfully activate by issuing the following command and then restarting +Apache. $ sudo a2enmod authnz_ldap |