Creating a virtual schema type ->empty type list

2017-02-28 Thread Mikael Ekblom
or our own maybe to come IDM...:) Regards, Mikael Mikael Ekblom Systemutvecklare/System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358 207 699 467

RE: Creating a virtual schema type ->empty type list

2017-02-28 Thread Mikael Ekblom
ist On 28/02/2017 16:26, Mikael Ekblom wrote: Hi, We are currently evaluating Syncopy as a candidate for our future IDM. Hi, glad to hear that :-) We have some choices on the table and we are even considering writing our own IDM from scratch, but that is something I would like to av

Windows server scripted sql + groovy

2017-04-03 Thread Mikael Ekblom
Hi, We or I have been playing around with syncope for a while. I have a question now regarding a scripted sql resource and groovy. What we are trying to achieve here, is to get the student accounts over from our home grown student administration system. The scripted sql connector bundle

RE: Windows server scripted sql + groovy

2017-04-04 Thread Mikael Ekblom
on the table too. Regards, Mikael From: Marco Di Sabatino Di Diodoro [mailto:marco.disabat...@tirasa.net] Sent: maanantai 3. huhtikuuta 2017 14.31 To: user@syncope.apache.org Subject: Re: Windows server scripted sql + groovy Hi Il 03/04/2017 12:44, Mikael Ekblom ha scritto: Hi, We or I have been

RE: Windows server scripted sql + groovy

2017-04-04 Thread Mikael Ekblom
From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: tiistai 4. huhtikuuta 2017 10.44 To: user@syncope.apache.org Subject: Re: Windows server scripted sql + groovy Hi Mikael, see my replies on-line. Regards. On 04/04/2017 09:35, Mikael Ekblom wrote: Hi, Ah, ok. The groovy-all.jar

RE: Creating a virtual schema type ->empty type list

2017-03-02 Thread Mikael Ekblom
e list On 01/03/2017 08:29, Mikael Ekblom wrote: Hi, OK, so that was the logic behind it! Now I start to have all the dependencies clear. Tested it and now everything makes sense. That's great to hear. Our deployment is pretty small though. Only 200 + personnel + some 2000 students. But I’ll

Adding a UPLainAttribute during after> recomemnded way

2017-08-02 Thread Mikael Ekblom
Hi, We need to add a mailroutingattribute during user pull. The mailrouting attribute might have one of three different values, depending on the role the user has within the organization. DO not ask me why, but for some reasons this is the way it is for historical reasons. I can see that we

RE: Adding a UPLainAttribute during after> recomemnded way

2017-08-03 Thread Mikael Ekblom
Hi, Never mind, I think I found the best solution to this question. We do make it unnecessarily complicated by doing this but it works…☺ Regards, Mikael From: Mikael Ekblom [mailto:mikael.ekb...@arcada.fi] Sent: keskiviikko 2. elokuuta 2017 14.32 To: user@syncope.apache.org Subject

RE: Wrong rest url

2017-07-25 Thread Mikael Ekblom
Hi, A small hint: check the console.properties file and the setting there. Make sure that they adhere to the general Tomcat instance host configuration ie. check the host name and port within that file. Should be found either within the webapps/WEB-INF/classes-directory or within the

RE: DefaultLogicActions and pull

2017-08-01 Thread Mikael Ekblom
and pull On 01/08/2017 16:07, Mikael Ekblom wrote: Hi, I have tried to move some related logic for the whole realm to the DefaultLogicActions-implementation within our Syncope. Now though I can see that during the pull and the subsequent creation of the users, the defaultlogicaction beforeCreate

Dynamic assignment of users to groups-> propagation to AD

2017-05-23 Thread Mikael Ekblom
a big job either, but I decided to ask just in case. It would be cleaner to have it done as a standard configuration change from the console or maybe added as a feature. Regards, Mikael Mikael Ekblom Systemutvecklare/System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfor

cmd bundle framework filter bundle

2017-05-31 Thread Mikael Ekblom
the 0.3-snapshot version also and I'm modifying the 0.3-version for troubleshooting purposes. Both the 0.2-version and the 0.3-snapshot version gives the same result. Maybe I need to make my own version of execute sequence...:) Regards, Mikael Mikael Ekblom Systemutvecklare/System

RE: cmd bundle framework filter bundle

2017-06-14 Thread Mikael Ekblom
Subject: Re: cmd bundle framework filter bundle On 31/05/2017 10:16, Mikael Ekblom wrote: Hi, I need to ask you at Tirasa too, that have you seen this error regarding the cmd bundle and powershell? java.lang.IllegalStateException: Object {Uid=Attribute: {Name=__UID__, Value=[backsee1]}, ObjectClass

RE: Pull users from two primary sources with different UID:s

2017-06-19 Thread Mikael Ekblom
-correlation-rules On 14/06/2017 16:05, Mikael Ekblom wrote: Hi, We have a small challenge here that includes two primary pull sources, where the UID for these sources are not the same or cannot be set to the same value. The only common UID(National Identification Number) that could be used

RE: Scripted SQL resource

2017-05-08 Thread Mikael Ekblom
itself to match the provisioning rule. Regards, Mikael From: Mikael Ekblom [mailto:mikael.ekb...@arcada.fi] Sent: torstai 4. toukokuuta 2017 16.51 To: user@syncope.apache.org Subject: Scripted SQL resource Hi, We have a scripted sql resource set up to fetch data from our HR system. SEARCH

Scripted SQL resource

2017-05-04 Thread Mikael Ekblom
to return false except for the built in values that must be there? At times like these, you wish that you could pay for support...:) Regards, Mikael Mikael Ekblom Systemutvecklare/System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699

RE: User username modification during/after a logic action

2017-09-22 Thread Mikael Ekblom
ional" annotation [1]. Did you use it in your code? Regards, Matteo [1] https://docs.spring.io/spring/docs/current/spring-framework-reference/html/transaction.html#transaction-declarative-annotations On 2017-08-30 16:54, Mikael Ekblom <mikael.ekb...@arcada.fi> wrote: > Hi, > > We ha

User username modification during/after a logic action

2017-08-30 Thread Mikael Ekblom
Hi, We have the following scenario: we have some users that are not as per see associated with our organization. They are called UFO-members. Now, we create these through an manual process that I will now try to implement in Syncope too. It has been outside everything so far. When we create

Exception during provision on resource AD-connector

2017-10-10 Thread Mikael Ekblom
] ... 32 more Regards, Mikael Mikael Ekblom Systemutvecklare/System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358 207 699 467

Question regarding resource assignment through groups

2017-11-01 Thread Mikael Ekblom
as a consequence of that. Is this really part of the implementation as a reaction to the change of assigned external resources? Regards, Mikael Mikael Ekblom Systemutvecklare/System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil

RE: Question regarding resource assignment through groups

2017-11-07 Thread Mikael Ekblom
, Mikael Mikael Ekblom System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358 207 699 467 From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: torstai 2. marraskuuta 2017 15.26 To: user@syncope.apache.org Subject: Re

RE: Question regarding upcoming PullAction changes in version 2.0.7

2017-12-07 Thread Mikael Ekblom
Hi, Good to hear that we follow standards!...:) Regards, Mikael Mikael Ekblom System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358 207 699 467 From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: torstai 7

Question regarding upcoming PullAction changes in version 2.0.7

2017-12-04 Thread Mikael Ekblom
you have in this case? It is enough if you have a hint to give and I'll find the rest. I hope this text is somehow understandable! Regards, Mikael Mikael Ekblom System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358

RE: Question regarding upcoming PullAction changes in version 2.0.7

2017-12-07 Thread Mikael Ekblom
to get the currently assigned roles and it seems to work. I then just as you said rebuilt the syncdelta accordingly via the SyncDeltaBuilder. Regards, Mikael Mikael Ekblom System developer Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699

Pull task template and assignment of role failure

2018-05-29 Thread Mikael Ekblom
? The role assignment is omitted. Everything else works. That just happened to us here. Regards, Mikael Mikael Ekblom IT-Service manager Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358 207 699 467

RE: Issue SYNCOPE-1235 dynamic group memberships

2018-02-13 Thread Mikael Ekblom
bug. Mikael Ekblom IT-Service manager Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358 207 699 467 From: Andrea Patricelli [mailto:andreapatrice...@apache.org] Sent: tiistai 13. helmikuuta 2018 16.37 To: user@syncope.apache.org Subject

Syncope setup towards ADFS 3.0

2018-02-19 Thread Mikael Ekblom
use. It did not just go through out of the box and I'm not sure now what is going on (ADFS let the request through) but Syncope still claims SAML token security failure, so I'll need to dissect the source code a bit. Regards, Mikael Mikael Ekblom IT-Service manager Arcada, IT Jan

RE: Apache Syncope version 2.1 findings

2018-07-16 Thread Mikael Ekblom
as for the un-assigned resources. But the checkboxes are not checked by default and the assigned resources are not shown first in the list. Should this be this way? Regards, Mikael Mikael Ekblom IT-Service manager Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors

Apache Syncope version 2.1 findings

2018-07-10 Thread Mikael Ekblom
Hi, I have now tested the 2.1 version or let us say that the installation procedure was tested. My installation path was from 2.0.9. My findings are the following: 1. I had the same regarding the Junit version error message regarding syncope console, but I did not delete the junit

RE: Apache Syncope version 2.1 findings

2018-07-11 Thread Mikael Ekblom
Hi, I found the solution. It was just to alter the table act_re_procdef and change the engine_version_ column to v6but maybe it could be a could thing during installation time to check this. Regards, Mikael Mikael Ekblom IT-Service manager Arcada, IT Jan-Magnus Janssons plats

RE: Apache Syncope version 2.1 findings

2018-07-12 Thread Mikael Ekblom
Mikael Ekblom IT-Service manager Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358 207 699 467 From: Francesco Chicchiriccò [mailto:ilgro...@apache.org] Sent: torstai 12. heinäkuuta 2018 9.18 To: user@syncope.apache.org Subject: Re: Apache

2.0.12 GroupTO class cast exception

2019-02-12 Thread Mikael Ekblom
0_191] ... 1 more" Is this a known issue? Regards, Mikael Mikael Ekblom CIO Arcada, IT Jan-Magnus Janssons plats 1, FIN-00560 Helsingfors, Finland TFn: +358 207 699 467 Mobil: +358 207 699 467