1 # Example /etc/gssapi_mech.conf file
3 # GSSAPI Mechanism Definitions
5 # This configuration file determines which GSS-API mechanisms
6 # the gssd code should use
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
15 # library initialization function
16 # ================================ ==========================
17 # The MIT K5 gssapi library, use special function for initialization.
18 /usr/lib/libgssapi_krb5.so mechglue_internal_krb5_init
19 #/usr/lib/libgssapi.so mechglue_internal_krb5_init
21 # The SPKM3 gssapi library function. Use the function spkm3_gss_initialize.
22 # /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so spkm3_gss_initialize