[midPoint] midPoint Digest, Vol 59, Issue 127

Prabhakara Rao Doddapaneni dp_rao at yahoo.com
Sat Mar 25 20:16:31 CET 2017


It explains to some extent. Where is the full xml stored?  is it not in database?
 

    On Saturday, March 25, 2017 2:24 PM, "midpoint-request at lists.evolveum.com" <midpoint-request at lists.evolveum.com> wrote:
 

 Send midPoint mailing list submissions to
    midpoint at lists.evolveum.com

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.evolveum.com/mailman/listinfo/midpoint
or, via email, send a message with subject or body 'help' to
    midpoint-request at lists.evolveum.com

You can reach the person managing the list at
    midpoint-owner at lists.evolveum.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of midPoint digest..."


Today's Topics:

  1. Re: Change the user object schema. (Pavol Mederly)


----------------------------------------------------------------------

Message: 1
Date: Sat, 25 Mar 2017 19:15:45 +0100
From: Pavol Mederly <mederly at evolveum.com>
To: midpoint at lists.evolveum.com
Subject: Re: [midPoint] Change the user object schema.
Message-ID: <58d768f8-9a8d-0e65-4361-ef4602804f92 at evolveum.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hello.

The user (and any midPoint object) is stored in the repository in two forms:

 1. full XML data of the object
 2. selected attributes, like name, givenName, familyName, all the
    indexed extension properties
    (but not e.g. description or password)

Selected attributes mentioned in point 2 are used for querying the 
repository: like "find a user with the name of jack", or "find all users 
with givenName of Peter".

So, attributes not mentioned in 2, e.g. description, password, or 
non-indexed extension properties are stored in repository, but cannot be 
used for queries. So you cannot e.g. say "give me all users with a 
password of 5ecr3t".

Hope this helps,

Pavol Mederly
Software developer
evolveum.com

On 25.03.2017 17:07, Prabhakara Rao Doddapaneni wrote:
> Hello Pavol, I think I am lost in this thought.  When i import user 
> from a resource, the user is created in midpoint and should all its 
> data in midpoint database.  My plan is to import the user data into 
> midpoint and get rid of the resource.  Where is the data stored if i 
> do not select 'indexed' for the extension columns?
> Isn't midpoint repository is the user store for me?
>
>
>
> ------------------------------------------------------------------------
> *From:* "midpoint-request at lists.evolveum.com" 
> <midpoint-request at lists.evolveum.com>
> *To:* midpoint at lists.evolveum.com
> *Sent:* Friday, March 17, 2017 7:04 AM
> *Subject:* midPoint Digest, Vol 59, Issue 107
>
> Send midPoint mailing list submissions to
> midpoint at lists.evolveum.com <mailto:midpoint at lists.evolveum.com>
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.evolveum.com/mailman/listinfo/midpoint
> or, via email, send a message with subject or body 'help' to
> midpoint-request at lists.evolveum.com 
> <mailto:midpoint-request at lists.evolveum.com>
>
> You can reach the person managing the list at
> midpoint-owner at lists.evolveum.com 
> <mailto:midpoint-owner at lists.evolveum.com>
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of midPoint digest..."
>
>
> Today's Topics:
>
>  1. Re: Change the user object schema. (Pavol Mederly)
>  2. Re: API Call or Bulk Action to Add Projection on resource for
>      Many Users (Pavol Mederly)
>  3. Import Users from Active Directory ressources (Tommy Montegu)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 17 Mar 2017 09:29:44 +0100
> From: Pavol Mederly <mederly at evolveum.com <mailto:mederly at evolveum.com>>
> To: midpoint at lists.evolveum.com <mailto:midpoint at lists.evolveum.com>
> Subject: Re: [midPoint] Change the user object schema.
> Message-ID: <ae6f54e7-a7b0-eb42-343e-f731ce123657 at evolveum.com 
> <mailto:ae6f54e7-a7b0-eb42-343e-f731ce123657 at evolveum.com>>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> No, this is currently not supported. (Maybe in the future.)
>
> But, actually, there's usually no reason to store all those 85
> properties in database tables: you actually need to store only those
> that you want to use in searches. Please see the discussion on
> indexed/non-indexed items in
> https://wiki.evolveum.com/display/midPoint/Custom+Schema+Extension.
>
> Pavol Mederly
> Software developer
> evolveum.com
>
> On 16.03.2017 22:07, Prabhakara Rao Doddapaneni wrote:
> > I have about 100 properties with the user to store in.  Only 15 could
> > be matched with the standard user schema.  The rest of the attributes
> > are added in the extended template. When i see in database, all these
> > values are stored as multiple rows in database.
> >
> > Is there a way that i modify the user schema so that my user object
> > type takes all the properties what i need always?
> >
> > Thanks,
> > Prabhakar.
> >
> >
> > _______________________________________________
> > midPoint mailing list
> > midPoint at lists.evolveum.com <mailto:midPoint at lists.evolveum.com>
> > http://lists.evolveum.com/mailman/listinfo/midpoint
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.evolveum.com/pipermail/midpoint/attachments/20170317/905f80c4/attachment-0001.html>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 17 Mar 2017 09:41:31 +0100
> From: Pavol Mederly <mederly at evolveum.com <mailto:mederly at evolveum.com>>
> To: midpoint at lists.evolveum.com <mailto:midpoint at lists.evolveum.com>
> Subject: Re: [midPoint] API Call or Bulk Action to Add Projection on
>    resource for Many Users
> Message-ID: <af3fa1b5-8334-05ae-8a75-7b9b5df0f1b1 at evolveum.com 
> <mailto:af3fa1b5-8334-05ae-8a75-7b9b5df0f1b1 at evolveum.com>>
> Content-Type: text/plain; charset="utf-8"; Format="flowed"
>
> Hello Peter,
>
> you can use this sample:
> https://github.com/Evolveum/midpoint/blob/b18553402af581474bd98a466a82c64791ab99a6/samples/tasks/bulk-actions/assign-resource-to-selected-users.xml
>
> Best regards,
>
> Pavol Mederly
> Software developer
> evolveum.com
>
> On 16.03.2017 21:40, Peter Healy wrote:
> > Hi All,
> > I recently added a new OpenLDAP resource to my midpoint installation
> > and would like to deploy a projection for all my existing users.
> >
> > Doing this in the Web UI is really easy, If I click add project and
> > leave everything blank this works successfully for OpenLDAP resources
> > since Midpoint computes a Distinguished Name and uid for the user and
> > maps everything OK.
> >
> > But, I'd like a way to script this with an XML snippet for an HTTP
> > REST call or as a bulk action so I can quickly do this for the
> > remaining users without having to click through the UI or all of them.
> >
> > Is there a good way to do this?
> >
> > Thanks,
> > Peter
> >
> >
> > _______________________________________________
> > midPoint mailing list
> > midPoint at lists.evolveum.com <mailto:midPoint at lists.evolveum.com>
> > http://lists.evolveum.com/mailman/listinfo/midpoint
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.evolveum.com/pipermail/midpoint/attachments/20170317/a65fb84e/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 17 Mar 2017 14:55:42 +0400 (RET)
> From: Tommy Montegu <tommy.montegu at exodata.fr 
> <mailto:tommy.montegu at exodata.fr>>
> To: <midpoint at lists.evolveum.com <mailto:midpoint at lists.evolveum.com>>
> Subject: [midPoint] Import Users from Active Directory ressources
> Message-ID: <005401d29f0d$062fc1b0$128f4510$@exodata.fr>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello,
>
>
>
> I have configured a Active Directory Ressource.
>
>
>
> I want to import users from my DC to midpoint. I try to synchronize users
> creating a task. My task works well, but nothing happen. When I took a
> look on Users page, theres nothing except administrator.
>
>
>
> Please, could someone help me to import and synchronize my user from my AD
> server to MidPoint ?
>
>
>
> I would be grateful if someone can help me, starting with the beginning of
> the configuration.
>
>
>
> Thanks a lot,
>
>
>
> Best regards,
>
>
>
> Tommy Montégu  Technicien Support, Exodata
>
>
>
> <https://s3.amazonaws.com/webapp.wisestamp.com/Rc4a7BkzTqaiA9hJykP4_Screen
> %20Shot%202014-05-14%20at%2016.07.12.png>
>
> Standard : <callto:02%2062%20977%20955> 02 62 977 955
>
> Email :  <mailto:tommy.montegu at exodata.fr 
> <mailto:tommy.montegu at exodata.fr>> tommy.montegu at exodata.fr 
> <mailto:tommy.montegu at exodata.fr>
>
> Website :
> <http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d
> K_MMdBzM2-04?t=http%3A%2F%2Fwww.exodata.fr%2F&si=5018836136886272&pi=57234
> 252-d6e6-4462-cce5-05a8cd271064> www.exodata.fr
>
> Adresse : 4, rue Émile Hugot - 97490 Sainte-Clotilde
>
> <http://facebook.com/exodata>
> <http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d
> K_MMdBzM2-04?t=http%3A%2F%2Ftwitter.com%2Fexodatagroup&si=5018836136886272
> &pi=57234252-d6e6-4462-cce5-05a8cd271064>
> <http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d
> K_MMdBzM2-04?t=http%3A%2F%2Fwww.linkedin.com%2Fcompany%2Fexodata&si=501883
> 6136886272&pi=57234252-d6e6-4462-cce5-05a8cd271064>
> <http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d
> K_MMdBzM2-04?t=http%3A%2F%2Fplus.google.com%2Fb%2F112099146097934583192%2F
> 112099146097934583192%2Fabout&si=5018836136886272&pi=57234252-d6e6-4462-cc
> e5-05a8cd271064>
> <http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d
> K_MMdBzM2-04?t=http%3A%2F%2Fwww.slideshare.net%2Fexodata&si=50188361368862
> 72&pi=57234252-d6e6-4462-cce5-05a8cd271064>
> <http://t.signauxdeux.com/e1t/c/5/f18dQhb0SmZ58dDMPbW2n0x6l2B9nMJW7sM9dn7d
> K_MMdBzM2-04?t=http%3A%2F%2Fgoo.gl%2Fmaps%2F0RNBG&si=5018836136886272&pi=5
> 7234252-d6e6-4462-cce5-05a8cd271064>
>
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> <http://lists.evolveum.com/pipermail/midpoint/attachments/20170317/6622545d/attachment.html>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com <mailto:midPoint at lists.evolveum.com>
> http://lists.evolveum.com/mailman/listinfo/midpoint
>
>
> ------------------------------
>
> End of midPoint Digest, Vol 59, Issue 107
> *****************************************
>
>
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolveum.com/pipermail/midpoint/attachments/20170325/a0ad22e0/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
midPoint mailing list
midPoint at lists.evolveum.com
http://lists.evolveum.com/mailman/listinfo/midpoint


------------------------------

End of midPoint Digest, Vol 59, Issue 127
*****************************************


   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170325/22593cc9/attachment.htm>


More information about the midPoint mailing list