From a0464e3f8765f702891491c33da9d420f65728c0 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 20 Jan 2017 09:14:03 +0100 Subject: waf: Require MIT Kerberos 1.15.1 for Samba AD Are build without AD DC still only requried MIT Kerberos 1.9. Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlet Reviewed-by: Jeremy Allison --- wscript | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index de85591223c..a7c4f4c31b9 100644 --- a/wscript +++ b/wscript @@ -48,12 +48,12 @@ def set_options(opt): opt.samba_add_onoff_option('pthreadpool', with_name="enable", without_name="disable", default=True) opt.add_option('--with-system-mitkrb5', - help='enable system MIT krb5 build (includes Samba 4 client and Samba 3 code base).'+ + help='build Samba with system MIT Kerberos. ' + 'You may specify list of paths where Kerberos is installed (e.g. /usr/local /usr/kerberos) to search krb5-config', action='callback', callback=system_mitkrb5_callback, dest='with_system_mitkrb5', default=False) opt.add_option('--without-ad-dc', - help='disable AD DC functionality (enables Samba 4 client and Samba 3 code base).', + help='disable AD DC functionality (enables only Samba FS (File Server, Winbind, NMBD) and client utilities.', action='store_true', dest='without_ad_dc', default=False) opt.add_option('--with-ntvfs-fileserver', -- cgit v1.2.1