Am Mittwoch, 13. August 2008 schrieb David Kuntadi:
> I make a recycle bin as follow:
>       
> config-file = /etc/samba/recycle.conf
> vfs object = recycle
> recycle:subdir_mode = 0770
> recycle:keeptree = Yes
> recycle:repository = Recycle Bin
> recycle:versions = Yes
> recycle:directory_mode = 0770
> 
> But testparm shows:
> 
> Unknown parameter encounter: "config-file"
> Ignoring unknown parameter "config-file"
> 
> What could be the problem and the solution?
> 
> Regards,
> David

to check for the right syntax
  - use 'man smb.conf'
  - 'testparm -vs' will list _all_ options set (also the default ones)

So 'testparm -vs | grep config' could lead you in the right
direction:
  ...
  config file =
  ...

Cheers, Günter
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to