<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hi Peter,</p>
<p>GUI currently cannot use Add projection for other-than-default
intents.</p>
<p>But it's very easy to create a role:</p>
<p>Example 1: role to create default account on resource with given
oid</p>
<p><br>
</p>
<p><role oid="2dfa0d20-3263-11e6-838d-3c970e44b9e2"<br>
xmlns=<a class="moz-txt-link-rfc2396E" href="http://midpoint.evolveum.com/xml/ns/public/common/common-3">"http://midpoint.evolveum.com/xml/ns/public/common/common-3"</a><br>
xmlns:c=<a class="moz-txt-link-rfc2396E" href="http://midpoint.evolveum.com/xml/ns/public/common/common-3">"http://midpoint.evolveum.com/xml/ns/public/common/common-3"</a><br>
xmlns:ri=<a class="moz-txt-link-rfc2396E" href="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3">"http://midpoint.evolveum.com/xml/ns/public/resource/instance-3"</a>><br>
<name>CSV-1 Default account</name><br>
<description><br>
This role assigns CSV-1 (Simulated App 1) resource and
creates a test account.<br>
</description><br>
<inducement><br>
<construction><br>
<!-- The c: prefix in type must be there due to a
JAXB bug --><br>
<resourceRef
oid="10000000-9999-9999-0000-a000ff000002"
type="c:ResourceType"/><br>
<kind>account</kind><br>
</construction><br>
</inducement> <br>
</role><br>
<br>
</p>
<p>Example 2: role to create account with intent test on resource
with given oid</p>
<p><role oid="2dfa0d20-3263-11e6-838d-3c970e44b9e2"<br>
xmlns=<a class="moz-txt-link-rfc2396E" href="http://midpoint.evolveum.com/xml/ns/public/common/common-3">"http://midpoint.evolveum.com/xml/ns/public/common/common-3"</a><br>
xmlns:c=<a class="moz-txt-link-rfc2396E" href="http://midpoint.evolveum.com/xml/ns/public/common/common-3">"http://midpoint.evolveum.com/xml/ns/public/common/common-3"</a><br>
xmlns:ri=<a class="moz-txt-link-rfc2396E" href="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3">"http://midpoint.evolveum.com/xml/ns/public/resource/instance-3"</a>><br>
<name>CSV-1 Tester</name><br>
<description><br>
This role assigns CSV-1 (Simulated App 1) resource and
creates a test account.<br>
</description><br>
<inducement><br>
<construction><br>
<!-- The c: prefix in type must be there due to a
JAXB bug --><br>
<resourceRef
oid="10000000-9999-9999-0000-a000ff000002"
type="c:ResourceType"/><br>
<kind>account</kind><br>
<intent>test</intent><br>
</construction><br>
</inducement> <br>
</role><br>
</p>
<p>Then just add one or both roles to your user in midpoint and the
corresponding account(s) should be created. Just be sure to use
your resource oid and correct intent.<br>
</p>
<p>Regards,</p>
<p>Ivan<br>
</p>
<br>
<div class="moz-cite-prefix">On 03/20/2017 02:26 PM, Peter Healy
wrote:<br>
</div>
<blockquote
cite="mid:CADnbc=wSAc_XV2ttZcU6s6=3F6Ft8c-n343WMKThsPFD+6aU2g@mail.gmail.com"
type="cite">
<div dir="ltr">Hi Pavol,
<div>That works, I modified the resource definition schema
handling to add a "test" intent in addition to "default"</div>
<div><br>
</div>
<div>However, to get the account associated to a Midpoint
account and owner I had to create the shadow on the OpenLDAP
resource itself using LDAP tools and then edited the shadow
definition via the Repository Objects configuration in the UI
to make the intent "test". </div>
<div><br>
</div>
<div>Is there an easier way to do this via the UI only? Can I
set this in the Add Projection Menu for a user instead? </div>
<div><br>
</div>
<div>Thanks again,</div>
<div>Peter<br>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Mar 17, 2017 at 2:30 PM, <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:midpoint-request@lists.evolveum.com"
target="_blank">midpoint-request@lists.evolveum.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">Send
midPoint mailing list submissions to<br>
<a moz-do-not-send="true"
href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web,
visit<br>
<a moz-do-not-send="true"
href="http://lists.evolveum.com/mailman/listinfo/midpoint"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
or, via email, send a message with subject or body
'help' to<br>
<a moz-do-not-send="true"
href="mailto:midpoint-request@lists.evolveum.com">midpoint-request@lists.<wbr>evolveum.com</a><br>
<br>
You can reach the person managing the list at<br>
<a moz-do-not-send="true"
href="mailto:midpoint-owner@lists.evolveum.com">midpoint-owner@lists.evolveum.<wbr>com</a><br>
<br>
When replying, please edit your Subject line so it is
more specific<br>
than "Re: Contents of midPoint digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. association from single value attribute<br>
(Oskar Butovič - AMI Praha a.s.)<br>
2. Add a second LDAP account to resource for user
(Error:<br>
already contains account of type 'default' on
resource) (Peter Healy)<br>
3. Re: Add a second LDAP account to resource for user
(Error:<br>
already contains account of type 'default' on
resource)<br>
(Pavol Mederly)<br>
4. Re: API Call or Bulk Action to Add Projection on
resource for<br>
Many Users (Peter Healy)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Fri, 17 Mar 2017 15:11:25 +0100<br>
From: Oskar Butovič - AMI Praha a.s. <<a
moz-do-not-send="true"
href="mailto:oskar.butovic@ami.cz">oskar.butovic@ami.cz</a>><br>
To: midPoint General Discussion <<a
moz-do-not-send="true"
href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>><br>
Subject: [midPoint] association from single value
attribute<br>
Message-ID:<br>
<CAE8MtZAvNM0Ph92UmeMo+q-<wbr>EMk1YBUdKvm=<a
moz-do-not-send="true"
href="mailto:8ARBKcD9Fwd1vXg@mail.gmail.com">8ARBKcD9Fwd1vXg@<wbr>mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hello everybody,<br>
<br>
i would like to ask how should be configured association
on singlevalue<br>
attribute.<br>
<br>
I have configured association and metarole same as for
multivalued<br>
associations and added scripting hook which removes
roles other than the<br>
one added (1 of N from certain set of roles).<br>
<br>
But association sends always two values to my connector
and thus sometimes<br>
role is replaced correctly but more often role is not
replaced in end<br>
system.<br>
<br>
Best Regards<br>
<br>
Oskar Butovič<br>
<br>
--<br>
<br>
Oskar Butovič<br>
solution architect<br>
<br>
gsm: <a moz-do-not-send="true"
href="tel:%5B%2B420%5D%20774%20480%20101"
value="+420774480101">[+420] 774 480 101</a><br>
e-mail: <a moz-do-not-send="true"
href="mailto:oskar.butovic@ami.cz">oskar.butovic@ami.cz</a><br>
<br>
<br>
AMI Praha a.s.<br>
Pláničkova 11<br>
162 00 Praha 6<br>
tel.: <a moz-do-not-send="true"
href="tel:%5B%2B420%5D%20274%20783%20239"
value="+420274783239">[+420] 274 783 239</a><br>
web: <a moz-do-not-send="true" href="http://www.ami.cz"
rel="noreferrer" target="_blank">www.ami.cz</a><br>
<br>
<br>
[image: AMI Praha a.s.]<br>
<br>
[image: AMI Praha a.s.]<br>
<<a moz-do-not-send="true"
href="http://www.ami.cz/reseni-a-sluzby/bezpecnost-dat/identity-management"
rel="noreferrer" target="_blank">http://www.ami.cz/reseni-a-<wbr>sluzby/bezpecnost-dat/<wbr>identity-management</a>><br>
<br>
Textem tohoto e-mailu podepisující neslibuje uzavřít ani
neuzavírá za<br>
společnost AMI Praha a.s.<br>
jakoukoliv smlouvu. Každá smlouva, pokud bude uzavřena,
musí mít výhradně<br>
písemnou formu.<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.evolveum.com/pipermail/midpoint/attachments/20170317/d5d49083/attachment-0001.html"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>pipermail/midpoint/<wbr>attachments/20170317/d5d49083/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 17 Mar 2017 13:25:49 -0400<br>
From: Peter Healy <<a moz-do-not-send="true"
href="mailto:phealy3330@gmail.com">phealy3330@gmail.com</a>><br>
To: <a moz-do-not-send="true"
href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
Subject: [midPoint] Add a second LDAP account to
resource for user<br>
(Error: already contains account of type
'default' on resource)<br>
Message-ID:<br>
<CADnbc=wrJH=vSEtS9=<a moz-do-not-send="true"
href="mailto:e9ahXBCaAktdDs3%2BCgjzeUmfRKrGWxQg@mail.gmail.com">e9ahXBCaAk<wbr>tdDs3+CgjzeUmfRKrGWxQg@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi All,<br>
I am trying to add a second LDAP account projection to a
user but I get<br>
this error:<br>
<br>
Attempt to add object:null(null) to a user that already
contains account of<br>
type 'default' on resource<br>
<br>
I set the dn to be the users current uid with a 1
concatenated to the end.<br>
<br>
Is there a way to add associate a second LDAP Resource
Account to a user?<br>
<br>
Thanks,<br>
Peter<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.evolveum.com/pipermail/midpoint/attachments/20170317/81dcf051/attachment-0001.html"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>pipermail/midpoint/<wbr>attachments/20170317/81dcf051/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Fri, 17 Mar 2017 18:31:03 +0100<br>
From: Pavol Mederly <<a moz-do-not-send="true"
href="mailto:mederly@evolveum.com">mederly@evolveum.com</a>><br>
To: <a moz-do-not-send="true"
href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
Subject: Re: [midPoint] Add a second LDAP account to
resource for user<br>
(Error: already contains account of type
'default' on resource)<br>
Message-ID: <<a moz-do-not-send="true"
href="mailto:8de9230b-9c36-1959-9898-314ef93af368@evolveum.com">8de9230b-9c36-1959-9898-<wbr>314ef93af368@evolveum.com</a>><br>
Content-Type: text/plain; charset="utf-8";
Format="flowed"<br>
<br>
Hello,<br>
<br>
yes, it is possible. You have to use different intents.
See<br>
<a moz-do-not-send="true"
href="https://wiki.evolveum.com/display/midPoint/Kind%2C+Intent+and+ObjectClass"
rel="noreferrer" target="_blank">https://wiki.evolveum.com/<wbr>display/midPoint/Kind%2C+<wbr>Intent+and+ObjectClass</a>.<br>
<br>
Pavol<br>
<br>
Pavol Mederly<br>
Software developer<br>
<a moz-do-not-send="true" href="http://evolveum.com"
rel="noreferrer" target="_blank">evolveum.com</a><br>
<br>
On 17.03.2017 18:25, Peter Healy wrote:<br>
> Hi All,<br>
> I am trying to add a second LDAP account projection
to a user but I<br>
> get this error:<br>
><br>
> Attempt to add object:null(null) to a user that
already contains<br>
> account of type 'default' on resource<br>
><br>
> I set the dn to be the users current uid with a 1
concatenated to the<br>
> end.<br>
><br>
> Is there a way to add associate a second LDAP
Resource Account to a user?<br>
><br>
> Thanks,<br>
> Peter<br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> midPoint mailing list<br>
> <a moz-do-not-send="true"
href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
> <a moz-do-not-send="true"
href="http://lists.evolveum.com/mailman/listinfo/midpoint"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.evolveum.com/pipermail/midpoint/attachments/20170317/287d4b08/attachment-0001.html"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>pipermail/midpoint/<wbr>attachments/20170317/287d4b08/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Fri, 17 Mar 2017 14:30:09 -0400<br>
From: Peter Healy <<a moz-do-not-send="true"
href="mailto:phealy3330@gmail.com">phealy3330@gmail.com</a>><br>
To: <a moz-do-not-send="true"
href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
Subject: Re: [midPoint] API Call or Bulk Action to Add
Projection on<br>
resource for Many Users<br>
Message-ID:<br>
<CADnbc=yrBqjWJB6Ad06PO8fRO=<wbr>YF8OcmU9VRi=<a
moz-do-not-send="true"
href="mailto:w_8%2BVH%2BTieDQ@mail.gmail.com">w_8+VH+TieDQ@mail.<wbr>gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Pavol,<br>
That worked, thank you!<br>
-Peter<br>
<br>
On Fri, Mar 17, 2017 at 6:56 AM, <<a
moz-do-not-send="true"
href="mailto:midpoint-request@lists.evolveum.com">midpoint-request@lists.<wbr>evolveum.com</a>><br>
wrote:<br>
<br>
> Send midPoint mailing list submissions to<br>
> <a moz-do-not-send="true"
href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
><br>
> To subscribe or unsubscribe via the World Wide Web,
visit<br>
> <a moz-do-not-send="true"
href="http://lists.evolveum.com/mailman/listinfo/midpoint"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
> or, via email, send a message with subject or body
'help' to<br>
> <a moz-do-not-send="true"
href="mailto:midpoint-request@lists.evolveum.com">midpoint-request@lists.<wbr>evolveum.com</a><br>
><br>
> You can reach the person managing the list at<br>
> <a moz-do-not-send="true"
href="mailto:midpoint-owner@lists.evolveum.com">midpoint-owner@lists.evolveum.<wbr>com</a><br>
><br>
> When replying, please edit your Subject line so it
is more specific<br>
> than "Re: Contents of midPoint digest..."<br>
><br>
><br>
> Today's Topics:<br>
><br>
> 1. Re: Change the user object schema. (Pavol
Mederly)<br>
> 2. Re: API Call or Bulk Action to Add Projection
on resource for<br>
> Many Users (Pavol Mederly)<br>
> 3. Import Users from Active Directory ressources
(Tommy Montegu)<br>
><br>
><br>
> ------------------------------<wbr>------------------------------<wbr>----------<br>
><br>
> Message: 1<br>
> Date: Fri, 17 Mar 2017 09:29:44 +0100<br>
> From: Pavol Mederly <<a moz-do-not-send="true"
href="mailto:mederly@evolveum.com">mederly@evolveum.com</a>><br>
> To: <a moz-do-not-send="true"
href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
> Subject: Re: [midPoint] Change the user object
schema.<br>
> Message-ID: <<a moz-do-not-send="true"
href="mailto:ae6f54e7-a7b0-eb42-343e-f731ce123657@evolveum.com">ae6f54e7-a7b0-eb42-343e-<wbr>f731ce123657@evolveum.com</a>><br>
> Content-Type: text/plain; charset="utf-8";
Format="flowed"<br>
><br>
> No, this is currently not supported. (Maybe in the
future.)<br>
><br>
> But, actually, there's usually no reason to store
all those 85<br>
> properties in database tables: you actually need to
store only those<br>
> that you want to use in searches. Please see the
discussion on<br>
> indexed/non-indexed items in<br>
> <a moz-do-not-send="true"
href="https://wiki.evolveum.com/display/midPoint/Custom+Schema+Extension"
rel="noreferrer" target="_blank">https://wiki.evolveum.com/<wbr>display/midPoint/Custom+<wbr>Schema+Extension</a>.<br>
><br>
> Pavol Mederly<br>
> Software developer<br>
> <a moz-do-not-send="true"
href="http://evolveum.com" rel="noreferrer"
target="_blank">evolveum.com</a><br>
><br>
> On 16.03.2017 22:07, Prabhakara Rao Doddapaneni
wrote:<br>
> > I have about 100 properties with the user to
store in. Only 15 could<br>
> > be matched with the standard user schema. The
rest of the attributes<br>
> > are added in the extended template. When i
see in database, all these<br>
> > values are stored as multiple rows in
database.<br>
> ><br>
> > Is there a way that i modify the user schema
so that my user object<br>
> > type takes all the properties what i need
always?<br>
> ><br>
> > Thanks,<br>
> > Prabhakar.<br>
> ><br>
> ><br>
> > ______________________________<wbr>_________________<br>
> > midPoint mailing list<br>
> > <a moz-do-not-send="true"
href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
> > <a moz-do-not-send="true"
href="http://lists.evolveum.com/mailman/listinfo/midpoint"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a moz-do-not-send="true"
href="http://lists.evolveum.com/pipermail/midpoint/"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>pipermail/midpoint/</a><br>
> attachments/20170317/905f80c4/<wbr>attachment-0001.html><br>
><br>
> ------------------------------<br>
><br>
> Message: 2<br>
> Date: Fri, 17 Mar 2017 09:41:31 +0100<br>
> From: Pavol Mederly <<a moz-do-not-send="true"
href="mailto:mederly@evolveum.com">mederly@evolveum.com</a>><br>
> To: <a moz-do-not-send="true"
href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a><br>
> Subject: Re: [midPoint] API Call or Bulk Action to
Add Projection on<br>
> resource for Many Users<br>
> Message-ID: <<a moz-do-not-send="true"
href="mailto:af3fa1b5-8334-05ae-8a75-7b9b5df0f1b1@evolveum.com">af3fa1b5-8334-05ae-8a75-<wbr>7b9b5df0f1b1@evolveum.com</a>><br>
> Content-Type: text/plain; charset="utf-8";
Format="flowed"<br>
><br>
> Hello Peter,<br>
><br>
> you can use this sample:<br>
> <a moz-do-not-send="true"
href="https://github.com/Evolveum/midpoint/blob/b18553402af581474bd98a466a82c6"
rel="noreferrer" target="_blank">https://github.com/Evolveum/<wbr>midpoint/blob/<wbr>b18553402af581474bd98a466a82c6</a><br>
> 4791ab99a6/samples/tasks/bulk-<wbr>actions/assign-resource-to-<br>
> selected-users.xml<br>
><br>
> Best regards,<br>
><br>
> Pavol Mederly<br>
> Software developer<br>
> <a moz-do-not-send="true"
href="http://evolveum.com" rel="noreferrer"
target="_blank">evolveum.com</a><br>
><br>
> On 16.03.2017 21:40, Peter Healy wrote:<br>
> > Hi All,<br>
> > I recently added a new OpenLDAP resource to my
midpoint installation<br>
> > and would like to deploy a projection for all
my existing users.<br>
> ><br>
> > Doing this in the Web UI is really easy, If I
click add project and<br>
> > leave everything blank this works successfully
for OpenLDAP resources<br>
> > since Midpoint computes a Distinguished Name
and uid for the user and<br>
> > maps everything OK.<br>
> ><br>
> > But, I'd like a way to script this with an XML
snippet for an HTTP<br>
> > REST call or as a bulk action so I can quickly
do this for the<br>
> > remaining users without having to click
through the UI or all of them.<br>
> ><br>
> > Is there a good way to do this?<br>
> ><br>
> > Thanks,<br>
> > Peter<br>
> ><br>
> ><br>
> > ______________________________<wbr>_________________<br>
> > midPoint mailing list<br>
> > <a moz-do-not-send="true"
href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
> > <a moz-do-not-send="true"
href="http://lists.evolveum.com/mailman/listinfo/midpoint"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a moz-do-not-send="true"
href="http://lists.evolveum.com/pipermail/midpoint/"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>pipermail/midpoint/</a><br>
> attachments/20170317/a65fb84e/<wbr>attachment-0001.html><br>
><br>
> ------------------------------<br>
><br>
> Message: 3<br>
> Date: Fri, 17 Mar 2017 14:55:42 +0400 (RET)<br>
> From: Tommy Montegu <<a moz-do-not-send="true"
href="mailto:tommy.montegu@exodata.fr">tommy.montegu@exodata.fr</a>><br>
> To: <<a moz-do-not-send="true"
href="mailto:midpoint@lists.evolveum.com">midpoint@lists.evolveum.com</a>><br>
> Subject: [midPoint] Import Users from Active
Directory ressources<br>
> Message-ID: <005401d29f0d$062fc1b0$<wbr>128f4510$@<a
moz-do-not-send="true" href="http://exodata.fr"
rel="noreferrer" target="_blank">exodata.fr</a>><br>
> Content-Type: text/plain; charset="iso-8859-1"<br>
><br>
> Hello,<br>
><br>
><br>
><br>
> I have configured a Active Directory Ressource.<br>
><br>
><br>
><br>
> I want to import users from my DC to midpoint. I
try to synchronize users<br>
> creating a task. My task works well, but nothing
happen. When I took a<br>
> look on Users page, there’s nothing except
administrator.<br>
><br>
><br>
><br>
> Please, could someone help me to import and
synchronize my user from my AD<br>
> server to MidPoint ?<br>
><br>
><br>
><br>
> I would be grateful if someone can help me,
starting with the beginning of<br>
> the configuration.<br>
><br>
><br>
><br>
> Thanks a lot,<br>
><br>
><br>
><br>
> Best regards,<br>
><br>
><br>
><br>
> Tommy Montégu Technicien Support, Exodata<br>
><br>
><br>
><br>
> <<a moz-do-not-send="true"
href="https://s3.amazonaws.com/webapp.wisestamp.com/Rc4a7BkzTqaiA9hJykP4_Screen"
rel="noreferrer" target="_blank">https://s3.amazonaws.com/<wbr>webapp.wisestamp.com/<wbr>Rc4a7BkzTqaiA9hJykP4_Screen</a><br>
> %20Shot%202014-05-14%20at%<wbr>2016.07.12.png><br>
><br>
> Standard : <callto:02%2062%20977%20955> 02
62 977 955<br>
><br>
> Email : <mailto:<a moz-do-not-send="true"
href="mailto:tommy.montegu@exodata.fr">tommy.montegu@exodata.<wbr>fr</a>>
<a moz-do-not-send="true"
href="mailto:tommy.montegu@exodata.fr">tommy.montegu@exodata.fr</a><br>
><br>
> Website :<br>
> <<a moz-do-not-send="true"
href="http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d"
rel="noreferrer" target="_blank">http://t.signauxdeux.com/e1t/<wbr>c/5/<wbr>f18dQhb0SmZ58dDMPbW2n0x6l2B9nM<wbr>JW7sM9dn7d</a><br>
> K_MMdBzM2-04?t=http%3A%2F%<a moz-do-not-send="true"
href="http://2Fwww.exodata.fr" rel="noreferrer"
target="_blank">2Fww<wbr>w.exodata.fr</a>%2F&si=<wbr>5018836136886272&pi=57234<br>
> 252-d6e6-4462-cce5-<wbr>05a8cd271064> <a
moz-do-not-send="true" href="http://www.exodata.fr"
rel="noreferrer" target="_blank">www.exodata.fr</a><br>
><br>
> Adresse : 4, rue Émile Hugot - 97490
Sainte-Clotilde<br>
><br>
> <<a moz-do-not-send="true"
href="http://facebook.com/exodata" rel="noreferrer"
target="_blank">http://facebook.com/exodata</a>><br>
> <<a moz-do-not-send="true"
href="http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d"
rel="noreferrer" target="_blank">http://t.signauxdeux.com/e1t/<wbr>c/5/<wbr>f18dQhb0SmZ58dDMPbW2n0x6l2B9nM<wbr>JW7sM9dn7d</a><br>
> K_MMdBzM2-04?t=http%3A%2F%<wbr>2Ftwitter.com%2Fexodatagroup&<wbr>si=5018836136886272<br>
> &pi=57234252-d6e6-4462-cce5-<wbr>05a8cd271064><br>
> <<a moz-do-not-send="true"
href="http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d"
rel="noreferrer" target="_blank">http://t.signauxdeux.com/e1t/<wbr>c/5/<wbr>f18dQhb0SmZ58dDMPbW2n0x6l2B9nM<wbr>JW7sM9dn7d</a><br>
> K_MMdBzM2-04?t=http%3A%2F%<a moz-do-not-send="true"
href="http://2Fwww.linkedin.com" rel="noreferrer"
target="_blank">2Fww<wbr>w.linkedin.com</a>%2Fcompany%<wbr>2Fexodata&si=501883<br>
> <a moz-do-not-send="true" href="tel:6136886272"
value="+16136886272">6136886272</a>&pi=57234252-d6e6-4462-cce5-<wbr>05a8cd271064><br>
> <<a moz-do-not-send="true"
href="http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d"
rel="noreferrer" target="_blank">http://t.signauxdeux.com/e1t/<wbr>c/5/<wbr>f18dQhb0SmZ58dDMPbW2n0x6l2B9nM<wbr>JW7sM9dn7d</a><br>
> K_MMdBzM2-04?t=http%3A%2F%<a moz-do-not-send="true"
href="http://2Fplus.google.com" rel="noreferrer"
target="_blank">2Fpl<wbr>us.google.com</a>%2Fb%<wbr>2F112099146097934583192%2F<br>
> 112099146097934583192%2Fabout&<wbr>si=5018836136886272&pi=<wbr>57234252-d6e6-4462-cc<br>
> e5-05a8cd271064><br>
> <<a moz-do-not-send="true"
href="http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d"
rel="noreferrer" target="_blank">http://t.signauxdeux.com/e1t/<wbr>c/5/<wbr>f18dQhb0SmZ58dDMPbW2n0x6l2B9nM<wbr>JW7sM9dn7d</a><br>
> K_MMdBzM2-04?t=http%3A%2F%<a moz-do-not-send="true"
href="http://2Fwww.slideshare.net" rel="noreferrer"
target="_blank">2Fww<wbr>w.slideshare.net</a>%2Fexodata&si=<wbr>50188361368862<br>
> 72&pi=57234252-d6e6-4462-cce5-<wbr>05a8cd271064><br>
> <<a moz-do-not-send="true"
href="http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d"
rel="noreferrer" target="_blank">http://t.signauxdeux.com/e1t/<wbr>c/5/<wbr>f18dQhb0SmZ58dDMPbW2n0x6l2B9nM<wbr>JW7sM9dn7d</a><br>
> K_MMdBzM2-04?t=http%3A%2F%<wbr>2Fgoo.gl%2Fmaps%2F0RNBG&si=<wbr>5018836136886272&pi=5<br>
> 7234252-d6e6-4462-cce5-<wbr>05a8cd271064><br>
><br>
><br>
><br>
> -------------- next part --------------<br>
> An HTML attachment was scrubbed...<br>
> URL: <<a moz-do-not-send="true"
href="http://lists.evolveum.com/pipermail/midpoint/"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>pipermail/midpoint/</a><br>
> attachments/20170317/6622545d/<wbr>attachment.html><br>
><br>
> ------------------------------<br>
><br>
> Subject: Digest Footer<br>
><br>
> ______________________________<wbr>_________________<br>
> midPoint mailing list<br>
> <a moz-do-not-send="true"
href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
> <a moz-do-not-send="true"
href="http://lists.evolveum.com/mailman/listinfo/midpoint"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
><br>
><br>
> ------------------------------<br>
><br>
> End of midPoint Digest, Vol 59, Issue 107<br>
> ******************************<wbr>***********<br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a moz-do-not-send="true"
href="http://lists.evolveum.com/pipermail/midpoint/attachments/20170317/fac82f02/attachment.html"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>pipermail/midpoint/<wbr>attachments/20170317/fac82f02/<wbr>attachment.html</a>><br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
______________________________<wbr>_________________<br>
midPoint mailing list<br>
<a moz-do-not-send="true"
href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a><br>
<a moz-do-not-send="true"
href="http://lists.evolveum.com/mailman/listinfo/midpoint"
rel="noreferrer" target="_blank">http://lists.evolveum.com/<wbr>mailman/listinfo/midpoint</a><br>
<br>
<br>
------------------------------<br>
<br>
End of midPoint Digest, Vol 59, Issue 111<br>
******************************<wbr>***********<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
Ivan Noris
Senior Identity Engineer
evolveum.com
</pre>
</body>
</html>