57adadd347e82399005c3919994a9d539133d445
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / samba4 / Config.in
1 comment "samba4 needs an (e)glibc toolchain"
2         depends on !BR2_TOOLCHAIN_USES_GLIBC
3
4 config BR2_PACKAGE_SAMBA4
5         bool "samba4"
6         depends on !BR2_PACKAGE_SAMBA
7         depends on BR2_TOOLCHAIN_USES_GLIBC # needs $ORIGIN support
8         depends on !BR2_nios2 # binary too large, relocations don't fit
9         select BR2_PACKAGE_E2FSPROGS
10         select BR2_PACKAGE_POPT
11         select BR2_PACKAGE_PYTHON
12         select BR2_PACKAGE_ZLIB
13         help
14           Provides secure, stable and fast file and print services
15           for all clients using the SMB/CIFS protocol, such as all
16           versions of DOS, Windows, OS/2, Linux and many others.
17
18           http://www.samba.org/
19
20 if BR2_PACKAGE_SAMBA4
21
22 config BR2_PACKAGE_SAMBA4_AD_DC
23         bool "AD DC"
24         select BR2_PACKAGE_GNUTLS
25         help
26           Enable Active Directory Domain Controller functionality.
27
28 config BR2_PACKAGE_SAMBA4_ADS
29         bool "ADS"
30         select BR2_PACKAGE_OPENLDAP
31         help
32           Enable Active Directory member Server functionality.
33
34 config BR2_PACKAGE_SAMBA4_SMBTORTURE
35         bool "smbtorture"
36         help
37           Install the smbtorture test suite.
38           It's normally used for validation and stress testing.
39           Approximately +5 MB of stripped uncompressed target space.
40
41 endif