[Fwd: map_domain_name_to_sid]

Gerald Carter gcarter at valinux.com
Thu Aug 31 15:12:01 GMT 2000


James Nord wrote:
> 
> I just upp'ed from 2.0.6 to 2.0.7 on a Linux system and now I get the
> following in the logs
> 
> [2000/08/28 23:38:01, 0] lib/util_sid.c:map_domain_name_to_sid(188)
>   map_domain_name_to_sid: mapping to VINDALOO not found.
> 
> Everything seems to be working okay - I'm just curious as to what it
> means.  Vindaloo is the connecting window 2000 machine
> 
> Also this doesn't appear on the Sun server.

The function attempts to grab the SID for VINDALOO 
from the struct array

sid_name_map[] =
{
  { &global_sam_sid, global_myname, NULL},
  { &global_sam_sid, global_myworkgroup, NULL},
  { &global_sid_S_1_5_0x20, "BUILTIN", NULL},
  { &global_sid_World_Domain, "", &everyone_users[0] },
  { &global_sid_Creator_Owner_Domain, "", &creator_owner_users[0] },
  { &global_sid_NT_Authority, "NT Authority", &nt_authority_users[0] },
  { NULL, NULL, NULL}
};

I don't think this is causing any problems, althouhg I could
be wrong.  It would definitely not be a Linux specific problem.







jerry
----------------------------------------------------------------------
   /\  Gerald (Jerry) Carter                     Professional Services
 \/    http://www.valinux.com  VA Linux Systems    gcarter at valinux.com
       http://www.samba.org       SAMBA Team           jerry at samba.org
       http://www.eng.auburn.edu/~cartegw

       "...a hundred billion castaways looking for a home."
                                - Sting "Message in a Bottle" ( 1979 )





More information about the samba-technical mailing list