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