summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-07-09 13:31:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:23:54 -0500
commit9535866f6ffda866d644855f44f8b987378c4395 (patch)
tree02251fe475e29b404c2315c03e271b870f0ad8b2 /examples
parent964acb2716e230172e716d8d24ee2f888930130d (diff)
downloadsamba-9535866f6ffda866d644855f44f8b987378c4395.tar.gz
r23767: Add GTYPE_SECURITY_UNIVERSAL_GROUP to adsearch.pl as well.
Guenther
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/misc/adssearch.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/misc/adssearch.pl b/examples/misc/adssearch.pl
index da22c57f7e4..725140ac600 100755
--- a/examples/misc/adssearch.pl
+++ b/examples/misc/adssearch.pl
@@ -408,6 +408,7 @@ my %ads_gtype = (
"GTYPE_SECURITY_BUILTIN_LOCAL_GROUP" => 0x80000005,
"GTYPE_SECURITY_DOMAIN_LOCAL_GROUP" => 0x80000004,
"GTYPE_SECURITY_GLOBAL_GROUP" => 0x80000002,
+ "GTYPE_SECURITY_UNIVERSAL_GROUP" => 0x80000008,
"GTYPE_DISTRIBUTION_GLOBAL_GROUP" => 0x00000002,
"GTYPE_DISTRIBUTION_DOMAIN_LOCAL_GROUP" => 0x00000004,
"GTYPE_DISTRIBUTION_UNIVERSAL_GROUP" => 0x00000008,