s3: auth: Change auth3_generate_session_info_pac() to use a copy of the info3 struct...
authorJeremy Allison <jra@samba.org>
Tue, 17 Jun 2014 06:15:21 +0000 (23:15 -0700)
committerKarolin Seeger <kseeger@samba.org>
Sat, 11 Jul 2015 19:59:25 +0000 (21:59 +0200)
commit4bdfb15ecd6c3fe154130d252fb7d392dd46323c
treec651aae205c8a0e1c900ebf242af0f52daaee7f4
parent02bda079a0a22a62b05689f571da34f232caace4
s3: auth: Change auth3_generate_session_info_pac() to use a copy of the info3 struct from the struct PAC_LOGON_INFO.

Call create_info3_from_pac_logon_info() to add in any resource SIDs
from the struct PAC_LOGON_INFO to the info3.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
Reviewed-by: Simo Sorce <idra@samba.org>
(cherry picked from commit 0e5a9f44e4b08b93bc4b501d1e14b59ed7b3647c)
source3/auth/auth_generic.c