summaryrefslogtreecommitdiff
path: root/source3/auth/server_info_sam.c
AgeCommit message (Collapse)AuthorFilesLines
2010-08-26s3-build: only include nsswitch header where needed.Günther Deschner1-0/+1
Guenther
2010-06-07s3:auth remove unused structure memberSimo Sorce1-31/+1
sids are now completely handled using info3, remove dead code that fills server info sids and the structure members themselves Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-06-07s3:auth handle unix domain sids in samuSimo Sorce1-2/+2
When we generate a user out of thin air we may end up adding sids that are not part of the sam domain (unix domain sids). Handle the case and preserve these sids as extra sids. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2010-05-28s3:auth Free sampass as soon as we have server_infoSimo Sorce1-2/+0
We don't keep sampass in server_info anymore So it makes no sense to keep it around. Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-28s3:auth use info3 in auth_serversupplied_infoSimo Sorce1-2/+7
Signed-off-by: Günther Deschner <gd@samba.org>
2010-04-11s3: Move make_server_info_sam to auth/server_info_sam.cVolker Lendecke1-0/+151