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.

90 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 PACKAGE_libavahi-client
  30. help
  31. Announce Samba resources via DNS/DNS-SD using the Avahi daemon
  32. default n
  33. config SAMBA4_SERVER_VFS
  34. bool "Common VFS modules"
  35. depends on PACKAGE_samba4-server
  36. help
  37. installs:
  38. modules: (vfs_btrfs) vfs_fruit vfs_shadow_copy2 vfs_recycle vfs_fake_perms vfs_readonly vfs_cap vfs_offline vfs_crossrename
  39. Commonly used VFS modules, vfs_btrfs requires kmod-fs-btrfs to be selected separately
  40. default y
  41. config SAMBA4_SERVER_QUOTAS
  42. bool "Disk quota support"
  43. depends on PACKAGE_samba4-server
  44. help
  45. installs:
  46. modules: vfs_default_quota
  47. Support for disk quotas using the quotas VFS module (vfs_default_quota)
  48. default n
  49. config SAMBA4_SERVER_VFSX
  50. bool "Extended VFS modules"
  51. depends on PACKAGE_samba4-server
  52. help
  53. installs:
  54. modules: vfs_virusfilter vfs_shell_snap vfs_commit vfs_worm vfs_xattr_tdb vfs_streams_xattr vfs_aio_fork vfs_aio_pthread (vfs_linux_xfs_sgid) vfs_netatalk vfs_dirsort vfs_fileid vfs_catia
  55. Additional VFS modules that aren't commonly used, vfs_linux_xfs_sgid requires kmod-fs-xfs to be selected separately
  56. default n
  57. config SAMBA4_SERVER_NETBIOS
  58. bool "NetBIOS support"
  59. depends on PACKAGE_samba4-server
  60. help
  61. installs: nmbd (daemon)
  62. Announce Samba resources via NetBIOS using the nmbd daemon
  63. WSD (Web Services for Devices) replaces the functionality of NetBIOS and is provided by the wsdd2 package (selected by default).
  64. Note: As of Windows 10 Fall Creators Update (1709) NetBIOS isn't supported unless the old SMB1 feature is reinstalled (not recommended).
  65. Network shares can be directly accessed via network paths '\\hostname\sharename' and mounted via 'map network drive' without NetBIOS or WSD.
  66. default n
  67. config SAMBA4_SERVER_WINBIND
  68. bool "Winbind support"
  69. depends on PACKAGE_samba4-server
  70. depends on SAMBA4_SERVER_AD_DC
  71. help
  72. installs: winbindd (daemon) wbinfo
  73. Support using domain users and groups in local commands, such as chown and chgrp.
  74. Display domain users and groups in local command's output, such as ls.
  75. see: https://wiki.samba.org/index.php/Configuring_Winbindd_on_a_Samba_AD_DC
  76. default n