libwbclient: Abstract the DS_XXX flags for DsGetDcName().
authorcoffeedude <coffeedude@drizzt.ad.plainjoe.org>
Tue, 13 May 2008 17:58:52 +0000 (12:58 -0500)
committercoffeedude <coffeedude@drizzt.ad.plainjoe.org>
Tue, 13 May 2008 17:58:52 +0000 (12:58 -0500)
commit34933a5c236ee489e4c11172820cdc0496b9e334
treed0cac4fecd16558d4ebf44bcac57da2773fcf4c8
parent9cd646c166f2c9511158c09354e4f103ff681bcf
libwbclient: Abstract the DS_XXX flags for DsGetDcName().

The wbcLookupDomainController() call supports a set of flags
defined in wbclient.h.  Add a mapping function between these
flags and the original DS_XXX flags in order to prevent having
to include the generated RPC headers in wbclient.h.
(This used to be commit 31614cd5e08dd6389c66e6ddf9f2d5429c6ab033)
source3/winbindd/winbindd.h
source3/winbindd/winbindd_locator.c