1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

libcli/security: remove PRIMARY_{USER,GROUP}_SID_INDEX defines from security.h

These and more are also defined in security_token.h, which is later included
from security.h anyway.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2023-12-28 10:18:51 +01:00
parent 6331d33ae4
commit f94d2ed13e

View File

@ -25,9 +25,6 @@
#include "librpc/gen_ndr/security.h"
#define PRIMARY_USER_SID_INDEX 0
#define PRIMARY_GROUP_SID_INDEX 1
/* File Specific access rights */
#define FILE_READ_DATA SEC_FILE_READ_DATA
#define FILE_WRITE_DATA SEC_FILE_WRITE_DATA