Browse CVS Repository
Contents of /pal/pal-portal/portal/patches/etc/sql/populate-db-default.sql
Parent Directory
| Revision Log
| Revision Graph
Revision 1.1 -
( show annotations)
( download)
Tue Nov 14 22:05:37 2006 UTC
(17 years, 3 months ago)
by shinsuke
Branch: MAIN
CVS Tags: RELEASE-1_0_BETA3, RELEASE-1_0_BETA4
psml files are managed by build properties
| 1 |
Index: etc/sql/populate-db-default.sql |
| 2 |
=================================================================== |
| 3 |
--- etc/sql/populate-db-default.sql (リビジョン 474669) |
| 4 |
+++ etc/sql/populate-db-default.sql (作業コピー) |
| 5 |
@@ -429,7 +429,7 @@ |
| 6 |
'Resolves pages based on the clients remote IP address.'); |
| 7 |
insert into RULE_CRITERION values ('60', 'ip-address', 0, 'ip', 'ip', null, 0); |
| 8 |
|
| 9 |
-insert into PRINCIPAL_RULE_ASSOC values ( 'guest', 'page', 'j2' ); |
| 10 |
+insert into PRINCIPAL_RULE_ASSOC values ( 'guest', 'page', 'user-role-fallback' ); |
| 11 |
insert into PRINCIPAL_RULE_ASSOC values ( 'jetspeed', 'page', 'role-fallback' ); |
| 12 |
insert into PRINCIPAL_RULE_ASSOC values ( 'jetspeed', 'menu', 'role-group' ); |
| 13 |
insert into PRINCIPAL_RULE_ASSOC values ( 'user', 'page', 'j2' ); |
| |