[Fedora-directory-commits] ldapserver/ldap/admin/src logconv.pl, 1.6, 1.7

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Thu Dec 6 02:46:20 UTC 2007


Author: nhosoi

Update of /cvs/dirsec/ldapserver/ldap/admin/src
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18538

Modified Files:
	logconv.pl 
Log Message:
Resolves: #403751
Summary: command line scripts fine tuning (Comment #2)
Description: removed words "6.x" and "iWS" from the output messages.



Index: logconv.pl
===================================================================
RCS file: /cvs/dirsec/ldapserver/ldap/admin/src/logconv.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- logconv.pl	18 Apr 2006 18:57:44 -0000	1.6
+++ logconv.pl	6 Dec 2007 02:46:17 -0000	1.7
@@ -365,7 +365,6 @@
 print "Deletes:                      $delete\n";
 print "Mod RDNs:                     $modrdn\n";
 print "\n";
-print "6.x Stats \n";
 print "Persistent Searches:          $persistent\n";
 print "Internal Operations:          $internal\n";
 print "Entry Operations:             $entryOp\n";
@@ -802,16 +801,16 @@
 }
 
 
-###############################################
-#					      #
-# Gather and process extended operations 6.x  #
-#					      #
-###############################################
+##########################################
+#                                        #
+# Gather and process extended operations #
+#                                        #
+##########################################
 
 if ($usage =~ /x/i || $verb eq "yes"){
 
 if ($extendedop > 0){
-print "\n\n----- 6.x Extended Operations -----\n\n";
+print "\n\n----- Extended Operations -----\n\n";
 foreach $oids (sort { $oid{$b} <=> $oid{$a} } (keys %oid) ){
 
 	if ($oids eq "2.16.840.1.113730.3.5.1"){ $oidmessage = "Transaction Request"}
@@ -824,7 +823,7 @@
 	elsif ($oids eq "2.16.840.1.113730.3.5.8"){ $oidmessage = "Finished Bulk Import"}
 	elsif ($oids eq "2.16.840.1.113730.3.6.1"){ $oidmessage = "Incremental Update Replication Protocol"}
 	elsif ($oids eq "2.16.840.1.113730.3.6.2"){ $oidmessage = "Total Update Replication Protocol (Initialization)"}
-	elsif ($oids eq "2.16.840.1.113730.3.5.9"){ $oidmessage = "Digest Authentication (iWS 6.x)"}
+	elsif ($oids eq "2.16.840.1.113730.3.5.9"){ $oidmessage = "Digest Authentication"}
 	else {$oidmessage = "Other"}
 
 	printf "%-6s      %-23s     %-60s\n", $oid{ $oids }, $oids, $oidmessage;




More information about the Fedora-directory-commits mailing list