diff options
author | Günther Deschner <gd@samba.org> | 2006-04-25 20:13:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:16:30 -0500 |
commit | b86c19795aadd45527694e6002cdd806e928cf38 (patch) | |
tree | 9bf1ac75318eb978301132c4705655f0ad3735e6 /examples/misc | |
parent | 41a7ea369bfad52d7870cf97555d63810d40d3fc (diff) | |
download | samba-b86c19795aadd45527694e6002cdd806e928cf38.tar.gz samba-b86c19795aadd45527694e6002cdd806e928cf38.tar.bz2 samba-b86c19795aadd45527694e6002cdd806e928cf38.zip |
r15250: dump some more sids.
Guenther
(This used to be commit 2922c7f5704e3cfcc80dc648bb3d6d9aa80aaf37)
Diffstat (limited to 'examples/misc')
-rwxr-xr-x | examples/misc/adssearch.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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, |