diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-07-31 09:42:50 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2012-07-31 09:42:50 +0000 |
commit | 0c8d5f034c6f05cc43655c187544128e404dceb4 (patch) | |
tree | 55cda97cfdda6c7b93b13de13e7fd1ceca7657cb /BKULocal/src/main/resources/at/gv/egiz | |
parent | 897090a42d85608662ac293acf4e9ba79c796aae (diff) | |
download | mocca-0c8d5f034c6f05cc43655c187544128e404dceb4.tar.gz mocca-0c8d5f034c6f05cc43655c187544128e404dceb4.tar.bz2 mocca-0c8d5f034c6f05cc43655c187544128e404dceb4.zip |
whitespace
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1121 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal/src/main/resources/at/gv/egiz')
-rw-r--r-- | BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/accessControlConfig.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/accessControlConfig.xml b/BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/accessControlConfig.xml index 7f2eb7de..1dba8aa1 100644 --- a/BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/accessControlConfig.xml +++ b/BKULocal/src/main/resources/at/gv/egiz/bku/local/conf/accessControlConfig.xml @@ -74,17 +74,17 @@ <UserInteraction>confirm</UserInteraction> </Rule> <Rule Id="cmd-rule-localhost"> - <AuthClass>anonymous</AuthClass> - <IPv4Address>127.0.0.1</IPv4Address> - <Command Name="Infobox.*"> - <Param Name="InfoboxIdentifier">IdentityLink</Param> - <Param Name="PersonIdentifier">derived</Param> - </Command> - <Action> - <RuleAction>allow</RuleAction> - </Action> - <UserInteraction>confirm</UserInteraction> - </Rule> + <AuthClass>anonymous</AuthClass> + <IPv4Address>127.0.0.1</IPv4Address> + <Command Name="Infobox.*"> + <Param Name="InfoboxIdentifier">IdentityLink</Param> + <Param Name="PersonIdentifier">derived</Param> + </Command> + <Action> + <RuleAction>allow</RuleAction> + </Action> + <UserInteraction>confirm</UserInteraction> + </Rule> <Rule Id="cmd-rule-2"> <AuthClass>anonymous</AuthClass> <Command Name="Infobox.*"> |