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.

91 lines
3.1 KiB

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