Samba conf. help.

Serg Belokamen serg.belokamen at gmail.com
Tue Aug 30 15:17:51 UTC 2005


Hi All,

I am just done configuring Samba and need to make it secure.

I am pretty much satisfied with all of my settings, however would like o
know if the following is norma:

serg at chameleon:~$ smbclient -L showof
Password: <blank just hit enter>
Anonymous login successful
Domain=[SHOWOF] OS=[Unix] Server=[Samba 3.0.10-Ubuntu]
tree connect failed: NT_STATUS_ACCESS_DENIED
serg at chameleon:~$


Is it normal to still have "Anonymous login successful" when smb.conf
has the following settings:

[global]
	security = server
	...
	browseable = no
	public = no
	guest ok = no
	hosts allow = 127.0.0.1 192.168.1.0/24
	hosts deny = 0.0.0.0/0
	...
...
[IPC$]
	browsable = no
	hosts allow = 127.0.0.1
	hosts deny = 0.0.0.0/0
	guest ok = no
	public = no 
	...
...

Basically I want to give out as little information as possible about the
system to unauthenticated users.

   Thanks,
      Serg 





More information about the ubuntu-users mailing list