You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2017/08/17 15:16:43 UTC

svn commit: r1805299 - /directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml

Author: elecharny
Date: Thu Aug 17 15:16:43 2017
New Revision: 1805299

URL: http://svn.apache.org/viewvc?rev=1805299&view=rev
Log:
The connection context menu now has a configuration item for OpenLDAP 2.4

Modified:
    directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml

Modified: directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml?rev=1805299&r1=1805298&r2=1805299&view=diff
==============================================================================
--- directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml (original)
+++ directory/studio/branches/studio-value/plugins/openldap.config.editor/plugin.xml Thu Aug 17 15:16:43 2017
@@ -41,7 +41,10 @@
           label="Open Configuration"
           icon="resources/icons/editor.gif"/>
       <visibility> 
-         <objectState name="serverType" value="OPENLDAP_2_3"/>
+         <or>
+            <objectState name="serverType" value="OPENLDAP_2_3"/>
+            <objectState name="serverType" value="OPENLDAP_2_4"/>
+         </or>
       </visibility>
    </objectContribution>
   </extension>