Re: Decrypt AR User password

2014-01-06 Thread Grooms, Frederick W
-Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jean-Louis Halleux Sent: Monday, January 06, 2014 1:54 AM To: arslist@ARSLIST.ORG Subject: Re: Decrypt AR User password Hello Doug, I have then a question if you cannot decrypt a password

Re: Decrypt AR User password

2014-01-06 Thread LJ LongWing
. Fred -Original Message- From: Action Request System discussion list(ARSList) [mailto: arslist@ARSLIST.ORG] On Behalf Of Jean-Louis Halleux Sent: Monday, January 06, 2014 1:54 AM To: arslist@ARSLIST.ORG Subject: Re: Decrypt AR User password Hello Doug, I have

Re: Decrypt AR User password

2014-01-06 Thread Jean-Louis Halleux
-Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Jean-Louis Halleux Sent: Monday, January 06, 2014 1:54 AM To: arslist@ARSLIST.ORG Subject: Re: Decrypt AR User password Hello Doug, I have then a question if you cannot decrypt

Re: Decrypt AR User password

2014-01-06 Thread Mueller, Doug
this helps, Doug Mueller From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of LJ LongWing Sent: Monday, January 06, 2014 7:58 AM To: arslist@ARSLIST.ORG Subject: Re: Decrypt AR User password ** if it's an arx file, that means that it was exported from

Re: Decrypt AR User password

2014-01-06 Thread Vineet Bhargava
@ARSLIST.ORG Reply-To: arslist@ARSLIST.ORG Subject: Re: Decrypt AR User password Jean-Louis, To confirm the response from Fredrick - we export the hashed value and then import the hashed value. So, there is no decrypting of the value and there is never a time when we store the clear text password

Re: Decrypt AR User password

2014-01-06 Thread John Sundberg
your situation. Doug Mueller -Original Message- From: Action Request System discussion list(ARSList) [mailto: arslist@ARSLIST.ORG] On Behalf Of Kulkarni, Adhwari Sent: Thursday, January 02, 2014 1:06 AM To: arslist@ARSLIST.ORG Subject: Re: Decrypt AR User password Hi

Re: Decrypt AR User password

2014-01-05 Thread Jean-Louis Halleux
-Original Message- From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Kulkarni, Adhwari Sent: Thursday, January 02, 2014 1:06 AM To: arslist@ARSLIST.ORG Subject: Re: Decrypt AR User password Hi James, If you want to validate a user and change its

Re: Decrypt AR User password

2014-01-02 Thread Kulkarni, Adhwari
2014 19:35 To: arslist@ARSLIST.ORG Subject: Re: Decrypt AR User password Thanks LJ Longwing I tried executeSpecialCommand as well but its generating same exception. I saw a new method - ExecuteProcessForActiveLink but I need to pass the activelink name as an argument for this method. It seems

Re: Decrypt AR User password

2014-01-02 Thread Mueller, Doug
: Decrypt AR User password Hi James, If you want to validate a user and change its password using API, you can simply create an instance of ARServerUser (Changes as per C/Java code) and pass the username and password that the user has entered. By just trying to do a .login(), you should be able

Re: Decrypt AR User password

2014-01-01 Thread James Smith
Thanks LJ Longwing I tried executeSpecialCommand as well but its generating same exception. I saw a new method - ExecuteProcessForActiveLink but I need to pass the activelink name as an argument for this method. It seems there is no way to validate users password. Happy New Year.

Re: Decrypt AR User password

2013-12-31 Thread James Smith
I tried executeProcess but getting any exception as below; Must have admin permissions to perform this operation; Do you feel, I should provide each user an admin rights to confirm their password ? ___ UNSUBSCRIBE or

Re: Decrypt AR User password

2013-12-31 Thread LJ LongWing
Sorry, there is also am active link version of that command that shouldn't restore admin permissions :) On Dec 31, 2013 4:41 AM, James Smith bmcremedyarslis...@gmail.com wrote: I tried executeProcess but getting any exception as below; Must have admin permissions to perform this operation;

Re: Decrypt AR User password

2013-12-31 Thread James Smith
Appreciate if you give me an example. Wishing you and your family a very happy new year. ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been for 20 years

Re: Decrypt AR User password

2013-12-31 Thread Randeep Atwal
** If you create a special form (or have a generic form for similar things) for password validation on your at server you could do a create entry on the server and run the validate process via a filter on submit since filters run with admin permissions.Then your api can get the result from the

Re: Decrypt AR User password

2013-12-31 Thread LJ LongWing
@ARSLIST.ORG *Reply To: *arslist@ARSLIST.ORG *Subject: *Re: Decrypt AR User password I tried executeProcess but getting any exception as below; Must have admin permissions to perform this operation; Do you feel, I should provide each user an admin rights to confirm their password

Re: Decrypt AR User password

2013-12-31 Thread LJ LongWing
To: *arslist@ARSLIST.ORG *Subject: *Re: Decrypt AR User password I tried executeProcess but getting any exception as below; Must have admin permissions to perform this operation; Do you feel, I should provide each user an admin rights to confirm their password

Decrypt AR User password

2013-12-30 Thread James Smith
Hello Friends, Belated merry Christmas and a very happy new year. I am trying to get the password of username from the user form through API but its coming as encrypted. How can I get it in the human readable form ? Appreciate your thoughts. Happy Holidays!

Re: Decrypt AR User password

2013-12-30 Thread Shellman, David
@ARSLIST.ORG] On Behalf Of James Smith Sent: Monday, December 30, 2013 3:22 PM To: arslist@ARSLIST.ORG Subject: Decrypt AR User password Hello Friends, Belated merry Christmas and a very happy new year. I am trying to get the password of username from the user form through API but its coming

Re: Decrypt AR User password

2013-12-30 Thread James Smith
I want to allow user to change the password from API coding. Before updating the new password, user should confirm his old password. To achieve this I need to decrypt the password stored in remedy and compare it with a password which user entered. Ask me if you need more details.

Re: Decrypt AR User password

2013-12-30 Thread Randeep Atwal
Hi James Check out this thread, you can use Application-Confirm-Password to confirm a users password https://communities.bmc.com/thread/38509?start=0tstart=0 Hope this helps, Randeep On 12/30/2013, 3:51 PM, James Smith bmcremedyarslis...@gmail.com wrote: I want to allow user to change the

Re: Decrypt AR User password

2013-12-30 Thread Charlie Lotridge
Hi James, You don't need the unencrypted password (and you can't get it anyway). Instead, obtain the original password from the user and use the ARVerifyUser (or ARVerifyUser2) API to let Remedy itself perform the validation. If it validates (i.e. you don't get an error return), then use

Re: Decrypt AR User password

2013-12-30 Thread James Smith
Application-Confirm-Password is a process command and this can be used in a filter but how can I use it in API coding ? ___ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Where the Answers Are, and have been

Re: Decrypt AR User password

2013-12-30 Thread LJ LongWing
One of these would work executeProcess public ProcessResult file:///C:/Users/longwing.lj/Google%20Drive/ARJavaLib/ardoc81_build001/com/bmc/arsys/api/ProcessResult.html *executeProcess*(String http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html?is-external=true command)