Fixed ValidationException on LDAP configuration page
This commit is contained in:
parent
ecef5a32ca
commit
1603be046e
1 changed files with 2 additions and 1 deletions
|
|
@ -356,7 +356,8 @@
|
||||||
<hbox>
|
<hbox>
|
||||||
<textbox id="ldapPort"
|
<textbox id="ldapPort"
|
||||||
value="@{configurationController.ldapConfiguration.ldapPort}"
|
value="@{configurationController.ldapConfiguration.ldapPort}"
|
||||||
width="300px"/>
|
width="300px"
|
||||||
|
maxlength="5"/>
|
||||||
<label value="${i18n:__('Example: {0}', '389')}" />
|
<label value="${i18n:__('Example: {0}', '389')}" />
|
||||||
</hbox>
|
</hbox>
|
||||||
</row>
|
</row>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue