Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. [global]
  2. workgroup = cpscnet.local
  3. security = user
  4.  
  5. passdb backend = tdbsam
  6.  
  7. printing = cups
  8. printcap name = cups
  9. load printers = yes
  10. cups options = raw
  11.  
  12. netbios name = akl1007_SAMBA
  13.  
  14. wins support = yes
  15.  
  16.  
  17.  
  18. [homes]
  19. comment = Home Directories
  20. valid users = %S, %D%W%S, Audrey
  21. browseable = yes
  22. guest ok = yes
  23. read only = yes
  24. valid users = akl1007
  25. valid users = cpscnet.local
  26.  
  27.  
  28. [printers]
  29. comment = All Printers
  30. path = /var/tmp
  31. printable = Yes
  32. create mask = 0600
  33. browseable = No
  34.  
  35. [netlogon]
  36. comment = Network Logon Service
  37. path = /var/lib/samba/netlogon
  38. guest ok = yes
  39. writable = no
  40. share modes = yes
  41.  
  42.  
  43. [print$]
  44. comment = Printer Drivers
  45. path = /var/lib/samba/drivers
  46. write list = @printadmin root
  47. force group = @printadmin
  48. create mask = 0664
  49. directory mask = 0775
  50.  
  51. Load smb config files from smb.conf
  52. rlimit_max: increasing rlimit_max (1024) to minimum
  53. Windows limit (16384)
  54. Processing section "[homes]"
  55. Processing section "[printers]"
  56. Processing section "[netlogon]"
  57. Unknown parameter encountered: "share modes"
  58. Ignoring unknown parameter "share modes"
  59. Processing section "[print$]"
  60. Loaded services file OK.
  61. Server role: ROLE_STANDALONE
  62.  
  63. Press enter to see a dump of your service definitions
  64.  
  65. # Global parameters
  66. [global]
  67. netbios name = AKL1007_SAMBA
  68. printcap name = cups
  69. security = USER
  70. wins support = Yes
  71. workgroup = CPSCNET.LOCAL
  72. idmap config * : backend = tdb
  73. cups options = raw
  74.  
  75.  
  76. [homes]
  77. comment = Home Directories
  78. guest ok = Yes
  79. valid users = cpscnet.local
  80.  
  81.  
  82. [printers]
  83. browseable = No
  84. comment = All Printers
  85. create mask = 0600
  86. path = /var/tmp
  87. printable = Yes
  88.  
  89.  
  90. [netlogon]
  91. comment = Network Logon Service
  92. guest ok = Yes
  93. path = /var/lib/samba/netlogon
  94.  
  95.  
  96. [print$]
  97. comment = Printer Drivers
  98. create mask = 0664
  99. directory mask = 0775
  100. force group = @printadmin
  101. path = /var/lib/samba/drivers
  102. write list = @printadmin root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement