From 786161f1a532927f190aea82a777c13982853e88 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 25 Apr 2006 20:13:05 +0000 Subject: r15250: dump some more sids. Guenther --- examples/misc/adssearch.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples') diff --git a/examples/misc/adssearch.pl b/examples/misc/adssearch.pl index 3651564ec22..a26bb3b6c45 100755 --- a/examples/misc/adssearch.pl +++ b/examples/misc/adssearch.pl @@ -436,6 +436,7 @@ my %attr_handler = ( "modifyTimeStamp" => \&dump_timestr, "msDS-Behavior-Version" => \&dump_ds_func, #unsure "msDS-User-Account-Control-Computed" => \&dump_uacc, + "mS-DS-CreatorSID" => \&dump_sid, # "msRADIUSFramedIPAddress" => \&dump_ipaddr, # "msRASSavedFramedIPAddress" => \&dump_ipaddr, "netbootGUID" => \&dump_guid, @@ -457,6 +458,7 @@ my %attr_handler = ( "systemFlags" => \&dump_systemflags, "tokenGroups", => \&dump_sid, "tokenGroupsGlobalAndUniversal" => \&dump_sid, + "tokenGroupsNoGCAcceptable" => \&dump_sid, "trustAttributes" => \&dump_trustattr, "trustDirection" => \&dump_trustdirection, "trustType" => \&dump_trusttype, -- cgit