From db00a2c8b5186c003fc049b8ae6eda97f58ffcea Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Fri, 28 Mar 2014 09:19:30 -0400 Subject: [PATCH] Disable kauth by default We should actively be discouraging the use of the kaserver and related utilities. The src/kauth/ directory will still be compiled, just not installed. (If we stopped compiling it, it would likely bitrot very quickly so as to become unbuildable, and having it still build seems a reasonable goal given our obligations with respect to compatibility with IBM AFS for the use of the AFS name.) Change-Id: Ib710af3e177223d85cd9c6099ce75e700b6a2958 Reviewed-on: http://gerrit.openafs.org/10962 Tested-by: BuildBot Reviewed-by: Michael Meffie Reviewed-by: Jeffrey Altman --- acinclude.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 272f0f513..b3b26cda5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -164,11 +164,11 @@ AC_ARG_ENABLE([transarc-paths], dnl Deprecated crypto AC_ARG_ENABLE([kauth], - [AS_HELP_STRING([--disable-kauth], - [do not install the deprecated kauth server and utilities (defaults to - enabled)])], + [AS_HELP_STRING([--enable-kauth], + [install the deprecated kauth server and utilities (defaults to + disabled)])], , - [enable_kauth="yes"]) + [enable_kauth="no"]) dnl Optimization and debugging flags. AC_ARG_ENABLE([strip-binaries], -- 2.39.5