new packages: nfs-utils, libgssglue, rpcbind

This commit is contained in:
suvari
2022-03-11 20:43:46 +03:00
parent 15237f87a2
commit 7050abfeea
26 changed files with 3434 additions and 967 deletions
@@ -0,0 +1,19 @@
# 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
#
# The SPKM3 gssapi library function. Use the function spkm3_gss_initialize.
#libgssapi_spkm3.so spkm3_gss_initialize