On 06/16/2015 12:16 AM, Emmanuel Lécharny wrote:
> Le 15/06/15 23:54, Stefan Seelmann a écrit :
>> Hi Emmanuel,
>>
>> I'm afraid the OpenLDAP plugins are not included in your uploaded
>> version. For the release I removed the feature from the Studio product.
>> I'll re-add them now. Sorry.
> 
> Ah, yep, you are right. Anyway the build was bad, I had to fix an
> important bug so it's fine if I have to buidl it again. I'll do that
> tomorrow !

Added the feature back to the product. The nightly build should include it.

I looked a bit over it. There are really a looooot of config options
when drilling into each detail. OpenLDAP is a feature beast :)

One error: I played with an old OpenLDAP 2.4.31 (I'll upgrade next
days), when opening the configuration and switching to "security" page I
get following stacktrace:

java.lang.NumberFormatException: For input string: ""
        at
java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
        at java.lang.Integer.parseInt(Integer.java:592)
        at java.lang.Integer.valueOf(Integer.java:766)
        at
org.apache.directory.studio.openldap.config.editor.pages.SecurityPage$1.modifyText(SecurityPage.java:241)
        at
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:179)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4454)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1388)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1412)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1393)
        at org.eclipse.swt.widgets.Text.setText(Text.java:2562)
        at org.eclipse.swt.widgets.Text.setText(Text.java:2488)
        at
org.apache.directory.studio.openldap.config.editor.pages.SecurityPage.refreshUI(SecurityPage.java:1044)
        at
org.apache.directory.studio.openldap.config.editor.OpenLDAPServerConfigurationEditor.pageChanged(OpenLDAPServerConfigurationEditor.java:132)


Reply via email to