aboutsummaryrefslogtreecommitdiffstats
path: root/community/libgssglue/gssapi_mech.conf
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-16 02:26:02 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-23 12:07:30 -0300
commit41ab224df12b8487004a1522b4f671680c082954 (patch)
tree9ebbc4ea5d1cfb82757ca1fd862b67e444a712a2 /community/libgssglue/gssapi_mech.conf
parent1f40937c55d742c7ae05db34c966c3dd2d6595e7 (diff)
community/*: move lots of stuff from main and modernize
Diffstat (limited to 'community/libgssglue/gssapi_mech.conf')
-rw-r--r--community/libgssglue/gssapi_mech.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/community/libgssglue/gssapi_mech.conf b/community/libgssglue/gssapi_mech.conf
new file mode 100644
index 00000000000..f71aca08eeb
--- /dev/null
+++ b/community/libgssglue/gssapi_mech.conf
@@ -0,0 +1,22 @@
+# 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 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