Differences between revisions 4 and 5
Revision 4 as of 2009-05-19 19:30:55
Size: 1030
Editor: localhost
Comment: converted to 1.6 markup
Revision 5 as of 2009-05-25 13:44:56
Size: 1037
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 32: Line 32:
Line 34: Line 33:
CategoryExtension CategoryExtensionsByOthers

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


CategoryExtensionsByOthers

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