First of all, thanks for this good and quick answer ! > (The first edition of Using Samba is _slightly_ out of date. ;-) Is the 2nd edition of Using Samba already out ? If yes where to find it ?
> From there, you can use smbmount to mount SMB shares (from > Windows systems or Samba servers) in your Linux filesystem. smbmount works fine : $ smbmount //DOMAIN_controler/sharedir /home/toto/smb -o credentials=/home/win2k/DOMAIN/toto/.smbpw,uid='DOMAIN+toto',gid='DOMAIN+Domain users',fmask=664,dmask=775 The user toto is a domain user authenticated from the Win2k server. I can then see that toto owns all files and directories (fmask=664,dmask=775): does this mean that he can do what he wants ? As if the SMB share was a regular linux fs ? Isn't there permissions checking from the win2k server ? What about if I what a SMB share to be mounted automatically at user's login ? For example: I would like ALL win2k domain users to have the SMB share //DOMAIN_controler/sharedir automatically mounted when they log in on my linux box. Is pam_mount the best solution ? Regards. --------------------------------------------- Powered by Alinto (http://www.alinto.net) for lavache.com (http://www.lavacheautomatique.com) -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
