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: Null password

2018-08-11 Thread d.cheremnov
Hi! We tried to use the 'DBPasswordPropagationActions', but without success. Resource: https://gyazo.com/a9078721ff399659e30ace9873ed3bf9 Provosion rule (ACCOUNT): https://gyazo.com/b2bff0c6858c16c75ad746b5a2073625 Push task https://gyazo.com/9eebab2ed760fe6ac59abd726eb2f719 Result of push: ht

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] https

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()); accAttrsInfo.add