Implemented 'net ads printer search' which searches the directory for
authorTim Potter <tpot@samba.org>
Thu, 3 Jul 2003 05:08:51 +0000 (05:08 +0000)
committerTim Potter <tpot@samba.org>
Thu, 3 Jul 2003 05:08:51 +0000 (05:08 +0000)
commitbaf439cd55d79133e2fca598834e362a81a911a4
treedf8a6ebe54775fa945dd6be542379e3055ca96ae
parentd304a61cc70af9bec3f630043f3e7e600352deea
Implemented 'net ads printer search' which searches the directory for
published printers.

At the moment we don't search using any parameters but this can be
fixed by changing the LDAP search string.  Also we should contact
the global catalog at SRV _gc._tcp instead of the ldap server we
get back from ads_startup().
(This used to be commit 814519c5de7f962623163b732c8589abd355d845)
source3/libads/ldap_printer.c
source3/utils/net_ads.c