4 |
- |
1 |
# Example /etc/gssapi_mech.conf file
|
|
|
2 |
#
|
|
|
3 |
# GSSAPI Mechanism Definitions
|
|
|
4 |
#
|
|
|
5 |
# This configuration file determines which GSS-API mechanisms
|
|
|
6 |
# the gssd code should use
|
|
|
7 |
#
|
|
|
8 |
# NOTE:
|
|
|
9 |
# The initiaiization function "mechglue_internal_krb5_init"
|
|
|
10 |
# is used for the MIT krb5 gssapi mechanism. This special
|
|
|
11 |
# function name indicates that an internal function should
|
|
|
12 |
# be used to determine the entry points for the MIT gssapi
|
|
|
13 |
# mechanism funtions.
|
|
|
14 |
#
|
|
|
15 |
# library initialization function
|
|
|
16 |
# ================================ ==========================
|
|
|
17 |
# The MIT K5 gssapi library, use special function for initialization.
|
|
|
18 |
libgssapi_krb5.so.2 mechglue_internal_krb5_init
|
|
|
19 |
#
|
|
|
20 |
# The SPKM3 gssapi library function. Use the function spkm3_gss_initialize.
|
|
|
21 |
# libgssapi_spkm3.so spkm3_gss_initialize
|