From a5712741c9440903bcb08ccdc39e9e6aae2678ac Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 Jan 2013 15:42:02 +0100 Subject: Add example GSS-API mechanism plugins config file. The file is not installed automatically yet. --- proxy/Makefile.am | 2 ++ proxy/configure.ac | 2 +- proxy/examples/mech.in | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 proxy/examples/mech.in 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 -- cgit