Skip to content

Commit

Permalink
r13410: Dump a netbootGUID as a GUID.
Browse files Browse the repository at this point in the history
Guenther
  • Loading branch information
gd authored and Gerald (Jerry) Carter committed Oct 10, 2007
1 parent 286f6fc commit 9b19a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/misc/adssearch.pl
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ BEGIN
"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,
Expand Down
1 change: 1 addition & 0 deletions source/libads/ldap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1684,6 +1684,7 @@ static BOOL ads_dump_field(char *field, void **values, void *data_area)
void (*handler)(const char *, struct berval **);
} handlers[] = {
{"objectGUID", False, dump_guid},
{"netbootGUID", False, dump_guid},
{"nTSecurityDescriptor", False, dump_sd},
{"dnsRecord", False, dump_binary},
{"objectSid", False, dump_sid},
Expand Down

0 comments on commit 9b19a68

Please sign in to comment.