Kerberos with web polygraph 4.8.0

Pavel Kazlenka pavel.kazlenka at measurement-factory.com
Wed Nov 12 08:08:00 UTC 2014


Hi Murali,

Here's example of using KerberosWrap:

// you need dns resolver
DnsResolver DR = {
         servers = [ '192.168.1.1' ];
};
...
// KerberosWrap itself
KerberosWrap kerberosWrap = {
         realm = "LOCAL";
         servers = ['kerberos.local:88'];
         timeout = 30sec;
};
...
// and some fields in robots definition:
Robot R = {
...
         dns_resolver = DR;
         credentials = [ "user:pass" ];
         kerberos_wrap = kerberosWrap;
};

I guess that you missed Robot.credentials in your robots definition.

Best wishes,
Pavel

On 11/11/2014 07:05 PM, Murali Padmanaban wrote:
> Hi All,
>
> Does some one have sample .pg file how to use KerberosWrap with Web 
> Polygraph 4.8.0. I am getting kerberos_auth is not declared error.
>
> Regards,
> Murali
>
>
> _______________________________________________
> Users mailing list
> Users at web-polygraph.org
> http://www.web-polygraph.org/mailman/listinfo/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.web-polygraph.org/pipermail/users/attachments/20141112/9fd21c4a/attachment.html>


More information about the Users mailing list