[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Samba and homedirs?



hi ya

> > 	#
> > 	# ip# and masks 
> > 	# some apps wants to see mask  instead of  just an ip#
> > 	#
> > 	/home/j2  ....  192.168.1.0/255.255.255.0(rw,no_root_squash...)
> > 
> 
> What does NFS has to do with anything? Samba never reads that afaik? Anyway, exports is blank, sinc ei have no NFS components.

well... if it dont work... define it ...
( i always define it... and dont have any samba problems ..
	- i wouldn't want my boxes to be exporting stuff its not
	explicitly allowed to export via nfs or samba or appletalk
	or anything else

i dont like these "shortened" default smb.conf files...
	- best to start from the big ole monster from samba.org

	- i'd add a few more defaults and see if that makes it work
	and if you're right ... you still wont need /etc/exports 

c ya
alvin
 
> [global]
>         workgroup = MUPPNET
>         server string = %h server (Samba %v)
>         encrypt passwords = Yes
>         obey pam restrictions = Yes
>         passwd program = /usr/bin/passwd %u
>         passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
>         syslog = 0
>         max log size = 1000
>         socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=8192 SO_RCVBUF=8192
>         dns proxy = No
>         invalid users = root
>         wins support = yes
>         preferred master = yes
>         domain master = yes
	  #
	  # think you're missing these
	  #
 	  hosts allow = 10.1.1. localhost
	  #
	  encrypt passwords = yes
	  smb passwd file = /etc/samba/smbpasswd

> [homes]
>         comment = Home Directories
	  #
	  # where you have it
	  path = /export/home
 	  browseable = yes
	  writable = yes
	  #
          # create mask = 0770
          # directory mask = 0770
          # browseable = No

... done ...


-- 
To UNSUBSCRIBE, email to debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: