]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - crypto/heimdal/lib/gssapi/mech/mech.cat5
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / crypto / heimdal / lib / gssapi / mech / mech.cat5
1
2 MECH(5)                     BSD File Formats Manual                    MECH(5)
3
4 N\bNA\bAM\bME\bE
5      m\bme\bec\bch\bh, q\bqo\bop\bp -- GSS-API Mechanism and QOP files
6
7 S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
8      _\b/_\be_\bt_\bc_\b/_\bg_\bs_\bs_\b/_\bm_\be_\bc_\bh _\b/_\be_\bt_\bc_\b/_\bg_\bs_\bs_\b/_\bq_\bo_\bp
9
10 D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
11      The _\b/_\be_\bt_\bc_\b/_\bg_\bs_\bs_\b/_\bm_\be_\bc_\bh file contains a list of installed GSS-API security
12      mechanisms.  Each line of the file either contains a comment if the first
13      character is '#' or it contains five fields with the following meanings:
14
15      Name          The name of this GSS-API mechanism.
16
17      Object identifier
18                    The OID for this mechanism.
19
20      Library       A shared library containing the implementation of this
21                    mechanism.
22
23      Kernel module (optional)
24                    A kernel module containing the implementation of this mech-
25                    anism (not yet supported in FreeBSD).
26
27      Library options (optional)
28                    Optionsal parameters interpreted by the mechanism. Library
29                    options must be enclosed in brackets ([ ]) to differentiate
30                    them from the optional kernel module entry.
31
32      The _\b/_\be_\bt_\bc_\b/_\bg_\bs_\bs_\b/_\bq_\bo_\bp file contains a list of Quality of Protection values for
33      use with GSS-API.  Each line of the file either contains a comment if the
34      first character is '#' or it contains three fields with the following
35      meanings:
36
37      QOP string    The name of this Quality of Protection algorithm.
38
39      QOP value     The numeric value used to select this algorithm for use
40                    with GSS-API functions such as gss_get_mic(3).
41
42      Mechanism name
43                    The GSS-API mechanism name that corresponds to this algo-
44                    rithm.
45
46 E\bEX\bXA\bAM\bMP\bPL\bLE\bES\bS
47      This is a typical entry from _\b/_\be_\bt_\bc_\b/_\bg_\bs_\bs_\b/_\bm_\be_\bc_\bh:
48
49      kerberosv5      1.2.840.113554.1.2.2    /usr/lib/libgssapi_krb5.so.8    -
50
51      This is a typical entry from _\b/_\be_\bt_\bc_\b/_\bg_\bs_\bs_\b/_\bq_\bo_\bp:
52
53      GSS_KRB5_CONF_C_QOP_DES         0x0100  kerberosv5
54
55 H\bHI\bIS\bST\bTO\bOR\bRY\bY
56      The m\bme\bec\bch\bh manual page example first appeared in FreeBSD 7.0.
57
58 A\bAU\bUT\bTH\bHO\bOR\bRS\bS
59      This manual page was written by Doug Rabson <dfr@FreeBSD.org>.
60
61 BSD                            November 14, 2005                           BSD