blob: 998079f2959c25b4d656e3ec9547dc577e2ce232 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
MECH(5) BSD File Formats Manual MECH(5)
NNAAMMEE
mmeecchh, qqoopp -- GSS-API Mechanism and QOP files
SSYYNNOOPPSSIISS
_/_e_t_c_/_g_s_s_/_m_e_c_h _/_e_t_c_/_g_s_s_/_q_o_p
DDEESSCCRRIIPPTTIIOONN
The _/_e_t_c_/_g_s_s_/_m_e_c_h file contains a list of installed GSS-API security
mechanisms. Each line of the file either contains a comment if the first
character is '#' or it contains five fields with the following meanings:
Name The name of this GSS-API mechanism.
Object identifier
The OID for this mechanism.
Library A shared library containing the implementation of this
mechanism.
Kernel module (optional)
A kernel module containing the implementation of this mech-
anism (not yet supported in FreeBSD).
Library options (optional)
Optionsal parameters interpreted by the mechanism. Library
options must be enclosed in brackets ([ ]) to differentiate
them from the optional kernel module entry.
The _/_e_t_c_/_g_s_s_/_q_o_p file contains a list of Quality of Protection values for
use with GSS-API. Each line of the file either contains a comment if the
first character is '#' or it contains three fields with the following
meanings:
QOP string The name of this Quality of Protection algorithm.
QOP value The numeric value used to select this algorithm for use
with GSS-API functions such as gss_get_mic(3).
Mechanism name
The GSS-API mechanism name that corresponds to this algo-
rithm.
EEXXAAMMPPLLEESS
This is a typical entry from _/_e_t_c_/_g_s_s_/_m_e_c_h:
kerberosv5 1.2.840.113554.1.2.2 /usr/lib/libgssapi_krb5.so.8 -
This is a typical entry from _/_e_t_c_/_g_s_s_/_q_o_p:
GSS_KRB5_CONF_C_QOP_DES 0x0100 kerberosv5
HHIISSTTOORRYY
The mmeecchh manual page example first appeared in FreeBSD 7.0.
AAUUTTHHOORRSS
This manual page was written by Doug Rabson <_d_f_r_@_F_r_e_e_B_S_D_._o_r_g>.
BSD November 14, 2005 BSD
|