mpoeschl 01/06/26 17:35:51
Modified: conf TurbineResources.properties
conf/master TurbineResources.master
Log:
use generated TurbineUserPeer
Revision Changes Path
1.120 +3 -3 jakarta-turbine/conf/TurbineResources.properties
Index: TurbineResources.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine/conf/TurbineResources.properties,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- TurbineResources.properties 2001/06/19 23:58:00 1.119
+++ TurbineResources.properties 2001/06/27 00:35:48 1.120
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------
-# $Id: TurbineResources.properties,v 1.119 2001/06/19 23:58:00 jvanzyl Exp $
+# $Id: TurbineResources.properties,v 1.120 2001/06/27 00:35:48 mpoeschl Exp $
#
# This is the configuration file for Turbine.
#
@@ -752,9 +752,9 @@
# it's peer class must implement org.apache.turbine.om.security.peer.UserPeer
interface,
# and you need to specify the name of the peer class here.
#
-# Defalut: org.apache.turbine.om.security.peer.TurbineUserPeer
+# Default: org.apache.turbine.om.security.TurbineUserPeer
#
-services.SecurityService.userPeer.class=org.apache.turbine.om.security.peer.TurbineUserPeer
+services.SecurityService.userPeer.class=org.apache.turbine.om.security.TurbineUserPeer
#
# This is the class that implements UserManager interface.
1.85 +3 -3 jakarta-turbine/conf/master/TurbineResources.master
Index: TurbineResources.master
===================================================================
RCS file: /home/cvs/jakarta-turbine/conf/master/TurbineResources.master,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- TurbineResources.master 2001/06/19 23:58:01 1.84
+++ TurbineResources.master 2001/06/27 00:35:50 1.85
@@ -1,5 +1,5 @@
# -------------------------------------------------------------------
-# $Id: TurbineResources.master,v 1.84 2001/06/19 23:58:01 jvanzyl Exp $
+# $Id: TurbineResources.master,v 1.85 2001/06/27 00:35:50 mpoeschl Exp $
#
# This is the configuration file for Turbine.
#
@@ -752,9 +752,9 @@
# it's peer class must implement org.apache.turbine.om.security.peer.UserPeer
interface,
# and you need to specify the name of the peer class here.
#
-# Defalut: org.apache.turbine.om.security.peer.TurbineUserPeer
+# Default: org.apache.turbine.om.security.TurbineUserPeer
#
-services.SecurityService.userPeer.class=org.apache.turbine.om.security.peer.TurbineUserPeer
+services.SecurityService.userPeer.class=org.apache.turbine.om.security.TurbineUserPeer
#
# This is the class that implements UserManager interface.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]