Re: Global uniqueness requirement of username

2021-05-17 Thread Francesco Chicchiriccò
On 17/05/21 08:06, Martin van Es wrote: On Fri, May 14, 2021 at 7:27 AM Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: At a first glance, there seems to be some difference between "membValue.toString()" from [4] - logged as uid=roger,ou=People,dc=flat,dc=https:/

Re: Global uniqueness requirement of username

2021-05-17 Thread Martin van Es
On Fri, May 14, 2021 at 7:27 AM Francesco Chicchiriccò wrote: > > At a first glance, there seems to be some difference between > "membValue.toString()" from [4] - logged as > > uid=roger,ou=People,dc=flat,dc=https:/ > /cloud,dc=services,dc=vnet > > and "membValue" as reported by log statement at

Re: Global uniqueness requirement of username

2021-05-13 Thread Francesco Chicchiriccò
On 13/05/21 16:38, Martin van Es wrote: On Mon, May 10, 2021 at 9:04 AM Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: Got my Groovy script working, good progress! Technically speaking, it's a Groovy *class*, not script. There was still one thing lingering around that I forgot

Re: Global uniqueness requirement of username

2021-05-13 Thread Martin van Es
On Mon, May 10, 2021 at 9:04 AM Francesco Chicchiriccò wrote: Got my Groovy script working, good progress! There was still one thing lingering around that I forgot the come back to: > Secondly, some of the organisation DN's contain (forward) slashes in the > dc part of their DN, which makes

Re: Global uniqueness requirement of username

2021-05-12 Thread Francesco Chicchiriccò
On 12/05/21 08:32, Martin van Es wrote: On Tue, May 11, 2021 at 4:52 PM Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: You can have a look at what can be done in a PropagationActions class by looking at matching classes under

Re: Global uniqueness requirement of username

2021-05-12 Thread Martin van Es
On Tue, May 11, 2021 at 4:52 PM Francesco Chicchiriccò wrote: > You can have a look at what can be done in a PropagationActions class by > looking at matching classes under > > >

Re: Global uniqueness requirement of username

2021-05-11 Thread Francesco Chicchiriccò
On 10/05/21 16:11, Martin van Es wrote: Hi Francesco, Ok, I can log debug statements! When I inspect the entity object on any of the available methods for e.g.  org.apache.syncope.core.provisioning.api.pushpull.PushActions it seems to be of class JPAUser. Now, what I expect (but maybe I'm

Re: Global uniqueness requirement of username

2021-05-10 Thread Martin van Es
Hi Francesco, Ok, I can log debug statements! When I inspect the entity object on any of the available methods for e.g. org.apache.syncope.core.provisioning.api.pushpull.PushActions it seems to be of class JPAUser. Now, what I expect (but maybe I'm completely mistaken) is to be able to

Re: Global uniqueness requirement of username

2021-05-10 Thread Francesco Chicchiriccò
On 10/05/21 14:05, Martin van Es wrote: On Mon, May 10, 2021 at 9:07 AM Francesco Chicchiriccò mailto:ilgro...@apache.org>> wrote: On 07/05/21 19:50, Martin van Es wrote: Another question. How would I print debug (core.log) statements in a Groovy propagation action script?

Re: Global uniqueness requirement of username

2021-05-10 Thread Martin van Es
On Mon, May 10, 2021 at 9:07 AM Francesco Chicchiriccò wrote: > On 07/05/21 19:50, Martin van Es wrote: > > Another question. > How would I print debug (core.log) statements in a Groovy propagation > action script? > > Not very related to the subject, but you can find a relevant example here: >

Re: Global uniqueness requirement of username

2021-05-10 Thread Francesco Chicchiriccò
On 07/05/21 19:50, Martin van Es wrote: Another question. How would I print debug (core.log) statements in a Groovy propagation action script? Not very related to the subject, but you can find a relevant example here:

Re: Global uniqueness requirement of username

2021-05-10 Thread Francesco Chicchiriccò
On 07/05/21 13:49, Martin van Es wrote: Hi, I've been playing around with Syncope again and was trying to sync a src LDAP scheme that contains multiple organizations, which contain multiple Groups and People branches. All of these branches contain organisation specific users, possibly

Re: Global uniqueness requirement of username

2021-05-07 Thread Martin van Es
Another question. How would I print debug (core.log) statements in a Groovy propagation action script? Best regards, Martin On Fri, May 7, 2021 at 1:49 PM Martin van Es wrote: > Hi, > > I've been playing around with Syncope again and was trying to sync a src > LDAP scheme that contains

Global uniqueness requirement of username

2021-05-07 Thread Martin van Es
Hi, I've been playing around with Syncope again and was trying to sync a src LDAP scheme that contains multiple organizations, which contain multiple Groups and People branches. All of these branches contain organisation specific users, possibly sharing the same uid (login name). You might call