I want to setup a samba for file sharing in my intranet, but I want to know if there is any way to prohibit some kind of files (e.g *.exe) uploaded to the share folder? And I want to know if there is any way to force the user to change the password for the first time login?

link|improve this question
feedback

2 Answers

You can use the veto files statement to prevent the upload of exe files. Forcing users to modify passwords is also possible in some circumstances, but I believe this requires running Samba at least as a Domain Controller and your users logging into the domain.

link|improve this answer
thanks a lot, i will check with the veto files utility – husean Nov 28 '11 at 2:41
feedback

Yes it is possible. I do not have full answer but hint is use to veto files option in your configuration file for your first query. Hint for second query is to use pdedit utility.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.