Ubuntu Pastebin

Paste from spartan2276 at Tue, 28 Jul 2015 15:00:03 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
> testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384)
Processing section "[printers]"
Processing section "[print$]"
Processing section "[Dell 3100cn]"
Processing section "[Grievance-Logs]"
Processing section "[Benefits]"
Processing section "[Share]"
Processing section "[Scanned Docs]"
Processing section "[Reception]"
Processing section "[sectres]"
Processing section "[MUMS]"
Loaded services file OK.
WARNING: You have some share names that are longer than 12 characters.
These may not be accessible to some older clients.
(Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.)
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
[global]
	netbios aliases = CWA3122-01
	map to guest = Bad User
	name resolve order = bcast, host
	socket options = SO_KEEPALIVE TCP_NODELAY
	dns proxy = No
	default service = Share
	idmap config * : backend = tdb

[printers]
	comment = All Printers
	path = /var/spool/samba
	create mask = 0700
	printable = Yes
	print ok = Yes
	browseable = No

[print$]
	comment = Printer Drivers
	path = /var/lib/samba/printers

[Dell 3100cn]
	comment = All Printers
	path = /var/spool/samba
	create mask = 0700
	printable = Yes
	print ok = Yes
	printer name = Dell-3100cn
	browseable = No

[Grievance-Logs]
	path = /winusers/Grievance-Logs
	valid users = swashington, sectres, greception, @areavps, @top4
	read list = sectres, support, greception, @areavps, @top4
	write list = swashington
	read only = No

[Benefits]
	path = /winusers/Benefits
	valid users = medbenefits, President, swashington
	write list = medbenefits, President, swashington
	browseable = No

[Share]
	path = /winusers/share
	read only = No
	guest ok = Yes

[Scanned Docs]
	path = /winusers/Scanned-Docs
	read list = centralvp, consumersvp, evp, firstvp, medbenefits, northvp, operatorvp, partnership, reception, southvp, sectres, sperez2, support, greception
	write list = scannerpc, swashington
	read only = No
	create mask = 0777
	directory mask = 0777

[Reception]
	path = /winusers/reception
	write list = swashington
	read only = No
	create mask = 0777
	directory mask = 0777
	guest ok = Yes

[sectres]
	path = /winusers/sectres
	invalid users = centralvp, consumersvp, evp, firstvp, medbenefits, operatorvp, partnership, reception, southvp, support, swashington
	valid users = sectres
	write list = sectres
	browseable = No

[MUMS]
	comment = This is for the MUMS files
	path = /winusers/MT2000
	read only = No
	create mask = 0777
	force create mode = 0777
	directory mask = 0777
	force directory mode = 0777
	delete readonly = Yes
Download as text