Skip to content

Commit

Permalink
Initial objects conf update
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Nov 9, 2018
1 parent 1c069c5 commit d67a76e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 6 deletions.
4 changes: 4 additions & 0 deletions config/initial-objects/000-system-configuration.xml
Expand Up @@ -157,5 +157,9 @@
<color>purple</color>
<authorization>http://midpoint.evolveum.com/xml/ns/public/security/authorization-ui-3#resources</authorization>
</userDashboardLink>
<enableExperimentalFeatures>true</enableExperimentalFeatures>
</adminGuiConfiguration>
<internals>
<enableExperimentalCode>true</enableExperimentalCode>
</internals>
</systemConfiguration>
1 change: 0 additions & 1 deletion config/initial-objects/010-value-policy.xml
Expand Up @@ -51,5 +51,4 @@
<!-- </limit> -->
</limitations>
</stringPolicy>
<minOccurs>0</minOccurs>
</valuePolicy>
3 changes: 2 additions & 1 deletion config/initial-objects/015-security-policy.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2014-2016 Evolveum
~ Copyright (c) 2014-2018 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
Expand All @@ -20,6 +20,7 @@
<name>Default Security Policy</name>
<credentials>
<password>
<minOccurs>0</minOccurs>
<lockoutMaxFailedAttempts>3</lockoutMaxFailedAttempts>
<lockoutFailedAttemptsDuration>PT3M</lockoutFailedAttemptsDuration>
<lockoutDuration>PT15M</lockoutDuration>
Expand Down
4 changes: 2 additions & 2 deletions config/initial-objects/040-role-enduser.xml
Expand Up @@ -150,14 +150,14 @@
</object>
</authorization>
<authorization>
<name>assignment-target-read</name>
<name>assignment-target-get</name>
<description>
Authorization that allows to read all the object that are possible assignment targets. We want that
to display the targets in the selection windows.
Note that this authorization may be too broad for production use. Normally it should be limited to just
selected properties such as name and description.
</description>
<action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#read</action>
<action>http://midpoint.evolveum.com/xml/ns/public/security/authorization-model-3#get</action>
<object>
<type>OrgType</type>
</object>
Expand Down
10 changes: 9 additions & 1 deletion config/initial-objects/200-lookup-languages.xml
Expand Up @@ -65,9 +65,17 @@
<key>it</key>
<label>Italiano</label>
</row>
<row>
<key>ja</key>
<label>日本語</label>
</row>
<row>
<key>lt</key>
<label>Lietuviškai</label>
</row>
<row>
<key>pl</key>
<label>Język polski</label>
<label>Polski</label>
</row>
<row>
<key>pt_BR</key>
Expand Down
10 changes: 9 additions & 1 deletion config/initial-objects/210-lookup-locales.xml
Expand Up @@ -56,9 +56,17 @@
<key>it</key>
<label>Italiano</label>
</row>
<row>
<key>ja</key>
<label>日本語</label>
</row>
<row>
<key>lt</key>
<label>Lietuviškai</label>
</row>
<row>
<key>pl</key>
<label>Język polski</label>
<label>Polski</label>
</row>
<row>
<key>pt_BR</key>
Expand Down

0 comments on commit d67a76e

Please sign in to comment.