You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2010/11/20 20:20:27 UTC

svn commit: r1037308 - in /directory/apacheds/trunk/i18n/src/main: java/org/apache/directory/server/i18n/I18n.java resources/org/apache/directory/server/i18n/errors.properties

Author: kayyagari
Date: Sat Nov 20 19:20:27 2010
New Revision: 1037308

URL: http://svn.apache.org/viewvc?rev=1037308&view=rev
Log:
o added a new constant to be used in KrbSafe

Modified:
    directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java
    directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties

Modified: directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java?rev=1037308&r1=1037307&r2=1037308&view=diff
==============================================================================
--- directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java (original)
+++ directory/apacheds/trunk/i18n/src/main/java/org/apache/directory/server/i18n/I18n.java Sat Nov 20 19:20:27 2010
@@ -768,8 +768,9 @@ public enum I18n
     ERR_732("ERR_732"),
     ERR_733("ERR_733"),
     ERR_734_CANNOT_ENCODE_KRBERROR("ERR_734_CANNOT_ENCODE_KRBERROR"),
-    ERR_735_CANNOT_ENCODE_KRBSAFEBODY("ERR_735_CANNOT_ENCODE_KRBSAFEBODY");
-
+    ERR_735_CANNOT_ENCODE_KRBSAFEBODY("ERR_735_CANNOT_ENCODE_KRBSAFEBODY"),
+    ERR_736_CANNOT_ENCODE_KRBSAFE("ERR_736_CANNOT_ENCODE_KRBSAFE");
+    
     private static ResourceBundle errBundle = ResourceBundle
                 .getBundle( "org.apache.directory.server.i18n.errors" );
 

Modified: directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties?rev=1037308&r1=1037307&r2=1037308&view=diff
==============================================================================
--- directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties (original)
+++ directory/apacheds/trunk/i18n/src/main/resources/org/apache/directory/server/i18n/errors.properties Sat Nov 20 19:20:27 2010
@@ -756,4 +756,5 @@ ERR_731=Unrecognized FilterDialog comman
 ERR_732=Cannot process a Request while binding
 ERR_733=Principal is not a valid Name : {0}
 ERR_734_CANNOT_ENCODE_KRBERROR=Cannot encode the KrbError object, the PDU size is {0} when only {1} bytes has been allocated
-ERR_735_CANNOT_ENCODE_KRBSAFEBODY=Cannot encode the KrbSafeBody object, the PDU size is {0} when only {1} bytes has been allocated
\ No newline at end of file
+ERR_735_CANNOT_ENCODE_KRBSAFEBODY=Cannot encode the KrbSafeBody object, the PDU size is {0} when only {1} bytes has been allocated
+ERR_736_CANNOT_ENCODE_KRBSAFE=Cannot encode the KrbSafe object, the PDU size is {0} when only {1} bytes has been allocated
\ No newline at end of file