s3-auth: Fix system info3 return to be just SID_NT_SYSTEM
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Jun 2012 23:35:10 +0000 (09:35 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 15 Jun 2012 07:18:33 +0000 (09:18 +0200)
commit5df459aed7f9f85a9eb15a16b1ad5a8bbdd1df5a
treeacf57750c3225acd69db576d1acda64789bb27c3
parent9b3cf96fb042429eaf79ede426e406ea1fa32079
s3-auth: Fix system info3 return to be just SID_NT_SYSTEM

The SID for the SYSTEM token should be a fixed value, and not the
administrator.  Note however that it will be replaced by the SID of
sec_initial_uid() by the create_local_token() code.  Fixing this
requires fixes the other parts of the code that cannot cope with a
token of just SID_NT_SYSTEM.

Andrew Bartlett
source3/auth/auth_util.c