s3:smbd: Ignore initial allocation size for directory creation
authorRalph Boehme <slow@samba.org>
Wed, 25 Nov 2015 14:23:26 +0000 (15:23 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 23 Jan 2016 21:11:18 +0000 (22:11 +0100)
commit78ccbb07170c3e49a084d31434310f973e3d6158
treefadf8348439578131b8059bfd2d1c6c2524c5acd
parenta1a8746174dff0b80ef4620894001a610b78f208
s3:smbd: Ignore initial allocation size for directory creation

We reject directory creation with an initial allocation size > 0 with
NT_STATUS_ACCESS_DENIED. Windows servers ignore the initial allocation
size on directories.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=11684

Pair-Programmed-With: Volker Lendecke <vl@samba.org>
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c