document more about mechs

This commit is contained in:
Love Hornquist Astrand
2010-02-13 17:27:14 -08:00
parent 96852bdc79
commit b7581f5dcb

View File

@@ -35,13 +35,16 @@
* *
* Heimdal implements the following mechanisms: * Heimdal implements the following mechanisms:
* *
* - Kerberos 5 - GSS_KRB5_MECHANISM * - Kerberos 5
* - SPNEGO - GSS_SPNEGO_MECHANISM * - SPNEGO
* - NTLM - GSS_NTLM_MECHANISM * - NTLM
*
* See @ref gssapi_mechs for more describtion about these mechanisms.
* *
* The project web page: http://www.h5l.org/ * The project web page: http://www.h5l.org/
* *
* - @ref gssapi_services_intro * - @ref gssapi_services_intro
* - @ref gssapi_mechs
* - @ref gssapi_api_INvsMN * - @ref gssapi_api_INvsMN
*/ */
@@ -70,6 +73,17 @@
* *
*/ */
/**
* @page gssapi_mechs GSS-API mechanisms
* @section gssapi_mechs GSS-API mechanisms
*
* - Kerberos 5 - GSS_KRB5_MECHANISM
* - SPNEGO - GSS_SPNEGO_MECHANISM
* - NTLM - GSS_NTLM_MECHANISM
*/
/** /**
* @page internalVSmechname Internal names and mechanism names * @page internalVSmechname Internal names and mechanism names
* @section gssapi_api_INvsMN Name forms * @section gssapi_api_INvsMN Name forms