svn commit: samba r15250 - branches/SAMBA_3_0/examples/misc branches/SAMBA_3_0/source/libads trunk/examples/misc trunk/source/libads

gd at samba.org gd at samba.org
Tue Apr 25 20:13:06 GMT 2006


Author: gd
Date: 2006-04-25 20:13:05 +0000 (Tue, 25 Apr 2006)
New Revision: 15250

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=15250

Log:
dump some more sids.

Guenther

Modified:
   branches/SAMBA_3_0/examples/misc/adssearch.pl
   branches/SAMBA_3_0/source/libads/ldap.c
   trunk/examples/misc/adssearch.pl
   trunk/source/libads/ldap.c


Changeset:
Modified: branches/SAMBA_3_0/examples/misc/adssearch.pl
===================================================================
--- branches/SAMBA_3_0/examples/misc/adssearch.pl	2006-04-25 16:38:09 UTC (rev 15249)
+++ branches/SAMBA_3_0/examples/misc/adssearch.pl	2006-04-25 20:13:05 UTC (rev 15250)
@@ -436,6 +436,7 @@
 	"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 @@
 	"systemFlags"			=> \&dump_systemflags,
 	"tokenGroups",			=> \&dump_sid,
 	"tokenGroupsGlobalAndUniversal" => \&dump_sid,
+	"tokenGroupsNoGCAcceptable"	=> \&dump_sid,
 	"trustAttributes"		=> \&dump_trustattr,
 	"trustDirection"		=> \&dump_trustdirection,
 	"trustType"			=> \&dump_trusttype,

Modified: branches/SAMBA_3_0/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0/source/libads/ldap.c	2006-04-25 16:38:09 UTC (rev 15249)
+++ branches/SAMBA_3_0/source/libads/ldap.c	2006-04-25 20:13:05 UTC (rev 15250)
@@ -1665,6 +1665,8 @@
 		{"dnsRecord", False, dump_binary},
 		{"objectSid", False, dump_sid},
 		{"tokenGroups", False, dump_sid},
+		{"tokenGroupsNoGCAcceptable", False, dump_sid},
+		{"tokengroupsGlobalandUniversal", False, dump_sid},
 		{NULL, True, NULL}
 	};
 	int i;

Modified: trunk/examples/misc/adssearch.pl
===================================================================
--- trunk/examples/misc/adssearch.pl	2006-04-25 16:38:09 UTC (rev 15249)
+++ trunk/examples/misc/adssearch.pl	2006-04-25 20:13:05 UTC (rev 15250)
@@ -436,6 +436,7 @@
 	"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 @@
 	"systemFlags"			=> \&dump_systemflags,
 	"tokenGroups",			=> \&dump_sid,
 	"tokenGroupsGlobalAndUniversal" => \&dump_sid,
+	"tokenGroupsNoGCAcceptable"	=> \&dump_sid,
 	"trustAttributes"		=> \&dump_trustattr,
 	"trustDirection"		=> \&dump_trustdirection,
 	"trustType"			=> \&dump_trusttype,

Modified: trunk/source/libads/ldap.c
===================================================================
--- trunk/source/libads/ldap.c	2006-04-25 16:38:09 UTC (rev 15249)
+++ trunk/source/libads/ldap.c	2006-04-25 20:13:05 UTC (rev 15250)
@@ -1665,6 +1665,8 @@
 		{"dnsRecord", False, dump_binary},
 		{"objectSid", False, dump_sid},
 		{"tokenGroups", False, dump_sid},
+		{"tokenGroupsNoGCAcceptable", False, dump_sid},
+		{"tokengroupsGlobalandUniversal", False, dump_sid},
 		{NULL, True, NULL}
 	};
 	int i;



More information about the samba-cvs mailing list