From huaraz at moeller.plus.com Sun Sep 19 13:48:49 2010 From: huaraz at moeller.plus.com (Markus Moeller) Date: Sun, 19 Sep 2010 14:48:49 +0100 Subject: Negotiate/Kerberos Message-ID: Hi, Has anybody a Negotiate/Kerberos auth module for Polygraph ? If not where should I start to create one ? Are there good examples ? Thank you Markus From rousskov at measurement-factory.com Tue Sep 21 04:25:28 2010 From: rousskov at measurement-factory.com (Alex Rousskov) Date: Mon, 20 Sep 2010 22:25:28 -0600 Subject: Negotiate/Kerberos In-Reply-To: References: Message-ID: <4C9833B8.5030203@measurement-factory.com> On 09/19/2010 07:48 AM, Markus Moeller wrote: > Has anybody a Negotiate/Kerberos auth module for Polygraph ? If not > where should I start to create one ? Are there good examples ? Hi Markus, Polygraph does not support Kerberos yet. A couple of vendors are looking at possibly sponsoring that feature, but we have no commitments at this time. Co-sponsors and quality patches are welcome! If you want to try to add it yourself, you may want to look at how Negotiate/NTLM is supported and go from there. IIRC, we copied some low-level code from Curl (with permission) and then added Polygraph-specific glue. See src/client/NtlmAuth.* for a possible starting point. Good luck, Alex.