Displaying 3 results from an estimated 3 matches for "smbaccess".
Did you mean:
dbaccess
1999 Dec 08
0
Getting rid of printer temp files
...st, but I can't
>remember what I did to fix it.
>
>Here's a copy of smb.conf:
>
>[global]
> workgroup = VMIC
> server string = B2 Print Server v%v
> encrypt passwords = Yes
> map to guest = Bad Password
> log file = /var/log/smbaccess.log.%m
> max log size = 50
> name resolve order = wins host bcast
> deadtime = 120
> read prediction = Yes
> socket options = TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
> client code page = 437
> wins server = 192.9.200.63
>...
2000 Jan 12
0
Printer fun - controlling queue from Windows NT clients
...ny and all help will be greatly
appreciated.
Here's a copy of smb.conf on the machine in question:
# Global parameters
[global]
workgroup = VMIC
server string = B2 Print Server v%v
encrypt passwords = Yes
map to guest = Bad Password
log file = /var/log/smbaccess.log.%m
max log size = 50
name resolve order = host wins bcast
deadtime = 120
read prediction = Yes
socket options = TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096
client code page = 437
os level = 35
preferred master = Yes
wins serv...
2003 Dec 01
0
No subject
...quot;root preexec
close" commands in smb.conf.
I am running Samba 2.2.0 on a Solaris 7 machine, and I am able to connect
to the samba server from a Windows 2000 client using the Samba server as a
PDC.
In my smb.conf file, in the [global] section, I have:
root preexec = /cs/local/share/samba/smbaccess %u %m
root preexec close = true
I want to be able to use "root preexec" and its close counterpart to be
able to block users from logging into a machine. Right now,
/cs/local/share/samba/smbaccess is a trivial script for testing purposes
only as follows:
#!/bin/sh
echo $1 $2 >> /...