Advertisement
Guest User

smb.conf GPO issue

a guest
Jun 30th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. cat /etc/samba/smb.conf
  2. # Global parameters
  3. [global]
  4. workgroup = AD
  5. realm = AD.KMNR.ORG
  6. netbios name = AUTH1
  7. server role = active directory domain controller
  8. dns forwarder = 192.168.2.20
  9. allow dns updates = nonsecure
  10. idmap_ldb:use rfc2307 = yes
  11. log level = 3
  12. tls enabled = yes
  13. tls keyfile = tls/myKey.pem
  14. tls certfile = tls/auth1.brewerscience.com.crt
  15. tls cafile = tls/bsica.crt
  16.  
  17. [netlogon]
  18. path = /var/lib/samba/sysvol/ad.kmnr.org/scripts
  19. read only = No
  20.  
  21. [sysvol]
  22. path = /var/lib/samba/sysvol
  23. read only = No
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement