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.

59 lines
2.0 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
  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_aio_fork vfs_aio_pthread (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_ACL
  35. bool "ACL support (xattr)"
  36. depends on PACKAGE_samba4-server
  37. help
  38. installs: sharesec
  39. modules: vfs_acl_xattr vfs_acl_tdb vfs_posixacl
  40. Extended access control list support
  41. default n
  42. config SAMBA4_SERVER_QUOTAS
  43. bool "Disk quota support"
  44. depends on PACKAGE_samba4-server
  45. help
  46. installs:
  47. modules: vfs_default_quota
  48. Support for disk quotas using the quotas VFS module (vfs_default_quota)
  49. default n