We have to hand out info on Builtin here as well. They are stored in
authorVolker Lendecke <vlendec@samba.org>
Sun, 29 Sep 2002 10:39:03 +0000 (10:39 +0000)
committerVolker Lendecke <vlendec@samba.org>
Sun, 29 Sep 2002 10:39:03 +0000 (10:39 +0000)
group mapping not as local, but as WKN_GRP.

Volker

source/rpc_server/srv_samr_nt.c

index c5a2c54511546f501e1e63206ae01b0cca1abc1c..290baabc3b4303340843365ededad5ceb0f14050 100644 (file)
@@ -1328,7 +1328,7 @@ NTSTATUS _samr_query_aliasinfo(pipes_struct *p, SAMR_Q_QUERY_ALIASINFO *q_u, SAM
            !sid_check_is_in_builtin(&sid))
                return NT_STATUS_OBJECT_TYPE_MISMATCH;
 
-       if (!get_local_group_from_sid(sid, &map, MAPPING_WITHOUT_PRIV))
+       if (!get_group_map_from_sid(sid, &map, MAPPING_WITHOUT_PRIV))
                return NT_STATUS_NO_SUCH_ALIAS;
 
        switch (q_u->switch_level) {