diff options
author | Günther Deschner <gdeschner@redhat.com> | 2013-01-11 15:42:02 +0100 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2013-01-15 10:02:34 -0500 |
commit | d13fdf433c5f3c6c350e09cb4ea1009c720f2a10 (patch) | |
tree | ac2114ad0aadee2a67a7817fce85b8c40a964e5c /proxy | |
parent | 3efe19be5b1ff867d5f6f723fb38ced5ac672e61 (diff) | |
download | gss-proxy-d13fdf433c5f3c6c350e09cb4ea1009c720f2a10.tar.gz gss-proxy-d13fdf433c5f3c6c350e09cb4ea1009c720f2a10.tar.xz gss-proxy-d13fdf433c5f3c6c350e09cb4ea1009c720f2a10.zip |
Add example GSS-API mechanism plugins config file.
The file is not installed automatically yet.
Diffstat (limited to 'proxy')
-rw-r--r-- | proxy/Makefile.am | 2 | ||||
-rw-r--r-- | proxy/configure.ac | 2 | ||||
-rw-r--r-- | proxy/examples/mech.in | 4 |
3 files changed, 7 insertions, 1 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am index 5b0669d..529de6d 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@ @@ -223,6 +224,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 52a6eb0..b953b14 100644 --- a/proxy/configure.ac +++ b/proxy/configure.ac @@ -147,5 +147,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> |