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.

53 lines
2.1 KiB

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