1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s3-security: use shared SECINFO_OWNER define.

Guenther
This commit is contained in:
Günther Deschner
2010-06-02 23:22:12 +02:00
parent 788d7f9e4a
commit 415d3d5fe7
13 changed files with 28 additions and 29 deletions

View File

@ -42,7 +42,7 @@ bool can_access_file_acl(struct connection_struct *conn,
}
status = SMB_VFS_GET_NT_ACL(conn, smb_fname->base_name,
(OWNER_SECURITY_INFORMATION |
(SECINFO_OWNER |
GROUP_SECURITY_INFORMATION |
DACL_SECURITY_INFORMATION),
&secdesc);