- From: Bertrand Lupart <bertrand AT cvs.caudiumforge.net>
- To: caudium-commits AT caudium.net
- Subject: CVS: caudium/server/modules/filesystems userfs.pike,1.27,1.28
- Date: Thu, 22 Jul 2004 10:00:46 +0200
Update of /cvs/caudium/caudium/server/modules/filesystems
In directory cvs.caudiumforge.net:/tmp/cvs-serv30713
Modified Files:
userfs.pike
Log Message:
Typo that should prevent user FS from working.
User FS still don't work for me (tm).
Index: userfs.pike
===================================================================
RCS file: /cvs/caudium/caudium/server/modules/filesystems/userfs.pike,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- userfs.pike 1 Jan 2004 04:14:01 -0000 1.27
+++ userfs.pike 22 Jul 2004 08:00:43 -0000 1.28
@@ -28,7 +28,7 @@
//! is quite useful for IPPs, enabling them to have URLs like
http://www.hostname.of.provider/customer/.
//! inherits: filesystem
//! type: MODULE_LOCATION
-//! cvs_version: $Id: userfs.pike,v 1.27 2004/01/01 04:14:01 grendel Exp $
+//! cvs_version: $Id: userfs.pike,v 1.28 2004/07/22 08:00:43 bertrand Exp $
//
// User filesystem. Uses the userdatabase (and thus the system passwd
// database) to find the home-dir of users, and then looks in a
@@ -50,7 +50,7 @@
inherit "filesystem" : filesystem;
-constant cvs_version="$Id: userfs.pike,v 1.27 2004/01/01 04:14:01 grendel
Exp $";
+constant cvs_version="$Id: userfs.pike,v 1.28 2004/07/22 08:00:43 bertrand
Exp $";
constant module_type = MODULE_LOCATION;
constant module_name = "User Filesystem";
constant module_doc = "User filesystem. Uses the userdatabase (and thus the
system passwd "
@@ -789,7 +789,7 @@
{
mapping us;
array st;
- if(id->config->auth_module)
+ if(id->conf->auth_module)
us = id->conf->auth_module->user_info( u );
if(query("homedir"))
{
- CVS: caudium/server/modules/filesystems userfs.pike,1.27,1.28, Bertrand Lupart
Archive powered by MhonArc 2.6.10.