1226031Sstas
2226031SstasMECH(5)                     BSD File Formats Manual                    MECH(5)
3226031Sstas
4226031SstasNNAAMMEE
5226031Sstas     mmeecchh, qqoopp -- GSS-API Mechanism and QOP files
6226031Sstas
7226031SstasSSYYNNOOPPSSIISS
8226031Sstas     _/_e_t_c_/_g_s_s_/_m_e_c_h _/_e_t_c_/_g_s_s_/_q_o_p
9226031Sstas
10226031SstasDDEESSCCRRIIPPTTIIOONN
11226031Sstas     The _/_e_t_c_/_g_s_s_/_m_e_c_h file contains a list of installed GSS-API security
12226031Sstas     mechanisms.  Each line of the file either contains a comment if the first
13226031Sstas     character is '#' or it contains five fields with the following meanings:
14226031Sstas
15226031Sstas     Name          The name of this GSS-API mechanism.
16226031Sstas
17226031Sstas     Object identifier
18226031Sstas                   The OID for this mechanism.
19226031Sstas
20226031Sstas     Library       A shared library containing the implementation of this
21226031Sstas                   mechanism.
22226031Sstas
23226031Sstas     Kernel module (optional)
24226031Sstas                   A kernel module containing the implementation of this mech-
25226031Sstas                   anism (not yet supported in FreeBSD).
26226031Sstas
27226031Sstas     Library options (optional)
28226031Sstas                   Optionsal parameters interpreted by the mechanism. Library
29226031Sstas                   options must be enclosed in brackets ([ ]) to differentiate
30226031Sstas                   them from the optional kernel module entry.
31226031Sstas
32226031Sstas     The _/_e_t_c_/_g_s_s_/_q_o_p file contains a list of Quality of Protection values for
33226031Sstas     use with GSS-API.  Each line of the file either contains a comment if the
34226031Sstas     first character is '#' or it contains three fields with the following
35226031Sstas     meanings:
36226031Sstas
37226031Sstas     QOP string    The name of this Quality of Protection algorithm.
38226031Sstas
39226031Sstas     QOP value     The numeric value used to select this algorithm for use
40226031Sstas                   with GSS-API functions such as gss_get_mic(3).
41226031Sstas
42226031Sstas     Mechanism name
43226031Sstas                   The GSS-API mechanism name that corresponds to this algo-
44226031Sstas                   rithm.
45226031Sstas
46226031SstasEEXXAAMMPPLLEESS
47226031Sstas     This is a typical entry from _/_e_t_c_/_g_s_s_/_m_e_c_h:
48226031Sstas
49226031Sstas     kerberosv5      1.2.840.113554.1.2.2    /usr/lib/libgssapi_krb5.so.8    -
50226031Sstas
51226031Sstas     This is a typical entry from _/_e_t_c_/_g_s_s_/_q_o_p:
52226031Sstas
53226031Sstas     GSS_KRB5_CONF_C_QOP_DES         0x0100  kerberosv5
54226031Sstas
55226031SstasHHIISSTTOORRYY
56226031Sstas     The mmeecchh manual page example first appeared in FreeBSD 7.0.
57226031Sstas
58226031SstasAAUUTTHHOORRSS
59226031Sstas     This manual page was written by Doug Rabson <dfr@FreeBSD.org>.
60226031Sstas
61226031SstasBSD                            November 14, 2005                           BSD
62