1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-06 16:23:49 +03:00

Fix noticed by John Trostel - we need to return our account SID for level 5.

Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 9a85dc9cdb
commit acf32f277d
2 changed files with 2 additions and 2916 deletions

View File

@@ -394,7 +394,7 @@ uint32 _lsa_query_info(pipes_struct *p, LSA_Q_QUERY_INFO *q_u, LSA_R_QUERY_INFO
break;
case ROLE_STANDALONE:
name = global_myname;
sid = NULL; /* Tell it we're not in a domain. */
sid = &global_sam_sid;
break;
default:
return NT_STATUS_CANT_ACCESS_DOMAIN_INFO;