[Catalyst-commits] r7657 - / trunk/examples/NewAuthApp

zarquon at dev.catalyst.perl.org zarquon at dev.catalyst.perl.org
Wed Apr 30 13:01:27 BST 2008


Author: zarquon
Date: 2008-04-30 13:01:27 +0100 (Wed, 30 Apr 2008)
New Revision: 7657

Added:
   trunk/examples/NewAuthApp/newauthapp_minimal_store.conf
Modified:
   /
   trunk/examples/NewAuthApp/newauthapp.conf
Log:
 r13014 at zaphod:  kd | 2008-04-30 21:37:54 +1000
 preparing for multiple auth store config files



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13000
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909
   + 1b129c88-ebf4-0310-add9-f09427935aba:/local/catalyst:4278
1c72fc7c-9ce4-42af-bf25-3bfe470ff1e8:/local/Catalyst:13014
3b9770f9-e80c-0410-a7de-cd203d167417:/local/catalyst:3514
dd8ad9ea-0304-0410-a433-df5f223e7bc0:/local/Catalyst:6909

Modified: trunk/examples/NewAuthApp/newauthapp.conf
===================================================================
--- trunk/examples/NewAuthApp/newauthapp.conf	2008-04-30 10:47:35 UTC (rev 7656)
+++ trunk/examples/NewAuthApp/newauthapp.conf	2008-04-30 12:01:27 UTC (rev 7657)
@@ -1,30 +1 @@
-name NewAuthApp
-admin me at example.com
-<Plugin::Authentication>
-    <realms>
-        <members>
-            <store>
-                class   Minimal
-                <users>
-                    <bob>
-                        roles   user
-                        roles   admin
-                        password   bob
-                    </bob>
-                    <bill>
-                        roles   user
-                        password   bill
-                    </bill>
-                </users>
-            </store>
-            <credential>
-                password_field   password
-                password_type   clear
-                password_hash_type   SHA-1
-                class   Password
-            </credential>
-        </members>
-    </realms>
-    use_session   1
-    default_realm   members
-</Plugin::Authentication>
+link newauthapp_minimal_store.conf
\ No newline at end of file


Property changes on: trunk/examples/NewAuthApp/newauthapp.conf
___________________________________________________________________
Name: svn:special
   + *

Added: trunk/examples/NewAuthApp/newauthapp_minimal_store.conf
===================================================================
--- trunk/examples/NewAuthApp/newauthapp_minimal_store.conf	                        (rev 0)
+++ trunk/examples/NewAuthApp/newauthapp_minimal_store.conf	2008-04-30 12:01:27 UTC (rev 7657)
@@ -0,0 +1,30 @@
+name NewAuthApp
+admin me at example.com
+<Plugin::Authentication>
+    <realms>
+        <members>
+            <store>
+                class   Minimal
+                <users>
+                    <bob>
+                        roles   user
+                        roles   admin
+                        password   bob
+                    </bob>
+                    <bill>
+                        roles   user
+                        password   bill
+                    </bill>
+                </users>
+            </store>
+            <credential>
+                password_field   password
+                password_type   clear
+                password_hash_type   SHA-1
+                class   Password
+            </credential>
+        </members>
+    </realms>
+    use_session   1
+    default_realm   members
+</Plugin::Authentication>




More information about the Catalyst-commits mailing list