r15250: dump some more sids.
[kai/samba.git] / examples / misc / adssearch.pl
index 3651564ec22c1ebb043fb7ed02e33a158160ed5b..a26bb3b6c4547050e022869cfb6ec6741a298f99 100755 (executable)
@@ -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,