Skip to content

Commit

Permalink
Added a sample used in manual tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Apr 14, 2015
1 parent 28ea42d commit fdd0cfd
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions samples/objects/user-jack-with-password-no-oid.xml
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2010-2015 Evolveum
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<!-- Simple user definition -->
<!--
Used for test scenarios related to import from file (http://wiki.evolveum.com/display/midPoint/Test+Scenarios)
so please do not edit unless you know what you are doing.
-->

<user xmlns:t="http://prism.evolveum.com/xml/ns/public/types-3"
xmlns='http://midpoint.evolveum.com/xml/ns/public/common/common-3'>
<name>jack1</name>
<fullName>Cpt. Jack Sparrow</fullName>
<givenName>Jack</givenName>
<familyName>Sparrow</familyName>
<honorificPrefix>Cpt.</honorificPrefix>
<credentials><password><value><t:clearValue>a123456</t:clearValue></value></password></credentials>
</user>

0 comments on commit fdd0cfd

Please sign in to comment.