diff options
author | Günther Deschner <gd@samba.org> | 2007-07-10 15:13:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:29 -0500 |
commit | f406b6677cab2b84095c28ff447dd8730b0f2b71 (patch) | |
tree | 7eb1bce40c72f81a0958a7ede4b926f0cef146d9 /examples | |
parent | 344f7aa3814d214b76e8de12be92bd68c52b26a9 (diff) | |
download | samba-f406b6677cab2b84095c28ff447dd8730b0f2b71.tar.gz |
r23817: Dump some more guids in adssearch.pl.
Guenther
(This used to be commit 3f0ac6a27f03c5115f51d1b0a740f5f8ee0fb793)
Diffstat (limited to 'examples')
-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 725140ac600..bf9f75f8997 100755 --- a/examples/misc/adssearch.pl +++ b/examples/misc/adssearch.pl @@ -487,6 +487,7 @@ if (!$password) { my %attr_handler = ( "Token-Groups-No-GC-Acceptable" => \&dump_sid, #wrong name "accountExpires" => \&dump_nttime, + "attributeSecurityGUID" => \&dump_guid, "badPasswordTime" => \&dump_nttime, "creationTime" => \&dump_nttime, "currentTime" => \&dump_timestr, @@ -528,6 +529,7 @@ my %attr_handler = ( "pwdLastSet" => \&dump_nttime, "pwdProperties" => \&dump_pwdproperties, "sAMAccountType" => \&dump_atype, + "schemaIDGUID" => \&dump_guid, "sDRightsEffective" => \&dump_sdeffective, "securityIdentifier" => \&dump_sid, "serverState" => \&dump_serverstate, |