[lsc-users] Object metamorphism, change the structural objectClass of an LDAP object

2016-09-19 Thread Nikos Voutsinas
Dear all, The symptom: An ldap user object in the source DIT is built around the Structural ObjectClass :inetOrgPerson. When the user leaves the organisation then the deprovisioning process requires her/his ldap object to change to a new form which is now built around a new Structural

Re: [lsc-users] Multivalue pivot Attributes

2017-11-01 Thread Nikos Voutsinas
On Wed, 1 Nov 2017 at 13:08, Clément OUDOT <clem.ou...@gmail.com> wrote: > 2017-11-01 8:58 GMT+01:00 Nikos Voutsinas <nvout...@gmail.com>: > > Hello, > > > > Hello Nikos, > > > Although, I suspect what the answer will be, I thought It might worth >

Re: [lsc-users] Multivalue pivot Attributes

2017-11-01 Thread Nikos Voutsinas
13:53 GMT+01:00 Nikos Voutsinas <nvout...@gmail.com>: > > You mean by selecting in each task which value of the source pivot is > going > > to be used ie the 1st value, on another task the 2nd value and so on... > > > > Where could I change the selection of the p

Re: [lsc-users] userPassword from DS to DB

2017-10-30 Thread Nikos Voutsinas
tual value at the source is read correctly by LSC, considering the ldif that LSC outputs on the console. On Mon, Oct 30, 2017 at 12:01 PM, Clément OUDOT <clem.ou...@gmail.com> wrote: > 2017-10-30 10:46 GMT+01:00 Nikos Voutsinas <nvout...@gmail.com>: > > Hello Clément, &g

Re: [lsc-users] userPassword from DS to DB

2017-10-30 Thread Nikos Voutsinas
Clément, here are the config files, and the debug output from a single run: http://users.uoa.gr/~nvoutsin/lsc-userpassword-ds2db.config.tgz Nikos On Mon, Oct 30, 2017 at 3:21 PM, Clément OUDOT <clem.ou...@gmail.com> wrote: > 2017-10-30 14:18 GMT+01:00 Nikos Voutsinas <nvout.

[lsc-users] userPassword from DS to DB

2017-10-29 Thread Nikos Voutsinas
Hello, I am stuck with a rather common scenario of syncing a 'userPassword' from a Directory Server to a Database. The problem is that the value of the source LDAP attribute ends up in the corresponding column of the destination DB as configured, but with a different value. e.g the userPassword

Re: [lsc-users] userPassword from DS to DB

2017-10-30 Thread Nikos Voutsinas
:17, Clément OUDOT <clem.ou...@gmail.com> wrote: > 2017-10-30 15:55 GMT+01:00 Nikos Voutsinas <nvout...@gmail.com>: > > Clément, here are the config files, and the debug output from a single > run: > > > > http://users.uoa.gr/~nvoutsin/lsc-userpassword-ds2db.c

Re: [lsc-users] userPassword from DS to DB

2017-10-31 Thread Nikos Voutsinas
-ds2db.working.config.tgz On Tue, Oct 31, 2017 at 3:29 AM, Nikos Voutsinas <nvout...@gmail.com> wrote: > Besides the fake entries of "requestsNameForDelete" and > "requestsNameForInsert" -and their corresponding entries in iBatis sql > mapping-, also the &quo

[lsc-users] Inject values via updateScript

2018-08-29 Thread Nikos Voutsinas
Hello everybody, Would it possible to inject additional lines into the ldif input stream of an updateScript and thus change the final modify operation ? For instance if the input stream of the update.sh is the following : dn: attr1=xx changetype: modify replace: attr2 attr2: value - The

Re: [lsc-users] Inject values via updateScript

2018-08-29 Thread Nikos Voutsinas
...and the answer is yes you can inject additional lines in the ldif input stream via an external updatescript (e.g. using the executableLdapDestinationServiceSettings) you need to be careful with the handling of spaces and new lines though. Nikos On Wed, Aug 29, 2018 at 8:17 PM Nikos Voutsinas