Skip to content

Commit

Permalink
xml template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 15, 2018
1 parent a619a2e commit 406e6dc
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions tools/generate-midpoint-users-xml-example-template.xml
@@ -1,22 +1,12 @@
<user>
<name>u%%ID%%</name>
<assignment>
<targetRef oid="6405947a-be0f-11e5-8071-9fd947317f91" type="RoleType"/>
</assignment>
<givenName>%%GIVEN_NAME%%</givenName>
<familyName>%%FAMILY_NAME%%</familyName>
<fullName>%%GIVEN_NAME%% %%FAMILY_NAME%% (%%ID%%)</fullName>
<employeeNumber>E%%ID%%</employeeNumber>
<activation>
<administrativeStatus>enabled</administrativeStatus>
</activation>
<credentials>
<password>
<value>
<clearValue>qwe.%%ID%%</clearValue>
</value>
</password>
</credentials>
<fullName>%%GIVEN_NAME%% %%FAMILY_NAME%% (%%ID%%)</fullName>
<givenName>%%GIVEN_NAME%%</givenName>
<familyName>%%FAMILY_NAME%%</familyName>
<employeeNumber>E%%ID%%</employeeNumber>
</user>


0 comments on commit 406e6dc

Please sign in to comment.