summaryrefslogtreecommitdiffstats
path: root/source4/libcli/finddcs.h
Commit message (Collapse)AuthorAgeFilesLines
* s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell2010-09-151-37/+0
| | | | | | | this prevents conflicts with old generated files and we can only even return one DC with this interface. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4-finddcs: added finddcs_cldap()Andrew Tridgell2010-09-151-0/+37
this finds DCs with a specified set of server_type bit using SRV lookups and CLDAP Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>