]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 18:35:04 +0000 (19:35 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 18:35:04 +0000 (19:35 +0100)
Package changes:
+net-libs/libgssglue-0.1-r1

.etckeeper
gssapi_mech.conf [new file with mode: 0644]

index f94369df2d51c63f00f006f3d74c85d556660781..898916f4946858ebda629bb5608ff43f769ce04f 100755 (executable)
@@ -553,6 +553,7 @@ maybe chmod 0644 './group'
 maybe chmod 0600 './group-'
 maybe chmod 0400 './gshadow'
 maybe chmod 0600 './gshadow-'
+maybe chmod 0644 './gssapi_mech.conf'
 maybe chmod 0755 './gtk-2.0'
 maybe chmod 0644 './gtk-2.0/gtkrc'
 maybe chmod 0644 './gtk-2.0/im-multipress.conf'
diff --git a/gssapi_mech.conf b/gssapi_mech.conf
new file mode 100644 (file)
index 0000000..1437edb
--- /dev/null
@@ -0,0 +1,21 @@
+# 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
+#
+# The SPKM3 gssapi library function.  Use the function spkm3_gss_initialize.
+# /usr/local/gss_mechs/spkm/spkm3/libgssapi_spkm3.so    spkm3_gss_initialize