Guest User

Untitled

a guest
Jul 7th, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. [global]
  2. workgroup = Domain
  3. server string = Samba Server Version %v
  4. netbios name = FS-ALPHA2
  5. client ldap sasl wrapping = sign
  6. # log files split per-machine:
  7. log file = /var/log/samba/log.%m
  8. # maximum size of 50KB per log file, then rotate:
  9. max log size = 50
  10. passdb backend = tdbsam
  11. security = ads
  12. realm = Domain
  13. log level = 3
  14. domain master = no
  15. # the following login script name is determined by the machine name
  16. # (%m):
  17. # the following login script name is determined by the UNIX user used:
  18. # use an empty path to disable profile support:
  19. # various scripts can be used on a domain controller or a stand-alone
  20. # machine to add or delete corresponding UNIX accounts:
  21. local master = no
  22. os level = 1
  23. preferred master = no
  24. load printers = yes
  25. cups options = raw
  26. # obtain a list of printers automatically on UNIX System V systems:
  27. map to guest = bad user
  28. allow trusted domains = yes
  29. ldap ssl = no
  30. strict locking = No
  31. time server = no
  32. auth methods = winbind
  33. nt acl support = yes
  34. usershare allow guests = yes
  35. acl group control = yes
  36. map acl inherit = yes
  37. idmap config Domain:backend = ad
  38. idmap config Domain:range = 10000 – 50000
  39. idmap config Domain:schema_mode = rfc2307
  40. winbind enum groups = yes
  41. winbind enum users = yes
  42. winbind nested groups = yes
  43. winbind cache time = 600
  44. winbind use default domain = yes
  45. template shell = /bin/bash
  46. winbind refresh tickets = yes
  47. winbind uid = 10000 - 50000
  48. winbind gid = 10000 - 50000
  49.  
  50. winbind offline logon = yes
  51.  
  52. winbind cache time = 600
  53.  
  54. dedicated keytab file = /etc/krb5.keytab
  55. kerberos method = secrets and keytab
  56.  
  57. [printers]
  58. comment = All Printers
  59. path = /var/spool/samba
  60. browseable = no
  61. guest ok = no
  62. writable = no
  63. printable = yes
  64. [tmp]
  65. comment = test
  66. path = /mnt
  67. browseable = yes
  68. guest ok = no
  69. valid users = @"Domain\etest"
  70. read only = no
  71. hide unreadable = yes
  72. write list = @"Domain\etest"
  73. inherit acls = yes
  74. acl map full control = True
Advertisement
Add Comment
Please, Sign In to add comment