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.

84 lines
2.9 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_AD_DC
  10. bool "Active Directory Domain Controller support (requires krb5-server) (EXPERIMENTAL)"
  11. depends on PACKAGE_samba4-server
  12. select PACKAGE_python-crypto
  13. help
  14. installs: samba (meta-daemon) python-crypto ntlm_auth
  15. scripts: samba-tool
  16. Run as a Active Directory Domain Controller
  17. see: https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
  18. HINT: see section (# Using the Domain Controller as a File Server)
  19. NOTE: Extroot is recommend for this setup, as it is not optimized to run completely from RAM/tempfs!
  20. default n
  21. config SAMBA4_SERVER_AVAHI
  22. bool "Avahi support"
  23. depends on PACKAGE_samba4-server
  24. select SAMBA4_SERVER_VFS
  25. help
  26. Announce Samba resources via DNS/DNS-SD using the Avahi daemon, for Linux/Mac clients.
  27. default y
  28. config SAMBA4_SERVER_VFS
  29. bool "Common VFS modules"
  30. depends on PACKAGE_samba4-server
  31. help
  32. installs:
  33. 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
  34. Commonly used VFS modules, vfs_btrfs requires kmod-fs-btrfs to be selected separately
  35. default y
  36. config SAMBA4_SERVER_QUOTAS
  37. bool "Disk quota support"
  38. depends on PACKAGE_samba4-server
  39. help
  40. installs:
  41. modules: vfs_default_quota
  42. Support for disk quotas using the quotas VFS module (vfs_default_quota)
  43. default n
  44. config SAMBA4_SERVER_VFSX
  45. bool "Extended VFS modules"
  46. depends on PACKAGE_samba4-server
  47. help
  48. installs:
  49. 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
  50. Additional VFS modules that aren't commonly used, vfs_linux_xfs_sgid requires kmod-fs-xfs to be selected separately
  51. default n
  52. config SAMBA4_SERVER_NETBIOS
  53. bool "NetBIOS support"
  54. depends on PACKAGE_samba4-server
  55. help
  56. installs: nmbd (daemon)
  57. Announce Samba resources via NetBIOS using the nmbd daemon
  58. WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default).
  59. Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended).
  60. Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD.
  61. default y
  62. config SAMBA4_SERVER_WINBIND
  63. bool "Winbind support"
  64. depends on PACKAGE_samba4-server
  65. help
  66. installs: winbindd (daemon) wbinfo
  67. Support using domain users and groups in local commands, such as chown and chgrp.
  68. Display domain users and groups in local command's output, such as ls.
  69. see: https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC
  70. default n