r5444: Add adssearch.pl utility (on volkers request).
authorGünther Deschner <gd@samba.org>
Fri, 18 Feb 2005 16:43:20 +0000 (16:43 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:55:40 +0000 (10:55 -0500)
commit9bdf6cdbf1d158ae37cd2c079a217c4011af212c
tree39ffbbbf494fc09df5fd150bdedae2c45482ff98
parentbfc76114f65964262d1bf04d72cacefc2ae26680
r5444: Add adssearch.pl utility (on volkers request).

Added to samba3 due to some header and machine-account dependencies,
although it's possibly of more interest to samba4 developers.

adssearch.pl is a kind of ldapsearch + dump-filters for various
ADS-attributes. It can also register asynchronous change notifications.

./adssearch.pl -h w2k3host -D administrator@MY.REALM.NET -x -w mypass -n

and *any* change in your entire DIT will show up immediately (after a
second change of an object even as object diff). It's very interesting
to see the interaction of GPOs, the various steps of account
modification with dsa.msc, etc.

Gracefully ignore some parts of adssearch.pl that are rather immature...

Guenther
(This used to be commit fd947b5ee060a48597bc1166614a05f81457e5e0)
examples/misc/adssearch.pl [new file with mode: 0755]