lejeczek
2011-Nov-10 11:41 UTC
[Samba] mangle a character or forbid/prohibit it's use when creating files/folders
hi everybody is it possible at all? thanks Pawel
Jeremy Allison
2011-Nov-11 20:45 UTC
[Samba] mangle a character or forbid/prohibit it's use when creating files/folders
On Thu, Nov 10, 2011 at 11:41:00AM +0000, lejeczek wrote:> hi everybody > > is it possible at all?Needs a code change to add your character to the list of illegal characters. Check out the FLAG_ILLEGAL set code in smbd/mangle_hash2.c. Jeremy.