Your comments

Hi there, I have an issue in adding extra samba config in smb.conf directly.

----------------Example, this is what I am writing in smb.conf-----------------------
vfs objects = recycle
recycle:repository = /some/path
recycle:directory_mode = 0777
recycle:keeptree = Yes
recycle:versions = Yes
recycle:touch = Yes
--------------------------------------------

The above works until I make some modifications in ajenti interface.

All I get after saving on ajenti interface is

vfs objects=recycle
recycle=touch = Yes

which is part of what was configured and also modified in syntax.

It would be nice that this kind of configuration is simply ignored by agenti and left as-is.

Thanks