summaryrefslogtreecommitdiffstats
path: root/net/samba4/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'net/samba4/CONFIGURE')
-rwxr-xr-xnet/samba4/CONFIGURE18
1 files changed, 8 insertions, 10 deletions
diff --git a/net/samba4/CONFIGURE b/net/samba4/CONFIGURE
index e2b99da9f9..d7a0fca5a9 100755
--- a/net/samba4/CONFIGURE
+++ b/net/samba4/CONFIGURE
@@ -1,11 +1,9 @@
-#if spell_ok openldap &&
-# spell_ok krb5; then
-# config_query SAMBA_AD \
-# "Enable Active Directory Support ?\n(Requires openldap and krb5)" y
-#else
-# config_query SAMBA_AD \
-# "Enable Active Directory Support ?\n(Requires openldap and krb5)" n
-#fi
+config_query SAMBA_AD "Enable Active Directory Support?" n
+config_query SAMBA_ADDC "Enable Active Directory Domain Controller support?" n
-config_query_option SAMBA4_PTHREADS 'Enable POSIX threads?' n \
- '--with-pthreads' '--without-pthreads'
+config_query_option SAMBA4 "Build with winbind support (allows Windows NT domain users to appear as UNIX users?" y "--with-winbind" "--without-winbind"
+config_query_option SAMBA4 "Build the Samba Web Administration Tool (SWAT)?" n "--with-swat" "--without-swat"
+config_query_option SAMBA4 "Enable quotas support?" y "--with-quotas" "--without-quotas"
+config_query_option SAMBA4 "Build with utmp support?" y "--with-utmp" "--without-utmp"
+config_query_option SAMBA4 "Build with automount support?" y "--with-automount" "--without-automount"
+config_query_option SAMBA4 "Build with dnsupdate support?" y "--with-dnsupdate" "--without-dnsupdate"