Re: Urgent: updated pull using dbscript

2017-04-27 Thread Tech
Full On 27/04/17 09:09, Marco Di Sabatino Di Diodoro wrote: Il 26/04/2017 23:10, Tech ha scritto: Hello, we are using the dbscripts to pull information from a database, but we detected that if any change occurs, for example an email address has been modified, the pull task is no able

Re: Disable captcha

2017-04-26 Thread Tech
No, sorry, we saw that the captcha is working differently in version 203, it's not a bug On 26/04/17 19:02, Tech wrote: Hello, there is a small bug in the enduser interface. You can enable or disable the captcha from line 361, but after this result is overwritten by line 374

Adding new fields over a MariaDB

2017-04-26 Thread Tech
Hello, using the Syncope 203, when we try to add a new type, we get this error at the moment of saving the change. Here we just try to add an additional email with an EmailValidator, but this happen with any new field that we try to add. Regars 17:11:15.595 ERROR

Disable captcha

2017-04-26 Thread Tech
Hello, there is a small bug in the enduser interface. You can enable or disable the captcha from line 361, but after this result is overwritten by line 374. To resolve we enter twice "false". Regards

Re: Invalid character CR/LF

2017-04-26 Thread Tech
and * table_definition_cache 16384 * table_open_cache 32162 as suggested, but the result didn't change On 24/04/17 10:13, Fabio Martelli wrote: Il 20/04/2017 11:49, Tech ha scritto: The core is empty, but the core-rest displays this: 09:46:52.952 ERROR

Re: DataIntegrityViolation [The transaction has been rolled back..

2017-04-25 Thread Tech
/17 15:28, Marco Di Sabatino Di Diodoro wrote: Hi, Il 13/04/2017 14:15, Tech ha scritto: Hello, I guess that is finally a bug: this is related with the version of the DB/JDBC connector used. We entered into the logs and we saw that there are several errors for "table not found": t

Re: Invalid character CR/LF

2017-04-20 Thread Tech
as well. Regards, F. Il 20/04/2017 11:28, Tech ha scritto: Hello, with Syncope 203 we are facing this error in several part of the console: "*Invalid character CR/LF*". After this is occurring we are pushed back to the login page of the admin console. For example, we open the

Re: Implementing an action in 203

2017-04-20 Thread Tech
Thank you Marco On 20/04/17 10:47, Marco Di Sabatino Di Diodoro wrote: Hi Il 20/04/2017 10:00, Tech ha scritto: Any ideas? On 19/04/17 16:02, Tech wrote: Dear experts, we are working with the version 203 of Syncope and we would like to implement an Action: From the package

Implementing an action in 203

2017-04-19 Thread Tech
Dear experts, we are working with the version 203 of Syncope and we would like to implement an Action: From the package org.apache.syncope.core.provisioning.java we extended DefaultLogicActions. We copied our source into core/src/java/org/apache/syncope/core/provisioning/java, we

Re: DataIntegrityViolation [The transaction has been rolled back..

2017-04-13 Thread Tech
reporting. Regards, F. [1] https://issues.apache.org/jira/browse/SYNCOPE-1065 Il 10/04/2017 12:35, Tech ha scritto: Dear experts, We are working with the Syncope 2.0.3-SNAPSHOT, we are doing nothing but changing the default database, from Postgres to MariaDB. We compile and we start a brand new Syncope depl

Re: Validate occurred propagation

2017-04-04 Thread Tech
t is the information to turn the X into V On 04.04.17 10:05, Marco Di Sabatino Di Diodoro wrote: Hi Il 04/04/2017 09:49, Tech ha scritto: Dear experts, we are working with Rest and provisioning accounts to a Ws. We are able to correctly create remotely the resource, but we are not able to

Validate occurred propagation

2017-04-04 Thread Tech
Dear experts, we are working with Rest and provisioning accounts to a Ws. We are able to correctly create remotely the resource, but we are not able to mark into the system that the propagation correctly occurred (from the Admin Console we still see the resource marked with (x) instead of

Re: REST Web Service

2017-03-30 Thread Tech
ntion that we are not able yet to arrive to contact the REST ws, we still need to get out from Syncope. Thanks On 29.03.17 20:34, Tech wrote: Hello Francesco, thanks for the reply, and actually the tips of the ReloadScriptOnExecution was really useful to debug the code. Regards

Re: REST Web Service

2017-03-29 Thread Tech
Hello Francesco, thanks for the reply, and actually the tips of the ReloadScriptOnExecution was really useful to debug the code. Regards On 21.03.17 08:59, Francesco Chicchiriccò wrote: On 20/03/2017 15:45, Tech wrote: Dear experts, we are trying to configure a REST Web Service, but we

Tasks synchronization

2017-03-28 Thread Tech
Dear experts, We are trying to work on the process synchronization between two different resources. We pull data from a resource and we push data to another resource What we detected is this scenario that we tried to resolve using the "Priority", increasing it for example to 5 on resource2,

Re: Assign group to user from DB

2017-03-27 Thread Tech
Just checked: the code is correct, but should be just positioned into the beforeProvisioning, now it's correctly working. Thanks for the support! On 27.03.17 17:53, Tech wrote: As described at the beginning of the thread, we have a pull process taking information from a database. We

Re: Assign group to user from DB

2017-03-27 Thread Tech
we should just use userpatch but put it in BeforeProvisioning instead of BeforeUpdate? Thanks On 27.03.17 17:41, Marco Di Sabatino Di Diodoro wrote: Il 27/03/2017 17:12, Tech ha scritto: We used the After because we realized that in the first time we run the code the users were just

Re: Assign group to user from DB

2017-03-27 Thread Tech
here any other missing action that should be taken? Thanks On 06.03.17 17:12, Tech wrote: Yes, finally working, thanks a lot! On 06/03/17 16:51, Marco Di Sabatino Di Diodoro wrote: Il 06/03/2017 16:40, Tech ha scritto: Actually you were right, we used already a "beforeUpdat

Re: Some issues detected with the field date

2017-03-24 Thread Tech
Hello Marco, we tried to change the year as you suggested, but nothing is changing because the problem is about day and month On 22/03/17 15:26, Marco Di Sabatino Di Diodoro wrote: Il 22/03/2017 15:14, Tech ha scritto: You could try with -M-d or -d-M or -MM-d ... we tried

Re: Some issues detected with the field date

2017-03-22 Thread Tech
: Hi, Il 22/03/2017 14:48, Tech ha scritto: Dear Syncope Team, we are using version 2.0.2 of the product. We detected this issue both from Console and Enduser interface: changing a custom date, the year is reported correctly, but the day and month are wrong. If we try to define a date like

Some issues detected with the field date

2017-03-22 Thread Tech
Dear Syncope Team, we are using version 2.0.2 of the product. We detected this issue both from Console and Enduser interface: changing a custom date, the year is reported correctly, but the day and month are wrong. If we try to define a date like the 31-01-2017, the date that is store is

REST Web Service

2017-03-20 Thread Tech
Dear experts, we are trying to configure a REST Web Service, but we don't how it should be deployed. We found in the /test directory some groovy script to Create/Update/etc, but we don't understand in a real environment where these script should be copied before compiling. Thanks!

Re: Assign group to user from DB

2017-03-06 Thread Tech
Yes, finally working, thanks a lot! On 06/03/17 16:51, Marco Di Sabatino Di Diodoro wrote: Il 06/03/2017 16:40, Tech ha scritto: Actually you were right, we used already a "beforeUpdate". Here the code, there is nothing strange apparently, the boolean "result

Re: Assign group to user from DB

2017-03-06 Thread Tech
r added to the group?: "+result); // Returns true// //}// //group = user.getPlainAttrMap().get("role");// //}// //return delta;// //}// // / On 06/03/17 16:10, Marco Di Sabatino Di Diodoro wrote: Hi, Il 06/03/2017 15:45, Tech ha scrit

Re: Assign group to user from DB

2017-03-06 Thread Tech
rue", therefore we think that everything went well, but when we enter into the admin console of Syncope, the user has not being assigned to the Group1. Is there a missing step? Thanks On 03/03/17 19:49, Marco Di Sabatino Di Diodoro wrote: Hi, Il 03/03/2017 15:53, Tech ha scritto:

Re: Assign group to user from DB

2017-03-03 Thread Tech
the adequate Groovy scripts matching your own database schema; some samples can be found under the core/src/test/resources/scriptedsql directory of your generated Maven project. HTH Regards. On 27/02/2017 17:47, Tech wrote: Hello, coming back to this point: we prepared the code to integrate

Re: Assign group to user from DB

2017-03-01 Thread Tech
directory of your generated Maven project. HTH Regards. On 27/02/2017 17:47, Tech wrote: Hello, coming back to this point: we prepared the code to integrate the group propagation from a DB to Syncope but we encountered some problems. Before integrating the code that we developed, we started to add

Dynamic role - the task remains blocked

2017-03-01 Thread Tech
Dear experts, we want to report you something we detected in the Syncope-Console. We are importing some information from a database where a column is called "MYGROUP" and the content is "Employee". We created a group into Syncope called MYGROUP and in the group we defined a Dynamic group

Jobs blocked after modification

2017-02-28 Thread Tech
Dear experts, we tried to run some modification from the interface, but now we aren't anymore able to pull any information because we have the jobs blocked as showed by the image. We rebooted the application, but the problem wasn't resolved. We click on the "STOP", but the tasks are not

Re: Assign group to user from DB

2017-02-27 Thread Tech
back to normality. Any idea why this could happen? Thanks! On 06/02/17 17:58, Marco Di Sabatino Di Diodoro wrote: Il 06/02/2017 17:41, Marco Di Sabatino Di Diodoro ha scritto: Hi, Il 06/02/2017 17:11, Tech ha scritto: Dear experts, we're pulling information from a database.

Re: Enduser interface - Enum values

2017-02-23 Thread Tech
Thanks Andrea, looking forward for version 2.0.3 On 02/23/2017 10:27 AM, Andrea Patricelli wrote: t configuration, there is a bug in the Enduser, it does not support labels longer than 1 character. I've just open [1]. Fix will be available since 2.0.3 release (and in 2.0.3-SNAPSHOT).

Enduser interface - Enum values

2017-02-23 Thread Tech
Dear experts, we created a custom Enum type "p_language" The mappings should be * 1: English * 2: German translated in this way Type: Enum values * 1 * 2 Labels * English * German Basic validator When we enter in the user interface we see in the dropdown * E * N * G while we

Re: Get error - while try to synchronize AD data to syncpe

2017-02-22 Thread Tech
mappings (firstName : givenName: lastName : sn... etc) On 02/22/2017 04:53 PM, Raj Kumar wrote: Can you bit elaborate please. I am new to syncope and 2.0.2 is totally different on UI compare to old version. Kindly elaborate the steps . Thanks, Rajkumar k Thanks, Rajkumar k On Feb 22, 201

Re: Get error - while try to synchronize AD data to syncpe

2017-02-22 Thread Tech
Always from the Topology you should create the resource. Click on the connector and a popup will appear on the right. There you can also define the mappings On 02/22/2017 04:20 PM, rajkumar wrote: Hi, I have set up syncope 2.0.2 in my centos server and i have created connector for sync

Understanding connector agent in remote system

2017-02-22 Thread Tech
Dear experts, we checked from the documentation that the conn bundles could be also deployed on the target system instead of that in Syncope. We want to understand with you if it would be possible to configure a similar scenario and to validate if our understanding is correct: * Syncope

Re: Syncope development environment

2017-02-18 Thread Tech
Hello Andrea, not with the source codes, but with the MVN project On 02/16/2017 04:39 PM, Andrea Patricelli wrote: Hi Alin, Il 16/02/2017 16:09, Tech ha scritto: Hello, Is there any way we can setup a full development environment with debug possibilities from IntelliJ or another IDE

Syncope development environment

2017-02-16 Thread Tech
Hello, Is there any way we can setup a full development environment with debug possibilities from IntelliJ or another IDE, and if yes can you give us a link? Thanks, Alin

Re: Bug to JEXL script using custom field with "-" propagating a "0"

2017-02-15 Thread Tech
Hello, thanks for the clarification Regards On 02/15/2017 04:28 PM, Francesco Chicchiriccò wrote: On 15/02/2017 16:18, Tech wrote: Dear Experts, we want to bring to your attention a bug that we detected into the admin console. If you create a custom field containing

Bug to JEXL script using custom field with "-" propagating a "0"

2017-02-15 Thread Tech
Dear Experts, we want to bring to your attention a bug that we detected into the admin console. If you create a custom field containing a dash "-" like "first-name", we detected that in the case we would like to apply some JEXL in the push (but maybe this might apply also in other cases), for

Re: Active Directory password propagation

2017-02-15 Thread Tech
two (or more) checkboxes > (depends on the number of resources associated to the user), have you > flagged the AD checkbox? > Please see image at [1]. > > HTH, > Andrea > > [1] https://ibin.co/3CTCYNjuyWT7.png > > Il 13/02/2017 14:52, Tech ha scritto: >> Dear exp

How to purge Syncope user form DB and execution history

2017-02-14 Thread Tech
Dear All, 1. I would like to ask you if already exists a script to purge a Syncope user (deleting the credentials, etc. = absolute deletion) form the DB. 2. We have an important amount of information checking the "Result status of execution", we would like to know if also exists an automatic

Re: Password reset procedure from enduser interface

2017-02-13 Thread Tech
ccò wrote: >>> On 18/01/2017 11:38, Tech wrote: >>>> Hello, >>>> >>>> we faced something that could be a bug in version 2.0.1 and version >>>> 2.0.2. >>>> >>>> We created a SecurityQuestion from the Adm

Re: Admin user interface - custom fields order

2017-02-08 Thread Tech
esources/app/js/app.js#L392 > > > Il 01/02/2017 16:22, andrea ha scritto: >> >> Il 01/02/2017 15:13, Tech ha scritto: >>> >>> Dear all, >>> >> Good evening, >> >> please see my response inline. >>> >>> we created some

Schema types - Non-Editable and Hidden fields

2017-02-08 Thread Tech
Dear Experts, We want to associate some custom fields to a user and we were wondering if: 1) a field could be visible for the user but not editable, for example the First/Last names. We saw from the console the option to make not-editable, but, after checking this flag, also the administrator

Re: Deploy MVN Syncope with Workflow

2017-02-02 Thread Tech
Francesco Chicchiriccò wrote: > On 02/02/2017 14:27, Tech wrote: >> The point is that we create a brand new database (empty), we >> deploying using "-P all" and for some reason the database is already >> filled with some test data. >> >> We see that the

Re: Deploy MVN Syncope with Workflow

2017-02-02 Thread Tech
;*Rossini*" and "*Vivaldi*" that we don't understand where they are coming from. We don't think that this is the expected behavior, could you please advise? Thanks On 02/02/2017 12:25, Francesco Chicchiriccò wrote: > On 02/02/2017 12:21, Tech wrote: >> >> Dear exp

Deploy MVN Syncope with Workflow

2017-02-02 Thread Tech
Dear experts, we would like to deploy syncope 2.0.2 using the workflows. We are using this command: * mvn -P all clean verify -Dconf.directory=/opt/syncope/conf -Dbundles.directory=/opt/syncope/bundles -Dlog.directory=/opt/syncope/log In the *

Admin user interface - custom fields order

2017-02-01 Thread Tech
Dear all, we created some custom fields, like fname and lname. We added to the BaseUser class and we have in the order: * email * fname * lname We log as user to the interface to register a new user, and this order is respected. We go back to the Console and using the interface "Edit

Re: Active Directory password propagation

2017-01-30 Thread Tech
fields, is not immediately propagate when changed, but it's only propagated by the scheduler. Can this be changed? Thanks for your support On 30/01/2017 15:24, Francesco Chicchiriccò wrote: > On 30/01/2017 15:18, Tech wrote: >> Yes, I can confirm, right in this moment we

Re: Active Directory password propagation

2017-01-30 Thread Tech
Yes, I can confirm, right in this moment we are only performing manual provisioning. This is of course not the goal, but before moving to an automatic provision of accounts we want the manual one working On 30/01/2017 15:14, Francesco Chicchiriccò wrote: > On 30/01/2017 15:11, Tech wr

Re: Active Directory password propagation

2017-01-30 Thread Tech
gt; sAMAccountName Object link 'CN='+username+',OU=myad,dc=test,dc=local' Push tasks: Active Matching rule : Update Unmatching rule: provision Allow Create, update, delete, sync status On 30/01/2017 15:01, Francesco Chicchiriccò wrote: > On 30/01/2017 14:53, Tech wrote: >> This

Re: Active Directory password propagation

2017-01-30 Thread Tech
correctly updated into Syncope, but it's not propagated to AD, therefore the user will be able to login only using the old password. On 30/01/2017 12:28, Tech wrote: > I'm not sure about this step. > > As mentioned we can already propagate changes as "email, "first nam

Re: Active Directory password propagation

2017-01-30 Thread Tech
ere is an additional step that was not performed in Syncope. On 27/01/2017 16:32, Fabio Martelli wrote: > Il 27/01/2017 15:53, Tech ha scritto: >> Yes, we are connecting via SSL. >> >> We know that the connection is working because we are still able to >> propagate the user modificat

Re: Active Directory password propagation

2017-01-27 Thread Tech
wrote: > Hi, find my comment in-line. > Regards, > F. > > Il 27/01/2017 12:12, Tech ha scritto: >> >> Hello, >> >> we are working on the password propagation using the AD connector. >> >> We are able to check the connectivity both using plain and SS

Active Directory password propagation

2017-01-27 Thread Tech
Hello, we are working on the password propagation using the AD connector. We are able to check the connectivity both using plain and SSL, we are able to create new users and to update information like email, first name and last name. We edit the connector: * We check SSL * we change the

DelegateAdministrationException: Missing entitlement or realm administration for USER

2017-01-19 Thread Tech
Dear experts, we defined some custom fields into our Syncope 2.0.1. We create a user we fill his fields and we can save correctly. If we add an additional field and we try to edit the user from the syncope-enduser we are not able to save the modification and the following error-popup is

Label on custom attributes

2017-01-18 Thread Tech
Dear all, we need to create custom attributes in Syncope, but we realized the correspondence 1:1 with Key/Column/Label. For example we might need to display some attributes that should not be read necessary in English and that could contain accents. For example we imagine something like this:

Password reset procedure from enduser interface

2017-01-18 Thread Tech
Hello, we faced something that could be a bug in version 2.0.1 and version 2.0.2. We created a SecurityQuestion from the Admin interface and the user is prompted to enter one during the creation of his account. The SecurityQuestion is correctly stored into the DB. We "forget" the password and

Re: Date format on user self-registration

2017-01-18 Thread Tech
Hello, thanks, in the version 2.0.2 the Date is working correctly. Regards On 18/01/2017 10:31, Francesco Chicchiriccò wrote: > On 18/01/2017 10:23, Tech wrote: >> Hello, >> >> we created the new java files as requested, we modified the >> dynamicPlainAttribute

Re: Date format on user self-registration

2017-01-18 Thread Tech
>> On 12/01/2017 14:27, Tech wrote: >>> Dear experts, >>> >>> We added the date as custom field, we added it to the BaseUser class >>> and after we added to the USER schema. >>> >>> During the self registration we are able to disp

Date format on user self-registration

2017-01-12 Thread Tech
Dear experts, We added the date as custom field, we added it to the BaseUser class and after we added to the USER schema. During the self registration we are able to display the field, that is correctly displayed as Date (we can also see the calendar button). We can complete the registration

Modification not stored into the system

2016-11-30 Thread Tech
Dear Experts, we installed Syncope and we were able to start it. We detected that the modification like creation of Realms or creation of Users were not registered into the platform because when we restart the AS, everything looks like a fresh installation. We thought that this could be

Re: Unable to install Syncope 2.0

2016-11-27 Thread Tech
] http://syncope.apache.org/docs/getting-started.html#maven-project [3] http://syncope.apache.org/docs/getting-started.html#a-bird-s-eye-view-on-the-architecture [4] http://syncope.apache.org/rest/2.0/index.html On 23/11/2016 20:18, Tech wrote: Dear Experts, we tried to install Syncope 2.0

Unable to install Syncope 2.0

2016-11-23 Thread Tech
Dear Experts, we tried to install Syncope 2.0 on a Unix environment with these features: - CentOS7 - Java1.8.0.111 - Mvn 3.10 + - Tomcat 8.0.39 - Wildfly 10.1 We tried to follow this procedure https://github.com/Tirasa/syncopeOnJBoss/blob/master/README.md and we tried to deploy the war