s3-auth: make_new_system_info_session() now does not query nss
authorAndrew Bartlett <abartlet@samba.org>
Wed, 13 Jun 2012 23:41:05 +0000 (09:41 +1000)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 19 Jun 2012 11:34:27 +0000 (13:34 +0200)
commit4f15b47324e437cf502b3165553138b7e6ab474b
treeb914f570dc0c26a247170a7123423a965b94bf48
parent5c67599650f2cb1974a0ea05f78cb414e19da72a
s3-auth: make_new_system_info_session() now does not query nss

This is important in some situations where these queries might be
costly LDAP queries and is just not required for the system token.
This is because the system token should be just the NT
AUTHORITY\SYSTEM user and just enough unix info to allow the token to
be used.

Andrew Bartlett

Signed-off-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Tue Jun 19 13:34:28 CEST 2012 on sn-devel-104
source3/auth/auth_util.c