mirror of
https://github.com/samba-team/samba.git
synced 2025-02-23 09:57:40 +03:00
r13410: Dump a netbootGUID as a GUID.
Guenther (This used to be commit 9b19a68456c7b576750aaf64c178ba5323d9a95e)
This commit is contained in:
parent
2d743ac8f1
commit
c1ffb8d9bc
@ -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,
|
||||
|
@ -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},
|
||||
|
Loading…
x
Reference in New Issue
Block a user