Guest User

Untitled

a guest
Jan 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. [global]
  2. workgroup = LOCALSEP
  3. logon script = scripts/logon.bat
  4. logon path = \\%L\%U\Profile
  5. logon drive = P:
  6. logon home = \\%L\%U
  7. domain logons = Yes
  8. preferred master = Yes
  9. domain master = Yes
  10. wins support = Yes
  11.  
  12. [homes]
  13. comment = Home
  14. valid users = %S
  15. read only = No
  16. browseable = No
  17.  
  18. [netlogon]
  19. comment = Network Logon Service
  20. path = \\%L\profile\%U\Profile
  21. valid users = %U
  22. admin users = Administrator
  23. read only = No
  24.  
  25. [profile]
  26. comment = Network Profiles Share
  27. path = /home/%U/Profile
  28. valid users = %U
  29. read only = No
  30. create mask = 0600
  31. directory mask = 0700
  32. profile acls = Yes
  33. store dos attributes = Yes
  34. csc policy = disable
Add Comment
Please, Sign In to add comment