Guest User

smb.conf

a guest
Jun 20th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. [global]
  2. security = ADS
  3. workgroup = EXAMPLE
  4. realm = EXAMPLE.LOCAL
  5. log file = /var/log/samba/%m.log
  6. log level = 1
  7. # Default ID mapping configuration for local BUILTIN accounts and groups on a domain member. The default (*) domain: - must not overlap with any domain ID mapping configuration! - must use a read-write-enabled back end,
  8. # such as tdb. - Adding just this is not enough - You must set a DOMAIN backend configuration, see below
  9. idmap config * : backend = tdb
  10. idmap config * : range = 3000-7999
  11. idmap config EXAMPLE : backend = rid
  12. idmap config EXAMPLE : range = 1000000 - 1999999
  13. winbind enum users = yes
  14. winbind enum groups = yes
  15. winbind use default domain = yes
  16. winbind refresh tickets = yes
  17. template shell = /bin/bash
  18. vfs objects = acl_xattr
  19. map acl inherit = yes
  20. store dos attributes = yes
  21. # acl allow execute always = yes
  22.  
  23. [profiles]
  24. comment = Users profiles
  25. path = /home/EXAMPLE/profiles
  26. browseable = Yes
  27. read only = No
  28. force create mode = 0600
  29. force directory mode = 0700
  30. csc policy = disable
  31. store dos attributes = yes
  32. vfs objects = acl_xattr
Advertisement
Add Comment
Please, Sign In to add comment