Differences between revisions 3 and 4
Revision 3 as of 2008-10-02 17:01:54
Size: 1030
Editor: TimOlsen
Comment:
Revision 4 as of 2009-05-19 19:30:55
Size: 1030
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Kerberos Extension

This extension is not distributed with Mercurial.

Author: Tim Olsen <tolsen@limelabs.com>

Download site: http://www.limedav.com/hg/hgkerberos

Overview

hgkerberos provides support for kerberos authentication (Negotiate/SPNEGO) over HTTP.

hgkerberos has been successfully tested against Apache's mod_auth_kerb.

Configuration

Install pykerberos. In debian, the package is python-kerberos. pykerberos is developed by Apple so it should be available somewhere for Mac OS X. I don't believe it is available for Windows.

Install urllib2_kerberos: easy_install urllib2_kerberos

Configure your .hgrc to enable the extension by adding following lines:

[extensions]
hgext.kerberos=
# or, if kerberos.py is not in the hgext dir:
# kerberos=/path/to/hgkerberos.py

Support

There is a mailing list for urllib2_kerberos and hgkerberos at https://www.limedav.com/mailman/listinfo/urllib2_kerberos-discuss


CategoryExtension

KerberosExtension (last edited 2023-08-19 22:29:27 by EricHawicz)