Re: Kerberos with web polygraph 4.8.0

Pavel Kazlenka <[email protected]> Wed, 12 Nov 2014 11:08:00 +0300
Newsgroups gmane.comp.web.web-polygraph.user
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============0745727437==
Content-Type: multipart/alternative;
	boundary="------------070908030402010806030200"

This is a multi-part message in MIME format.
--------------070908030402010806030200
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit

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-mN9fGWdlm5pku/f+YMZH/di2O/[email protected]
> http://www.web-polygraph.org/mailman/listinfo/users


--------------070908030402010806030200
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by measurement-factory.com id sADHq2OJ009430

<html>
  <head>
    <meta content=3D"text/html; charset=3Dwindows-1252"
      http-equiv=3D"Content-Type">
  </head>
  <body text=3D"#000000" bgcolor=3D"#FFFFFF">
    <div class=3D"moz-cite-prefix">Hi Murali,<br>
      <br>
      Here's example of using KerberosWrap:<br>
      <br>
      // you need dns resolver<br>
      DnsResolver DR =3D {<br>
      =A0=A0=A0=A0=A0=A0=A0 servers =3D [ '192.168.1.1' ];<br>
      };<br>
      ...<br>
      // KerberosWrap itself<br>
      KerberosWrap kerberosWrap =3D {<br>
      =A0=A0=A0=A0=A0=A0=A0 realm =3D "LOCAL";<br>
      =A0=A0=A0=A0=A0=A0=A0 servers =3D ['kerberos.local:88'];<br>
      =A0=A0=A0=A0=A0=A0=A0 timeout =3D 30sec;<br>
      };<br>
      ...<br>
      // and some fields in robots definition:<br>
      Robot R =3D {<br>
      ...<br>
      =A0=A0=A0=A0=A0=A0=A0 dns_resolver =3D DR;<br>
      =A0=A0=A0=A0=A0=A0=A0 credentials =3D [ "user:pass" ];<br>
      =A0=A0=A0=A0=A0=A0=A0 kerberos_wrap =3D kerberosWrap;<br>
      };<br>
      <br>
      I guess that you missed Robot.credentials in your robots
      definition.<br>
      <br>
      Best wishes,<br>
      Pavel<br>
      <br>
      On 11/11/2014 07:05 PM, Murali Padmanaban wrote:<br>
    </div>
    <blockquote
cite=3D"mid:CADfiG6MGDDNjeHDADD+X3s0D50zde=3DpPwa42t3vTdFJAXE-URA-Rq2MYuBUFGs@public.gmane.org=
ail.com"
      type=3D"cite">
      <div dir=3D"ltr">
        <div>
          <div>Hi All,<br>
            <br>
          </div>
          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.<br>
          <br>
          Regards,<br>
        </div>
        Murali<br>
      </div>
      <br>
      <fieldset class=3D"mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap=3D"">_______________________________________________
Users mailing list
<a class=3D"moz-txt-link-abbreviated" href=3D"mailto:Users@web-polygraph.=
org">Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected]</a>
<a class=3D"moz-txt-link-freetext" href=3D"http://www.web-polygraph.org/m=
ailman/listinfo/users">http://www.web-polygraph.org/mailman/listinfo/user=
s</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>

--------------070908030402010806030200--

--===============0745727437==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

_______________________________________________
Users mailing list
Users-mN9fGWdlm5pku/f+YMZH/di2O/[email protected]
http://www.web-polygraph.org/mailman/listinfo/users

--===============0745727437==--