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:
https://gyazo.com/5d4106c230f24ed1f96d17b163003ca8

Record created, but 'null' password:
https://gyazo.com/f94799c3b336a7c6234f476004e64b0e

Best regard, Dmitriy


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


Re: Null password

2018-08-10 Thread Alireza Ranjbaran
Hi,

Make sure that you added password in your resource mapping.
Also see  DBPasswordPropagationActions

  

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


Re: Null password

2018-08-10 Thread d.cheremnov
I read doc, but I need to send the encrypted password from the syncope to the 
extern database ... 

It can be somehow done (for example with the help of action class)? 

Best regards, 
Dmitriy Cheremnov 


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


Re: Null password

2018-08-10 Thread d.cheremnov
I read doc, but I need to send the encrypted password from the syncope to the
extern database ...

It can be somehow done (for example with the help of action class)?

Best regards,
Dmitriy Cheremnov

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


Re: Null password

2018-05-04 Thread Dima Ayash

On 05/03/2018 11:08 PM, Arnold Miller wrote:


Dear Dima,
> Which operation are you doing?
for both CREATE and UPDATE operations (scripts) I get null password.
> are you creating a push task?
Yes. I created a Push task for the correspondent resource.
> did you add the password to the mapping?
Yes. The mapping is 'password' to '__PASSWORD__'

Hi Arnold,


The idea here that during a push task, if the password is encoded with a 
non reversible algorithm, Syncope will not send it to the external resource.



Best regards,
Dima Ayash.

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

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-03 Thread Arnold Miller
Dear Dima,

 

> Which operation are you doing?

for both CREATE and UPDATE operations (scripts) I get null password.

 

> are you creating a push task?

Yes. I created a Push task for the correspondent resource.

 

> did you add the password to the mapping?


Yes. The mapping is 'password' to '__PASSWORD__'

 


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



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




Re: Null password

2018-05-01 Thread Arnold Miller
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




Null password

2018-04-20 Thread bwc4yo+dnihhpnn75ptxg
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






Sent using Guerrillamail.com
Block or report abuse: 
https://www.guerrillamail.com//abuse/?a=VFJxFy0TWroWhx6xvn8PcxfPSISfwNA%3D