>
>
>
> Gerald Drouillard wrote:
> | There has been a lot of activity on fixing 2.2.3a on the samba CVS log
> since
> | 3a was released. Changed have slowed in the last day or two, so maybe
> Samba
> | is close to a 2.2.3b release. I hope the Samba Crew can get a
> new version
> | out before the final Mandrake 8.2. I have been using 2.2.3a with only a
> | couple annoyances:
> | -slow printing for win2k
>
> Works for me. Slow compared to?
The old Novell server replace by Samba.
Win9x machines printing to the samba server seem to be fine. This is not a
huge issue, it still prints, but with a 30 sec delay. From the samba CVS
logs, it looks like a few changes have been make to address this already.
>
> | -needed to add everyone to the group adm so that they could log in.
>
> This must be something with your setup. The adm group is not compiled in
> anywhere, so it can only be an issue with some permissions you have set,
> or some of the group parameters in your smb.conf file.
>
> If you want to try and resolve this, can you please send me your
> smb.conf file, and confirm that normal users have write access to the
> profiles directory, and read access to the netlogon directory.
Below is the smb.conf file as it stands today. I have tried for about 3
hours different combinations of permissions on the on netlogon and profiles.
[global]
pam password change = Yes
domain master = True
encrypt passwords = Yes
time server = Yes
kernel oplocks = no
wins support = Yes
max log size = 50
interfaces = 192.168.0.1/24 127.0.0.1
security = user
local master = Yes
printing = cups
dns proxy = No
socket options = TCP_NODELAY SO_SNDBUF=14596 SO_RCVBUF=14596 IPTOS_LOWDELAY
bind interfaces only = Yes
printcap name = lpstat
preferred master = True
admin users = @adm
writable = yes
domain logons = Yes
printer admin = @adm
unix password sync = Yes
log level = 0
workgroup = FMT
server string = Samba Server %v
log file = /var/log/samba/log.%m
netbios name = FMTLIV
load printers = yes
os level = 64
dos filetimes = Yes
;logon home = \\fmtliv\%U
logon path =
logon script = %U.bat
logon drive = H:
add user script = /usr/sbin/useradd -d /dev/null -g machines -c 'Machine
Account' -s /bin/false -M %u
[homes]
guest ok = no
comment = Home Directories
path = /home/%S
;%H
valid users = %S
read only = No
create mask = 0700
directory mask = 0700
#hosts allow = 192.168.0.
browseable = No
level2 oplocks = yes
oplocks = yes
dos filetimes = yes
; preexec = echo "%u connected to %S from %m (%I)\" >>/tmp/.log
[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
guest ok = Yes
printable = Yes
print command = lpr-cups -P %p -o raw %s -r # using client side printer
drivers.
lpq command = lpstat -o %p
lprm command = cancel %p-%j
browseable = No
veto oplock files = /*.mdb /*.MDB /*.lbd /*.LDB /*.DBF /*.dbf /*.fpt /*.FPT
/*.CDX /*.cdx
[public]
level2 oplocks = no
path = /home/srv/Public
writable = yes
veto oplock files = /*.mdb /*.MDB /*.lbd /*.LDB /*.DBF /*.dbf /*.fpt /*.FPT
/*.CDX /*.cdx
force directory mode = 777
create mode = 0770
directory mode = 0770
force create mode = 777
force group = nogroup
valid users = @users
oplocks = No
public = yes
force user = nobody
[accounting]
path = /home/srv/Accounting
valid users = @accounting @adm
force group = accounting
read only = No
create mask = 0770
directory mask = 0770
# hosts allow = 192.168.0.
veto oplock files = /*.mdb /*.MDB /*.lbd /*.LDB /*.DBF /*.dbf /*.fpt /*.FPT
/*.CDX /*.cdx
oplocks = No
level2 oplocks = no
[Title]
path = /home/srv/Title
valid users = @users
force group = users
read only = No
create mask = 0760
directory mask = 0760
veto oplock files = /*.mdb /*.MDB /*.lbd /*.LDB /*.DBF /*.dbf /*.fpt /*.FPT
/*.CDX /*.cdx
oplocks = No
level2 oplocks = no
[print$]
path = /home/srv/printers
write list = @adm
guest ok = Yes
browseable = yes
readonly = yes
[netlogon]
valid users = @adm, @users
path = /home/srv/netlogon
writable = no
share modes = no
browsable = yes
write list = @adm
comment = The domain logon service
guest ok = yes
root preexec = /home/srv/netlogon/logon.pl %U %G %L &&chmod 644
/home/srv/netlogon/%U.bat
public = yes
force directory mode = 777
create mode = 0770
directory mode = 0770
force create mode = 777
force group = nogroup
force user = nobody
read only = yes
create mask = 0700
directory mask = 0700
level2 oplocks = yes
oplocks = yes
dos filetimes = yes
[www]
comment = Web Site
path = /var/www
create mode = 0755
writeable = yes
valid users = @adm
force group = apache
[profiles]
; guest ok = no
path = /home/srv/profiles
; valid users = %S
; read only = No
; create mask = 0700
; directory mask = 0700
#hosts allow = 192.168.0.
; browseable = No
level2 oplocks = yes
oplocks = yes
; dos filetimes = yes
[recordings]
path = /home/srv/recordings
valid users = @Recordings @adm
force group = Recordings
read only = No
create mask = 0770
directory mask = 0770
# hosts allow = 192.168.0.
veto oplock files = /*.mdb /*.MDB /*.lbd /*.LDB /*.DBF /*.dbf /*.fpt /*.FPT
/*.CDX /*.cdx
oplocks = No
level2 oplocks = no
[backup]
path = /mnt/windows
valid users = gerry aanderson
read only = yes
oplocks = Yes
level2 oplocks = yes
[disbursement]
path = /home/srv/disbursement
valid users = @disbursement @adm
force group = disbursement
read only = No
create mask = 0770
directory mask = 0770
# hosts allow = 192.168.0.
veto oplock files = /*.mdb /*.MDB /*.lbd /*.LDB /*.DBF /*.dbf /*.fpt /*.FPT
/*.CDX /*.cdx
oplocks = No
level2 oplocks = no