You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ro...@hyperreal.org on 1999/08/09 00:45:11 UTC

cvs commit: apache-1.3/src Configuration.tmpl

ronald      99/08/08 15:45:11

  Modified:    src      Configuration.tmpl
  Log:
  Aargh - forgot the note about needing the truerand library for mod_auth_digest
  
  Revision  Changes    Path
  1.119     +5 -1      apache-1.3/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/Configuration.tmpl,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- Configuration.tmpl	1999/08/08 22:37:14	1.118
  +++ Configuration.tmpl	1999/08/08 22:45:10	1.119
  @@ -325,7 +325,11 @@
   ## "digest" implements HTTP Digest Authentication rather than the less 
   ## secure Basic Auth used by the other modules. This is an updated
   ## version of mod_digest, but it is not well tested and is therefore
  -## marked experimental
  +## marked experimental.
  +## Note: if you add this module in then you might also need the
  +## truerand library (available for example from
  +## ftp://research.att.com/dist/mab/librand.shar) - see the Rule
  +## DEV_RANDOM above for more info.
   
   # AddModule modules/experimental/mod_auth_digest.o