From 89a0c8816f53f03229ccfa72c6b0850a0e95e4ad Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 20 Mar 2018 15:36:37 +0100 Subject: [PATCH] Disable krb5 and enable DC support --- samba.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index 538d62f..a7063bc 100644 --- a/samba.spec +++ b/samba.spec @@ -56,8 +56,8 @@ %global libwbc_alternatives_suffix -64 %endif -%global with_mitkrb5 1 -%global with_dc 0 +%global with_mitkrb5 0 +%global with_dc 1 %if %{with testsuite} # The testsuite only works with a full build right now.