summaryrefslogtreecommitdiff
path: root/examples/misc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-02-09 10:24:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:09:59 -0500
commitc1ffb8d9bcad9053f3d97dc89c3ff3b023401157 (patch)
treecfb6910111750838e66d9ad20009d1c3007ecebe /examples/misc
parent2d743ac8f15977fd936c78574c54227fc9fed3b9 (diff)
downloadsamba-c1ffb8d9bcad9053f3d97dc89c3ff3b023401157.tar.gz
r13410: Dump a netbootGUID as a GUID.
Guenther (This used to be commit 9b19a68456c7b576750aaf64c178ba5323d9a95e)
Diffstat (limited to 'examples/misc')
-rwxr-xr-xexamples/misc/adssearch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/misc/adssearch.pl b/examples/misc/adssearch.pl
index f9a7f949262..3651564ec22 100755
--- a/examples/misc/adssearch.pl
+++ b/examples/misc/adssearch.pl
@@ -438,6 +438,7 @@ my %attr_handler = (
"msDS-User-Account-Control-Computed" => \&dump_uacc,
# "msRADIUSFramedIPAddress" => \&dump_ipaddr,
# "msRASSavedFramedIPAddress" => \&dump_ipaddr,
+ "netbootGUID" => \&dump_guid,
"nTMixedDomain" => \&dump_mixed_domain,
"nTSecurityDescriptor" => \&dump_secdesc,
"objectGUID" => \&dump_guid,