]> ToastFreeware Gitweb - toast/tdyndns.git/blobdiff - doc/apache2.txt
The password is not a parameter of the apache configuration.
[toast/tdyndns.git] / doc / apache2.txt
index 79563e249d1e0fe72780f970c5d108d574b151db..feffbd2ce29c4564e550bc4cc5f68b01e8972299 100644 (file)
@@ -38,7 +38,8 @@
 
 As an example for an non-standard authorization method, we provided the script
 tdyndns_auth_simplepwd that just checks whether the user is present in the
-system and whether a certain password is given:
+system and whether a certain password is given (supplied via "AuthExternalContext"
+below):
 
 <VirtualHost *:80>
   ServerName dyndns.example.com
@@ -59,6 +60,7 @@ system and whether a certain password is given:
       AuthType Basic
       AuthBasicProvider external
       AuthExternal tdyndnsauth
+      AuthExternalContext hygCithOrs5
       AuthName "tdyndns authorization"
       Require valid-user
   </Directory>