seade 2003/08/25 23:18:02 Modified: xdocs/services torque-security-service.xml Log: Updated torque site url. Mentioned a couple of additional properties. Revision Changes Path 1.4 +24 -2 jakarta-turbine-2/xdocs/services/torque-security-service.xml Index: torque-security-service.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-2/xdocs/services/torque-security-service.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- torque-security-service.xml 20 Aug 2003 09:47:14 -0000 1.3 +++ torque-security-service.xml 26 Aug 2003 06:18:02 -0000 1.4 @@ -12,7 +12,7 @@ <p> This is an implementation of a Security Service which uses <a -href="http://jakarta.apache.org/turbine/torque/">Torque</a> generated +href="http://db.apache.org/torque/">Torque</a> generated peers to access the required security information. </p> @@ -25,8 +25,30 @@ </section> -<section name="Using the supplied Peer classes"> +<section name="Configuring the Security Service"> +<p> +You need to configure Turbine to use the Torque Security Service: +</p> +<source><![CDATA[ +services.SecurityService.classname = org.apache.turbine.services.security.torque.TorqueSecurityService +]]></source> + +<p> +You must also tell the Security Service to use the Torque UserManager +implementation: +</p> +<source><![CDATA[ +services.SecurityService.user.manager = org.apache.turbine.services.security.torque.TorqueUserManager +]]></source> +<p> +See the <a href="/services/security-service.html">Security Service</a> page +for details of these and other properties that may also need to be configured. +</p> + +</section> + +<section name="Using the supplied Peer classes"> <p> When you start with the Security Service, you should use the Turbine supplied Peer classes to familiarize yourself with the workings of the
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
