You could use or write a small command line app which is called from workflow that authenticates and returns either a 1 or 0. You may be able to create a user defined function (SQL Server 2005 + .Net) that authenticates a username+password and returns 1 or 0. HTH Stephen
________________________________ From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Suddhasil sircar Sent: Tuesday, December 05, 2006 9:44 AM To: [email protected] Subject: Re: Validate password through LDAP from a form. ** Hi Michiel, I think that is going to validate from the user form. I want the validation to be done through LDAP On 12/5/06, Michiel Beijen <[EMAIL PROTECTED]> wrote: ** Hi there, You can let a user type in his password in a character field and verify it using the Application-Confirm-Password special run process command. Application-Confirm-Password <password> Validates if the password is the password for the current user. For <password>, you can use a reference to field 102, which is the password field. Returns ARERR 4549 or no error: * No error-Indicates success of the password confirmation, with a returned value of NULL. * ARERR 4549-Indicates failure of the password confirmation. Kind regards, -- Michiel On 12/5/06, Suddhasil Sircar <[EMAIL PROTECTED] > wrote: > Hi Listers, > > I am using AR System 5.1 patch 1371. We have LDAP configured in our server > and it's working fine. I have a requirement in which the user will be > asked to enter his password in a form which will be validated through > LDAP. If he passes the validation, a certain set of workflow will follow > otherwise a different set of workflow will follow. How do I tackle this > issue? > > > Thanks, > > ________________________________________________________________________ _______ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org <http://www.arslist.org/> ARSlist:"Where the Answers Are" > __20060125_______________________This posting was submitted with HTML in it___ __20060125_______________________This posting was submitted with HTML in it___ _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

