1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

querying the ACCESS_INFORMATION is always allowed

(This used to be commit 25d5b94d6a700f2d294e108aeca85cffcd5bbb4f)
This commit is contained in:
Andrew Tridgell 2008-05-29 18:23:33 +10:00
parent e42ded24a0
commit 21d770a02c

View File

@ -41,6 +41,10 @@ static uint32_t pvfs_fileinfo_access(union smb_fileinfo *info)
needed = 0;
break;
case RAW_FILEINFO_ACCESS_INFORMATION:
needed = 0;
break;
case RAW_FILEINFO_SEC_DESC:
needed = 0;
if (info->query_secdesc.in.secinfo_flags & (SECINFO_OWNER|SECINFO_GROUP)) {