[Samba] smb show /tmp when you use UNC

Ryan Mattfield Ryan.Mattfield at firstnationalbanks.com
Tue Oct 29 23:42:01 GMT 2002


Have a perplexing problem here...

If you UNC to the IP the shares show up fine, if you UNC to the DNS name
when I go into the shares they seem to be pointed to /tmp.  Also the printer
isn't visible when you use UNC to DNS name.

Since I'm using server based security is it possible it can't indentify me?

[global]
	workgroup = WORKGROUP
	netbios name = SMBSVR
	server string = Samba Server [v%v]
	security = SERVER
	encrypt passwords = Yes
	obey pam restrictions = Yes
	password server = pbiexchgsvr
	pam password change = Yes
	passwd program = /usr/bin/passwd %u
	passwd chat = *New*password* %n\n *Retype*new*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
	username level = 8
	unix password sync = Yes
	log file = /var/log/samba/%m.log
	max log size = 0
	socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
	dns proxy = No
	wins support = Yes
	hosts allow = 172.16. 127.
	printing = lprng

[homes]
	comment = Home Folder for %U
	valid users = %S
	admin users = @Manager
	read only = No
	create mask = 0664
	directory mask = 0775
	browseable = No

[printers]
	comment = All Printers
	path = /var/spool/samba
	read only = No
	guest ok = Yes
	printable = Yes
	browseable = No

[Shared]
	comment = Workgroup Share
	path = /home/Shared
	valid users = @Employee
	force user = User
	force group = Employee
	read only = No

[Programs]
	comment = Network Programs
	path = /usr/Programs
	force user = User
	force group = Employee
	read only = No

[Manage]
	comment = Management Access
	path = /home
	valid users = @Manager
	read only = No



More information about the samba mailing list