Displaying 2 results from an estimated 2 matches for "first_share".
Did you mean:
first_char
2004 Nov 12
0
insconsistent server behavior
...f -> /etc/samba/first_floor.conf
first_floor.conf
second_floor.conf
Here is the content of the smb.conf file
[global]
logon script = common.bat
[netlogon]
include /etc/samba/%m.conf
Here is the content of first_floor.conf
[global]
logon script = first.bat
[first_share]
Here is the content of second_floor.conf
[global]
logon script = second.bat
[second_share]
The unusual behavior is located in the logon script directive of the global
section. When a user logs from XP, the executed script is first.bat. On the
other hand, when the same user l...
2010 Dec 27
0
Weird problem of slowness on 3.2.5
...passdb backend = tdbsam
wins support = true
dns proxy = no
server string = %h server
invalid users = root
workgroup = workgroup
os level = 20
syslog = 0
preferred master = no
panic action = /usr/share/samba/panic-action %d
max log size = 1000
[first_share]
path = /home/samba/xyz
force user = nobody
force group = nogroup
writeable = yes
[second_share]
path = /home/samba/abc
force user = nobody
force group = nogroup
writeable = yes
=====