diff options
author | Günther Deschner <gd@samba.org> | 2006-02-09 10:24:27 +0000 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2006-02-09 10:24:27 +0000 |
commit | e63b36242457b946727196fd15904f32d127627c (patch) | |
tree | 9be8854d73a5a88abb5ded8fa6886bc6f7a3fe3a /examples/misc | |
parent | 442819761eab4070380b97e2ab037e0933bbebc5 (diff) | |
download | samba-e63b36242457b946727196fd15904f32d127627c.tar.gz samba-e63b36242457b946727196fd15904f32d127627c.tar.xz samba-e63b36242457b946727196fd15904f32d127627c.zip |
r13410: Dump a netbootGUID as a GUID.
Guenther
Diffstat (limited to 'examples/misc')
-rwxr-xr-x | examples/misc/adssearch.pl | 1 |
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, |