Advertisement
pda0

Untitled

Aug 26th, 2021
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. [global]
  2. netbios name = %COMPNAME%
  3. workgroup = %ADNAME%
  4.  
  5. security = ads
  6.  
  7. case sensitive = no
  8. dns proxy = no
  9. unix charset = UTF-8
  10. dos charset = 866
  11.  
  12. domain master = no
  13. local master = no
  14. preferred master = no
  15. os level = 0
  16. domain logons = no
  17. name resolve order = bcast wins host lmhosts
  18.  
  19. idmap config * : backend = tdb
  20. idmap config * : rangesize = 149999
  21. idmap config * : range = 150000-300000
  22. idmap config * : backend = autorid
  23. idmap config %ADNAME%:backend = ads
  24. idmap config %ADNAME%:schema_mode = rfc2307
  25. idmap config %ADNAME%:range = 1000-9999
  26.  
  27. realm = %ADNAME%.LOCAL
  28. kerberos method = secrets and keytab
  29. dedicated keytab file = /etc/krb5.keytab
  30. winbind use default domain = yes
  31. winbind nss info = rfc2307
  32. winbind refresh tickets = yes
  33. winbind enum users = yes
  34. winbind enum groups = yes
  35. winbind offline logon = yes
  36. winbind uid = 150000-300000
  37. winbind gid = 150000-300000
  38.  
  39. obey pam restrictions = no
  40. vfs objects = acl_xattr
  41. map acl inherit = no
  42. map archive = no
  43. inherit permissions = no
  44. unix extensions = no
  45. store dos attributes = yes
  46.  
  47. log file /var/log/samba/%m.log
  48. log level = 1
  49.  
  50. smb ports = 445
  51. write raw = yes
  52. read raw = yes
  53. strict allocate = yes
  54. kernel oplocks = yes
  55. max xmit = 65535
  56. dead time = 15
  57. getwd cache = yes
  58. socket options = TCP_NODELAY SO_KEEPALIVE IPTOS_LOWDELAY
  59.  
  60. load printers = no
  61. show add printer wizard = no
  62. printcap name = /dev/null
  63. disable spoolss = yes
  64.  
  65. allow insecure wide links = yes
  66.  
  67. [my]
  68. path = /home/%username%
  69. browseable = yes
  70. writeable = yes
  71. read list = "%ADNAME%\%username%"
  72. write list = "%ADNAME%\%username%"
  73. inherit acls = yes
  74. delete readonly = yes
  75. oplocks = yes
  76.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement