Re: credentials

From: Alex Rousskov (rousskov@measurement-factory.com)
Date: Wed Feb 01 2006 - 17:20:49 MST


On Tue, 31 Jan 2006, MEDohojda@argentmortgage.com wrote:

> However I can not seem to have the credentials function work
> properly!
>
> I am trying to declare the variables like this:
> string user1 = "user:password";
> string user2 = "user2:password2";
> etc...
>
> Now how the heck do I tell credential function to use user1, and
> user2?????

Does the following work?

   Robot R = {
     credentials = [ user1, user2 ];
     ...
   };

> I can't seem to be able to find ANY documentation on this.

Have you seen the following page?
         http://www.web-polygraph.org/docs/userman/auth.html

It contains detailed description of authentication knobs. I suspect
your problem is elsewhere though. If the above info does not help,
please send me the PGL file that does not work for you (please keep
it as simple as possible).

Thank you,

Alex.



This archive was generated by hypermail 2b29 : Mon Feb 06 2006 - 12:00:29 MST