[midPoint] Situation is blank

Rohit Patil rohitpatil32 at gmail.com
Sun May 14 07:30:06 CEST 2017


Hey ivon,
No the accounts are not protected.
Thanks.


On May 12, 2017 3:30 PM, <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: Situation is blank (Ivan Noris)
   2. Re: MySqlUserConnector (Jason Everling)
   3. Re: MySqlUserConnector (Radovan Semancik)


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

Message: 1
Date: Thu, 11 May 2017 12:45:55 +0200
From: Ivan Noris <ivan.noris at evolveum.com>
To: midpoint at lists.evolveum.com
Subject: Re: [midPoint] Situation is blank
Message-ID: <b5014d1e-ec7f-d1c6-bffd-36559748fa38 at evolveum.com>
Content-Type: text/plain; charset="utf-8"

Hi,

my first tip is to check if the object is in "protected accounts" in
your schema handling. No other idea yet.

If you click on the object (first column) you should see if the object
is protected or not.

Ivan


On 05/11/2017 11:41 AM, Rohit Patil wrote:
> Hi all,
>
> I am facing this problem whenever I configure any resource and when I
> got to details then accouns or entitlement I can see the records in
> resource but the situation is blank. It should be unmatched so that I
> can import it and it will changed to linked.  I am attaching a pic of
> it. Please tell why this is happening and how should I prevent it.
>
> Thank you
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint

--
Ivan Noris
Senior Identity Engineer
evolveum.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.evolveum.com/pipermail/midpoint/
attachments/20170511/52dacd4c/attachment-0001.html>

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

Message: 2
Date: Thu, 11 May 2017 12:16:04 -0500
From: Jason Everling <jeverling at bshp.edu>
To: midPoint General Discussion <midpoint at lists.evolveum.com>
Subject: Re: [midPoint] MySqlUserConnector
Message-ID:
        <CAFkZXY64cEP9jVymV4ft5tcuhRg3naGc1YTdb6U4-9fG171SWg at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

actually, I was going to compile it but it seems some of it's dependencies
are behind forgerocks paywall, such as the parent pom, I get Not Authorized
:( anybody have a way around it?

JASON

On Wed, May 10, 2017 at 9:06 AM, Radovan Semancik <
radovan.semancik at evolveum.com> wrote:

> Hi,
>
> I think Rohit asked for MySqlUser connector which is different than
> DatabaseTable connector.
>
> As for MySqlUser connector that is not available in binary form as none of
> existing midPoint subscribers is using it. Therefore we are not
maintaining
> that connector. If you need it then you have to compile it from the
> existing sources (Sun ICF or OpenICF) and make any necessary porting to
> ConnId if needed. Or you can get midPoint subscription and then we will
> gladly do that for you.
>
> As to the MySQL driver which is not distributed with midPoint: as far as
> we understand we may not be allowed to re-distribute the MySQL driver
> without permission from Oracle. Therefore we chose to be on the safe side
> and do not include that driver in midPoint distribution.
>
> --
> Radovan Semancik
> Software Architectevolveum.com
>
>
>
>
> On 05/09/2017 08:11 PM, Prabhakara Rao Doddapaneni wrote:
>
> Rohit, if you are looking for mysql driver connector, you have to provide
> it yourself.  midPoint does not come with it.  Download the driver jar and
> deploy to tomcat's 'lib' folder.
>
>
> _______________________________________________
> midPoint mailing listmidPoint at lists.evolveum.comhttp://lists.evolveum.com/
mailman/listinfo/midpoint
>
>
>
> _______________________________________________
> 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/20170511/3381687e/attachment-0001.html>

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

Message: 3
Date: Fri, 12 May 2017 09:02:56 +0200
From: Radovan Semancik <radovan.semancik at evolveum.com>
To: midpoint at lists.evolveum.com
Subject: Re: [midPoint] MySqlUserConnector
Message-ID: <2be44ece-72ec-5f58-deb5-0ccbe7698af5 at evolveum.com>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Hi,

I do not think there is a reasonable way if you want that connector to
stay in OpenICF framework. It looks like OpenICF as an open source
project is as good as dead. The solution is to port the connector to
ConnId/Polygon. That means changing the POMs to get rid of ForgeRock
dependencies. You can use the old CSVFile connector for inspiration:

https://github.com/Evolveum/openicf/tree/master/connectors/java/csvfile

--
Radovan Semancik
Software Architect
evolveum.com



On 05/11/2017 07:16 PM, Jason Everling wrote:
> actually, I was going to compile it but it seems some of it's
> dependencies are behind forgerocks paywall, such as the parent pom, I
> get Not Authorized :( anybody have a way around it?
>
> JASON
>
> On Wed, May 10, 2017 at 9:06 AM, Radovan Semancik
> <radovan.semancik at evolveum.com <mailto:radovan.semancik at evolveum.com>>
> wrote:
>
>     Hi,
>
>     I think Rohit asked for MySqlUser connector which is different
>     than DatabaseTable connector.
>
>     As for MySqlUser connector that is not available in binary form as
>     none of existing midPoint subscribers is using it. Therefore we
>     are not maintaining that connector. If you need it then you have
>     to compile it from the existing sources (Sun ICF or OpenICF) and
>     make any necessary porting to ConnId if needed. Or you can get
>     midPoint subscription and then we will gladly do that for you.
>
>     As to the MySQL driver which is not distributed with midPoint: as
>     far as we understand we may not be allowed to re-distribute the
>     MySQL driver without permission from Oracle. Therefore we chose to
>     be on the safe side and do not include that driver in midPoint
>     distribution.
>
>     --
>     Radovan Semancik
>     Software Architect
>     evolveum.com <http://evolveum.com>
>
>
>
>
>     On 05/09/2017 08:11 PM, Prabhakara Rao Doddapaneni wrote:
>>     Rohit, if you are looking for mysql driver connector, you have to
>>     provide it yourself.  midPoint does not come with it.  Download
>>     the driver jar and deploy to tomcat's 'lib' folder.
>>
>>
>>     _______________________________________________
>>     midPoint mailing list
>>     midPoint at lists.evolveum.com <mailto:midPoint at lists.evolveum.com>
>>     http://lists.evolveum.com/mailman/listinfo/midpoint
>>     <http://lists.evolveum.com/mailman/listinfo/midpoint>
>     _______________________________________________ midPoint mailing
>     list midPoint at lists.evolveum.com
>     <mailto:midPoint at lists.evolveum.com>
>     http://lists.evolveum.com/mailman/listinfo/midpoint
>     <http://lists.evolveum.com/mailman/listinfo/midpoint>
>
> _______________________________________________
> 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/20170512/07a73a27/attachment-0001.html>

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

Subject: Digest Footer

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


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

End of midPoint Digest, Vol 61, Issue 17
****************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20170513/8279b346/attachment.htm>


More information about the midPoint mailing list