summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gdeschner@redhat.com>2013-01-11 15:42:02 +0100
committerGünther Deschner <gdeschner@redhat.com>2013-01-11 15:42:02 +0100
commita5712741c9440903bcb08ccdc39e9e6aae2678ac (patch)
tree591a66f1617d512fa672dda21d7a0e09d95c53f5
parent14af3cd9a2bcc00a3c98941c42007032f2e810e3 (diff)
downloadgss-proxy-master-interposer-config.tar.gz
gss-proxy-master-interposer-config.tar.xz
gss-proxy-master-interposer-config.zip
Add example GSS-API mechanism plugins config file.master-interposer-config
The file is not installed automatically yet.
-rw-r--r--proxy/Makefile.am2
-rw-r--r--proxy/configure.ac2
-rw-r--r--proxy/examples/mech.in4
3 files changed, 7 insertions, 1 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index a836a89..af9efa6 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -17,6 +17,7 @@ endif
gssplibdir = $(libdir)/gssproxy
gsspconfdir = $(sysconfdir)/gssproxy
+gssconfdir = $(sysconfdir)/gss
localedir = @localedir@
pidpath = @pidpath@
@@ -224,6 +225,7 @@ installgsspdirs::
$(DESTDIR)$(sbindir) \
$(DESTDIR)$(mandir) \
$(DESTDIR)$(gsspconfdir) \
+ $(DESTDIR)$(gssconfdir) \
$(DESTDIR)$(pidpath) \
$(DESTDIR)$(pipepath) \
$(DESTDIR)$(logpath) \
diff --git a/proxy/configure.ac b/proxy/configure.ac
index 049bb89..9d3d98f 100644
--- a/proxy/configure.ac
+++ b/proxy/configure.ac
@@ -141,5 +141,5 @@ AC_DEFINE_UNQUOTED([ABS_BUILD_DIR], ["$abs_build_dir"], [Absolute path to the bu
AC_SUBST([abs_builddir], $abs_build_dir)
AC_CONFIG_FILES([Makefile systemd/gssproxy.service man/Makefile
- contrib/gssproxy.spec])
+ contrib/gssproxy.spec examples/mech])
AC_OUTPUT
diff --git a/proxy/examples/mech.in b/proxy/examples/mech.in
new file mode 100644
index 0000000..24c4d50
--- /dev/null
+++ b/proxy/examples/mech.in
@@ -0,0 +1,4 @@
+# GSS-API mechanism plugins
+#
+# Mechanism Name Object Identifier Shared Library Path Other Options
+gssproxy_v1 2.16.840.1.113730.3.8.15.1 @libdir@/gssproxy/proxymech.so <interposer>