Code: Select all
gentoo mydomain # /etc/init.d/samba restart
* Service samba stopping
* Service samba stopped
* Service samba starting
* Service samba started
gentoo mydomain # smbclient -L localhost
Enter root's password:
Domain=[SAMBA] OS=[Unix] Server=[Samba 3.4.9]
Server requested LANMAN password (share-level security) but 'client lanman auth' is disabled
tree connect failed: NT_STATUS_ACCESS_DENIED
Code: Select all
[global]
workgroup = samba
server string = Samba Server
security = share
hosts allow = 10.1.1.
load printers = yes
printcap name = cups
printing = cups
guest account = pcguest
log file = /var/log/samba/log.%m
max log size = 50
interfaces = lo net.eth2
bind interfaces only = yes
[public]
comment = File share
browseable = yes
path = /var/ftp
public = yes
valid users = chris miguel
create mode = 0766
guest ok = yes
writable = yes
printable = no

