From b86c19795aadd45527694e6002cdd806e928cf38 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 (This used to be commit 2922c7f5704e3cfcc80dc648bb3d6d9aa80aaf37) --- examples/misc/adssearch.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/misc') diff --git a/examples/misc/adssearch.pl b/examples/misc/adssearch.pl index 3651564ec2..a26bb3b6c4 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