Re: volunteering with syncope

2018-05-02 Thread Mike K
Francesco, 
thanks for getting back to me. 


i read the contributing tutorial but where can I start should I just dive in 
and start working on this task 
https://helpwanted.apache.org/task.html?4878d3f5cef089085e3f6534712485ac0fbabdaa
 

then submit a bug report if I find anything wrong with the document . 

regards, 
Mike Karram 

> On May 2, 2018, at 2:21 AM, Francesco Chicchiriccò  
> wrote:
> 
> On 30/04/2018 21:10, Mike wrote:
>> I am new to the group and would like to know where can volunteer my time to 
>> help with the project
> 
> Hi Mike,
> glad to hear this :-)
> 
> Please take a look at
> 
> http://syncope.apache.org/contributing
> 
> as starting point and then revert: we can discuss some of your ideas or pick 
> up something existing.
> 
> Regards.
> 
> -- 
> Francesco Chicchiriccò
> 
> Tirasa - Open Source Excellence
> http://www.tirasa.net/
> 
> Member at The Apache Software Foundation
> Syncope, Cocoon, Olingo, CXF, OpenJPA, PonyMail
> http://home.apache.org/~ilgrosso/
> 



Re: Order by descending/ascending

2018-05-02 Thread PeeDub
OK, that was the problem. Our Postgres was *TOO* new. I downgraded to 9.6 and
it works.

You might check out running on Postgres 10.3.

-
Paul Fullbright
--
Sent from: http://syncope-user.1051894.n5.nabble.com/


Re: Order by descending/ascending

2018-05-02 Thread PeeDub
We are already using the very latest postgres: 10.3. This is coming from the
official dockerhub image.

-
Paul Fullbright
--
Sent from: http://syncope-user.1051894.n5.nabble.com/


Re: Null password

2018-05-02 Thread Dima Ayash

On 05/02/2018 05:39 PM, Arnold Miller wrote:


Dear Dima,
that is exactly what I'm doing but all I get is a null value. I 
checked the Syncope db and I see a value there, which is encrypted.

Dear Arnold,

Which operation are you doing? are you creating a push task? did you add 
the password to the mapping?


Best regards,
Dima Ayash

*Sent:* Wednesday, May 02, 2018 at 9:14 AM
*From:* "Dima Ayash" 
*To:* user@syncope.apache.org
*Subject:* Re: Null password

Dear Arnold,

In the case of the password you need just to use the parameter 
(password) like the parameter (id) for example, which is mentioned in 
the comment.


Best regards,
Dima Ayash.

On 05/01/2018 11:44 PM, Arnold Miller wrote:

Hi,
still having no idea why this happens.
The comment in the original script says "password: password
string, clear text", so 'password' should have this value but it
comes null to my script.
>>

Hi, I'm trying to push a user to an identity store via scripted sql but I
always get a null password for every user, even if it is not null in 
Syncope.
Anyone knows?
I have these variables in Create Script, all of them null:
password
attributes.get("__PASSWORD__")
attributes.get("password")

Arnold





Re: Null password

2018-05-02 Thread Arnold Miller

Dear Dima,

that is exactly what I'm doing but all I get is a null value. I checked the Syncope db and I see a value there, which is encrypted.

 

Sent: Wednesday, May 02, 2018 at 9:14 AM
From: "Dima Ayash" 
To: user@syncope.apache.org
Subject: Re: Null password



Dear Arnold,

In the case of the password you need just to use the parameter (password) like the parameter (id) for example, which is mentioned in the comment.

Best regards,
Dima Ayash.
 

On 05/01/2018 11:44 PM, Arnold Miller wrote:



Hi,

still having no idea why this happens.

The comment in the original script says "password: password string, clear text", so 'password' should have this value but it comes null to my script.

 

>>


Hi, I'm trying to push a user to an identity store via scripted sql but I 
always get a null password for every user, even if it is not null in Syncope. 
Anyone knows?
I have these variables in Create Script, all of them null:
password
attributes.get("__PASSWORD__")
attributes.get("password")

Arnold











Re: Null password

2018-05-02 Thread Dima Ayash

Dear Arnold,

In the case of the password you need just to use the parameter 
(password) like the parameter (id) for example, which is mentioned in 
the comment.


Best regards,
Dima Ayash.


On 05/01/2018 11:44 PM, Arnold Miller wrote:

Hi,
still having no idea why this happens.
The comment in the original script says "password: password string, 
clear text", so 'password' should have this value but it comes null to 
my script.

>>
Hi, I'm trying to push a user to an identity store via scripted sql but I
always get a null password for every user, even if it is not null in Syncope.
Anyone knows?
I have these variables in Create Script, all of them null:
password
attributes.get("__PASSWORD__")
attributes.get("password")
Arnold