diff options
author | neilbrown <neilbrown> | 2005-08-26 01:51:44 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2005-08-26 01:51:44 +0000 |
commit | 1d0397894463e507e9f5d92442ac3b09e29310a3 (patch) | |
tree | 371ae6529aa0c6ca2565cb9b728ba72da01d8c40 /debian | |
parent | 53c5bd65c74e032947d8fb5b140024be008aaa6b (diff) | |
download | nfs-utils-1d0397894463e507e9f5d92442ac3b09e29310a3.tar.gz nfs-utils-1d0397894463e507e9f5d92442ac3b09e29310a3.tar.xz nfs-utils-1d0397894463e507e9f5d92442ac3b09e29310a3.zip |
remove some files.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/gssapi_mech.conf | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/debian/gssapi_mech.conf b/debian/gssapi_mech.conf deleted file mode 100644 index 2dd2fc5..0000000 --- a/debian/gssapi_mech.conf +++ /dev/null @@ -1,19 +0,0 @@ -# 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. -#/usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so spkm3_gss_initialize |