summaryrefslogtreecommitdiffstats
path: root/src/conf_macros.m4
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-05-24 11:12:28 +0200
committerStephen Gallagher <sgallagh@redhat.com>2012-06-21 15:30:21 -0400
commit90fd1bbd6035cdab46faa3a695a2fb2be6508b17 (patch)
tree0586b1b7169069f1eeeefa9778a7dbc015496f8f /src/conf_macros.m4
parente589442117002ab72e4e129232cde8b31eb71f92 (diff)
downloadsssd-90fd1bbd6035cdab46faa3a695a2fb2be6508b17.tar.gz
sssd-90fd1bbd6035cdab46faa3a695a2fb2be6508b17.tar.xz
sssd-90fd1bbd6035cdab46faa3a695a2fb2be6508b17.zip
PAC client: add krb5 authdata plugin
Diffstat (limited to 'src/conf_macros.m4')
-rw-r--r--src/conf_macros.m414
1 files changed, 14 insertions, 0 deletions
diff --git a/src/conf_macros.m4 b/src/conf_macros.m4
index 2e98b84c2..a1da75302 100644
--- a/src/conf_macros.m4
+++ b/src/conf_macros.m4
@@ -277,6 +277,20 @@ AC_DEFUN([WITH_DEFAULT_CCNAME_TEMPLATE],
AC_DEFINE_UNQUOTED(DEFAULT_CCNAME_TEMPLATE, "$config_def_ccname_template", [The default value of krb5_ccname_template])
])
+AC_DEFUN([WITH_KRB5AUTHDATA_PLUGIN_PATH],
+ [ AC_ARG_WITH([krb5authdata-plugin-path],
+ [AC_HELP_STRING([--with-krb5authdata-plugin-path=PATH],
+ [Path to kerberos authdata plugin store [/usr/lib/krb5/plugins/authdata]]
+ )
+ ]
+ )
+ krb5authdatapluginpath="${libdir}/krb5/plugins/authdata"
+ if test x"$with_krb5authdata_plugin_path" != x; then
+ krb5authdatapluginpath=$with_krb5authdata_plugin_path
+ fi
+ AC_SUBST(krb5authdatapluginpath)
+ ])
+
AC_DEFUN([WITH_PYTHON_BINDINGS],
[ AC_ARG_WITH([python-bindings],
[AC_HELP_STRING([--with-python-bindings],