From 96852bdc79438b6e29e3905007ee662c29ff3542 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 13 Feb 2010 17:23:09 -0800 Subject: [PATCH] list contants for mechs --- lib/gssapi/mech/doxygen.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/gssapi/mech/doxygen.c b/lib/gssapi/mech/doxygen.c index fb428e6da..6c0a0a7ed 100644 --- a/lib/gssapi/mech/doxygen.c +++ b/lib/gssapi/mech/doxygen.c @@ -35,9 +35,9 @@ * * Heimdal implements the following mechanisms: * - * - Kerberos 5 - * - SPNEGO - * - NTLM + * - Kerberos 5 - GSS_KRB5_MECHANISM + * - SPNEGO - GSS_SPNEGO_MECHANISM + * - NTLM - GSS_NTLM_MECHANISM * * The project web page: http://www.h5l.org/ *