summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/rpc_server/lsa/lsa_lookup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/rpc_server/lsa/lsa_lookup.c b/source4/rpc_server/lsa/lsa_lookup.c
index 4ca3e4d51e..2275e76c38 100644
--- a/source4/rpc_server/lsa/lsa_lookup.c
+++ b/source4/rpc_server/lsa/lsa_lookup.c
@@ -40,7 +40,7 @@ static const struct {
},
{
.name = "CREATOR GROUP",
- .sid = SID_CREATOR_OWNER,
+ .sid = SID_CREATOR_GROUP,
.rtype = SID_NAME_WKN_GRP,
},
{
@@ -52,7 +52,7 @@ static const struct {
{
.domain = "NT AUTHORITY",
.name = "Network",
- .sid = SID_NT_DIALUP,
+ .sid = SID_NT_NETWORK,
.rtype = SID_NAME_WKN_GRP,
},
{