libidn: update to 1.42
[feed/packages.git] / net / samba4 / Config.in
1 config SAMBA4_SERVER_WSDD2
2 bool "WSD support"
3 depends on PACKAGE_samba4-server
4 select PACKAGE_wsdd2
5 help
6 selects: wsdd2 (daemon)
7
8 WSD/LLMNR Discovery/Name Service Daemon
9 WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default).
10 Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended).
11 Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD.
12 default y
13
14 config SAMBA4_SERVER_NETBIOS
15 bool "NetBIOS support"
16 depends on PACKAGE_samba4-server
17 help
18 installs: nmbd (daemon)
19
20 Announce Samba resources via NetBIOS using the nmbd daemon
21 WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default).
22 Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended).
23 Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD.
24 default y
25
26 config SAMBA4_SERVER_AVAHI
27 bool "Avahi support"
28 depends on PACKAGE_samba4-server
29 select SAMBA4_SERVER_VFS
30 help
31 Announce Samba resources via DNS/DNS-SD using the Avahi daemon, for Linux/Mac clients.
32 default y
33
34 config SAMBA4_SERVER_QUOTAS
35 bool "Quotas support"
36 depends on PACKAGE_samba4-server
37 select SAMBA4_SERVER_VFS
38 help
39 Enable VFS Quotas
40 installs:
41 modules: vfs_default_quota
42 default n
43
44 config SAMBA4_SERVER_VFS
45 bool "Common VFS modules"
46 depends on PACKAGE_samba4-server
47 help
48 installs:
49 modules: (vfs_btrfs) vfs_fruit vfs_shadow_copy2 vfs_recycle vfs_fake_perms vfs_readonly vfs_cap vfs_offline vfs_crossrename vfs_catia vfs_streams_xattr
50
51 Commonly used VFS modules, vfs_btrfs requires kmod-fs-btrfs to be selected separately
52 default y
53
54 config SAMBA4_SERVER_VFSX
55 bool "Extended VFS modules"
56 depends on PACKAGE_samba4-server
57 help
58 installs:
59 modules: vfs_virusfilter vfs_shell_snap vfs_commit vfs_worm vfs_xattr_tdb (vfs_linux_xfs_sgid) vfs_netatalk vfs_dirsort vfs_fileid
60
61 Additional VFS modules that aren't commonly used, vfs_linux_xfs_sgid requires kmod-fs-xfs to be selected separately
62 default n
63
64 config SAMBA4_SERVER_AD_DC
65 bool "Active Directory Domain Controller support (EXPERIMENTAL)"
66 depends on PACKAGE_samba4-server
67 select SAMBA4_SERVER_VFS
68 help
69 installs: samba (meta-daemon) PyCryptodome ntlm_auth
70 scripts: samba-tool
71
72 Run as a Active Directory Domain Controller
73 see: https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
74 HINT: see section (# Using the Domain Controller as a File Server)
75 NOTE: Extroot is recommend for this setup, as it is not optimized to run completely from RAM/tempfs!
76 default n