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.

70 lines
2.4 KiB

  1. config SAMBA4_SERVER_ACL
  2. bool "ACL support (xattr)"
  3. depends on PACKAGE_samba4-server
  4. help
  5. installs: sharesec
  6. modules: vfs_acl_xattr vfs_acl_tdb vfs_posixacl
  7. Extended access control list support
  8. default n
  9. config SAMBA4_SERVER_AVAHI
  10. bool "Avahi support"
  11. depends on PACKAGE_samba4-server
  12. select SAMBA4_SERVER_VFS
  13. help
  14. Announce Samba resources via DNS/DNS-SD using the Avahi daemon, for Linux/Mac clients.
  15. default y
  16. config SAMBA4_SERVER_VFS
  17. bool "Common VFS modules"
  18. depends on PACKAGE_samba4-server
  19. help
  20. installs:
  21. 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
  22. Commonly used VFS modules, vfs_btrfs requires kmod-fs-btrfs to be selected separately
  23. default y
  24. config SAMBA4_SERVER_QUOTAS
  25. bool "Disk quota support"
  26. depends on PACKAGE_samba4-server
  27. help
  28. installs:
  29. modules: vfs_default_quota
  30. Support for disk quotas using the quotas VFS module (vfs_default_quota)
  31. default n
  32. config SAMBA4_SERVER_VFSX
  33. bool "Extended VFS modules"
  34. depends on PACKAGE_samba4-server
  35. help
  36. installs:
  37. 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
  38. Additional VFS modules that aren't commonly used, vfs_linux_xfs_sgid requires kmod-fs-xfs to be selected separately
  39. default n
  40. config SAMBA4_SERVER_NETBIOS
  41. bool "NetBIOS support"
  42. depends on PACKAGE_samba4-server
  43. help
  44. installs: nmbd (daemon)
  45. Announce Samba resources via NetBIOS using the nmbd daemon
  46. WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default).
  47. Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended).
  48. Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD.
  49. default y
  50. config SAMBA4_SERVER_WINBIND
  51. bool "Winbind support"
  52. depends on PACKAGE_samba4-server
  53. help
  54. installs: winbindd (daemon) wbinfo
  55. Support using domain users and groups in local commands, such as chown and chgrp.
  56. Display domain users and groups in local command's output, such as ls.
  57. see: https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC
  58. default n