void-packages/srcpkgs/libgssglue/files/gssapi_mech.conf
Doan Tran Cong Danh 55b537ee86 libgssglue: requires versioned shared-object file
libgssglue will load those shared-object files on-demand.
Quote from Pozimski:
> if some software requires the unversioned symlink,
> it's doing it wrong
2019-07-28 11:31:04 +02:00

22 lines
900 B
Text

# Example /etc/gssapi_mech.conf file
#
# GSSAPI Mechanism Definitions
#
# This configuration file determines which GSS-API mechanisms
# the gssd code should use
#
# NOTE:
# The initiaiization function "mechglue_internal_krb5_init"
# is used for the MIT krb5 gssapi mechanism. This special
# function name indicates that an internal function should
# be used to determine the entry points for the MIT gssapi
# mechanism funtions.
#
# library initialization function
# ================================ ==========================
# The MIT K5 gssapi library, use special function for initialization.
/usr/lib/libgssapi_krb5.so.2 mechglue_internal_krb5_init
#/usr/lib/libgssapi.so mechglue_internal_krb5_init
#
# The SPKM3 gssapi library function. Use the function spkm3_gss_initialize.
# /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so spkm3_gss_initialize