Branch: Tag:

2001-04-18

2001-04-18 20:54:25 by Johan Schön <js@opera.com>

Authentification -> Authentication

Rev: server/etc/modules/RoxenRPC.pmod/Server.pike:1.18
Rev: server/modules/examples/location.pike:1.4
Rev: server/modules/ldap/ldapuserauth.pike:1.25

2:   inherit "module";   // All roxen modules must inherit module.pike    - constant cvs_version = "$Id: location.pike,v 1.3 2000/08/28 12:28:52 jhs Exp $"; + constant cvs_version = "$Id: location.pike,v 1.4 2001/04/18 20:54:25 js Exp $";   constant module_type = MODULE_LOCATION;   constant module_name = "RefDoc for MODULE_LOCATION";   constant module_doc = "This module does nothing, but its inlined "
107:   //!   //! <tt>uid</tt> is an integer containing the user id of this file. It   //! will be correlated with the information from the current - //! authentification type module, and used by the CGI executable + //! authentication type module, and used by the CGI executable   //! support module to start CGI scripts as the correct user. It is   //! only necessary for location modules that provide access to a real   //! file system and that implement the <ref>real_file()</ref> method.