Re: How do export users, groups and membership from syncope to extern DB?

2018-08-13 Thread d.cheremnov
Hi, Andrea! Thank you! 1) Connection https://gyazo.com/d25aca2f48287371177d5c6213f7b9f1 >>please add a mapping for the USER password in the (flag the field as >>password attribute). 2) Resource - User provision https://gyazo.com/3e9edde7a20ac748964a0538c3d7af76 >>Moreover assign

Re: How do export users, groups and membership from syncope to extern DB?

2018-08-13 Thread Andrea Patricelli
Hi, please add a mapping for the USER password in the (flag the field as password attribute). Moreover assign DBPasswordPropagationActions to the resource sued to propagate users. Then you should find "password" variable populated in the groovy scripts. Best regards, Andrea Il

Re: How do export users, groups and membership from syncope to extern DB?

2018-08-11 Thread d.cheremnov
7) ActivitiSchemaScript.groovy: log.info("Entering "+action+" Script"); // Declare the __ACCOUNT__ attributes // Make the uid required uidAIB = new AttributeInfoBuilder("ID_",String.class); uidAIB.setRequired(true); accAttrsInfo = new HashSet(); accAttrsInfo.add(uidAIB.build());

Re: How do export users, groups and membership from syncope to extern DB?

2018-08-11 Thread d.cheremnov
Thank you! >>Please take a look at [1]. Especially to commented description: >>"password: password string, clear text". >>N.B. If you want to enable cleartext passwords please flag >>clearTextPasswordToScript in connector configuration. 0) Parameter password.cipher.algorithm = [BCRYPT]

Re: How do export users, groups and membership from syncope to extern DB?

2018-08-11 Thread d.cheremnov
Hi! >>Do you want to propagate users to an external SQL database right? Yes. We want to create/edit/delete users, groups, membership in syncope and export to external databases. We are ready to use customization (http://syncope.apache.org/docs/getting-started.html#maven-project). We can create

Re: How do export users, groups and membership from syncope to extern DB?

2018-08-10 Thread Andrea Patricelli
Hi, Do you want to propagate users to an external SQL database right? Which version of Syncope are you running? Il 10/08/2018 11:52, d.cheremnov ha scritto: Hi! 1. Activiti DataBase: CREATE TABLE IF NOT EXISTS `act_id_user` ( `ID_` varchar(64) COLLATE utf8_bin NOT NULL, `REV_` int(11)

Re: How do export users, groups and membership from syncope to extern DB?

2018-08-10 Thread d.cheremnov
I read doc and http://syncope-user.1051894.n5.nabble.com/Re-Null-password-td5709805.html but I need to send the encrypted password from the syncope to the extern database ... Best regards, Dmitriy Cheremnov -- Sent from: http://syncope-user.1051894.n5.nabble.com/