You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
2.7 KiB

  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. WSD/LLMNR Discovery/Name Service Daemon
  8. WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default).
  9. Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended).
  10. Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD.
  11. default y
  12. config SAMBA4_SERVER_NETBIOS
  13. bool "NetBIOS support"
  14. depends on PACKAGE_samba4-server
  15. help
  16. installs: nmbd (daemon)
  17. Announce Samba resources via NetBIOS using the nmbd daemon
  18. WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default).
  19. Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended).
  20. Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD.
  21. default y
  22. config SAMBA4_SERVER_AVAHI
  23. bool "Avahi support"
  24. depends on PACKAGE_samba4-server
  25. select SAMBA4_SERVER_VFS
  26. help
  27. Announce Samba resources via DNS/DNS-SD using the Avahi daemon, for Linux/Mac clients.
  28. default y
  29. config SAMBA4_SERVER_VFS
  30. bool "Common VFS modules"
  31. depends on PACKAGE_samba4-server
  32. help
  33. installs:
  34. 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 vfs_default_quota
  35. Commonly used VFS modules, vfs_btrfs requires kmod-fs-btrfs to be selected separately
  36. default y
  37. config SAMBA4_SERVER_VFSX
  38. bool "Extended VFS modules"
  39. depends on PACKAGE_samba4-server
  40. help
  41. installs:
  42. modules: vfs_virusfilter vfs_shell_snap vfs_commit vfs_worm vfs_xattr_tdb (vfs_linux_xfs_sgid) vfs_netatalk vfs_dirsort vfs_fileid
  43. Additional VFS modules that aren't commonly used, vfs_linux_xfs_sgid requires kmod-fs-xfs to be selected separately
  44. default n
  45. config SAMBA4_SERVER_AD_DC
  46. bool "Active Directory Domain Controller support (EXPERIMENTAL)"
  47. depends on PACKAGE_samba4-server
  48. select SAMBA4_SERVER_VFS
  49. help
  50. installs: samba (meta-daemon) PyCryptodome ntlm_auth
  51. scripts: samba-tool
  52. Run as a Active Directory Domain Controller
  53. see: https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
  54. HINT: see section (# Using the Domain Controller as a File Server)
  55. NOTE: Extroot is recommend for this setup, as it is not optimized to run completely from RAM/tempfs!
  56. default n