idmap_ad: Separate out the nss functions
authorVolker Lendecke <vl@samba.org>
Tue, 29 Mar 2016 14:03:04 +0000 (16:03 +0200)
committerVolker Lendecke <vl@samba.org>
Fri, 15 Apr 2016 13:32:11 +0000 (15:32 +0200)
commit154570d9e9067ea419ddd5eb6920964a0935711e
tree093ba3b40f4a083ed7b07961e10f8d40e140b1f4
parentcade673f5fff8a578b8620149688ecc93e981205
idmap_ad: Separate out the nss functions

The nss functions technically right now are part of the idmap modules. However,
there is no intrinsic reason for this mixture of concerns. I would like to
heavily modify the idmap_ad idmapping functions without modifying the nss
functions (yet!!). So as a first step this patch moves the nss functions
textually out of the way.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/winbindd/idmap_ad.c
source3/winbindd/idmap_ad_nss.c [new file with mode: 0644]
source3/winbindd/idmap_proto.h
source3/winbindd/wscript_build