You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2013/02/14 12:46:47 UTC

svn commit: r1446132 - /directory/studio/trunk/features/apacheds.configuration.v2.feature/feature.xml

Author: pamarcelot
Date: Thu Feb 14 11:46:47 2013
New Revision: 1446132

URL: http://svn.apache.org/r1446132
Log:
Fix for:
- DIRSTUDIO-872 (The list of possible Kerberos encryption type should be available)
- DIRSTUDIO-873 (Kerberos encryption types are not saved correctly)

Modified:
    directory/studio/trunk/features/apacheds.configuration.v2.feature/feature.xml

Modified: directory/studio/trunk/features/apacheds.configuration.v2.feature/feature.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/features/apacheds.configuration.v2.feature/feature.xml?rev=1446132&r1=1446131&r2=1446132&view=diff
==============================================================================
--- directory/studio/trunk/features/apacheds.configuration.v2.feature/feature.xml (original)
+++ directory/studio/trunk/features/apacheds.configuration.v2.feature/feature.xml Thu Feb 14 11:46:47 2013
@@ -310,6 +310,13 @@ http://www.apache.org/licenses/
          unpack="false"/>
 
    <plugin
+         id="org.apache.directory.server.kerberos.codec"
+         download-size="0"
+         install-size="0"
+         version="${org.apache.directory.server.validversion}"
+         unpack="false"/>
+
+   <plugin
          id="org.apache.directory.server.ldif.partition"
          download-size="0"
          install-size="0"