svn commit: samba r13410 - 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
Thu Feb 9 10:24:28 GMT 2006


Author: gd
Date: 2006-02-09 10:24:27 +0000 (Thu, 09 Feb 2006)
New Revision: 13410

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

Log:
Dump a netbootGUID as a GUID.

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-02-09 10:17:38 UTC (rev 13409)
+++ branches/SAMBA_3_0/examples/misc/adssearch.pl	2006-02-09 10:24:27 UTC (rev 13410)
@@ -438,6 +438,7 @@
 	"msDS-User-Account-Control-Computed" => \&dump_uacc,
 #	"msRADIUSFramedIPAddress"	=> \&dump_ipaddr,
 #	"msRASSavedFramedIPAddress" 	=> \&dump_ipaddr,
+	"netbootGUID"			=> \&dump_guid,
 	"nTMixedDomain"			=> \&dump_mixed_domain,
 	"nTSecurityDescriptor"		=> \&dump_secdesc,
 	"objectGUID"			=> \&dump_guid,

Modified: branches/SAMBA_3_0/source/libads/ldap.c
===================================================================
--- branches/SAMBA_3_0/source/libads/ldap.c	2006-02-09 10:17:38 UTC (rev 13409)
+++ branches/SAMBA_3_0/source/libads/ldap.c	2006-02-09 10:24:27 UTC (rev 13410)
@@ -1684,6 +1684,7 @@
 		void (*handler)(const char *, struct berval **);
 	} handlers[] = {
 		{"objectGUID", False, dump_guid},
+		{"netbootGUID", False, dump_guid},
 		{"nTSecurityDescriptor", False, dump_sd},
 		{"dnsRecord", False, dump_binary},
 		{"objectSid", False, dump_sid},

Modified: trunk/examples/misc/adssearch.pl
===================================================================
--- trunk/examples/misc/adssearch.pl	2006-02-09 10:17:38 UTC (rev 13409)
+++ trunk/examples/misc/adssearch.pl	2006-02-09 10:24:27 UTC (rev 13410)
@@ -438,6 +438,7 @@
 	"msDS-User-Account-Control-Computed" => \&dump_uacc,
 #	"msRADIUSFramedIPAddress"	=> \&dump_ipaddr,
 #	"msRASSavedFramedIPAddress" 	=> \&dump_ipaddr,
+	"netbootGUID"			=> \&dump_guid,
 	"nTMixedDomain"			=> \&dump_mixed_domain,
 	"nTSecurityDescriptor"		=> \&dump_secdesc,
 	"objectGUID"			=> \&dump_guid,

Modified: trunk/source/libads/ldap.c
===================================================================
--- trunk/source/libads/ldap.c	2006-02-09 10:17:38 UTC (rev 13409)
+++ trunk/source/libads/ldap.c	2006-02-09 10:24:27 UTC (rev 13410)
@@ -1684,6 +1684,7 @@
 		void (*handler)(const char *, struct berval **);
 	} handlers[] = {
 		{"objectGUID", False, dump_guid},
+		{"netbootGUID", False, dump_guid},
 		{"nTSecurityDescriptor", False, dump_sd},
 		{"dnsRecord", False, dump_binary},
 		{"objectSid", False, dump_sid},



More information about the samba-cvs mailing list