Re: credentials

Alex Rousskov <[email protected]>
Newsgroups gmane.comp.web.web-polygraph.user
Message-ID <[email protected]>
On Tue, 31 Jan 2006, [email protected] 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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.