r25196: Thanks to id10ts on IRC for finding some typos in my well-known names
authorAndrew Bartlett <abartlet@samba.org>
Mon, 17 Sep 2007 12:44:26 +0000 (12:44 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:06:51 +0000 (15:06 -0500)
patch.

Andrew Bartlett
(This used to be commit 99e013207e4a10a97fe3b37eb901bc33805731a9)

source4/rpc_server/lsa/lsa_lookup.c

index 4ca3e4d51e4dab5352330e4d56bb5f34ce3e25a2..2275e76c38721df4e3a3ef8ec8999fb434d76f5e 100644 (file)
@@ -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,
        },
        {