Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
Openfire
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Openfire
Commits
b832de6b
Commit
b832de6b
authored
May 19, 2016
by
Dave Cridland
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #581 from guusdk/OF-1129
OF-1129: Increase maxLength of input fields
parents
0bc28bde
c4279628
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ldap-server.jspf
src/web/setup/ldap-server.jspf
+4
-4
No files found.
src/web/setup/ldap-server.jspf
View file @
b832de6b
...
...
@@ -225,7 +225,7 @@
<table
cellpadding=
"0"
cellspacing=
"0"
border=
"0"
width=
"100%"
>
<tr>
<td
width=
"1%"
nowrap=
"nowrap"
>
<input
type=
"text"
name=
"host"
id=
"jiveLDAPphost"
size=
"22"
maxlength=
"50"
value=
"<%= host!=null?host:"
"
%
>
">
<input
type=
"text"
name=
"host"
id=
"jiveLDAPphost"
size=
"22"
maxlength=
"
1
50"
value=
"<%= host!=null?host:"
"
%
>
">
</td>
<td
width=
"99%"
>
<span
class=
"jive-setup-helpicon"
onmouseover=
"domTT_activate(this, event, 'content', '<fmt:message key="
setup
.
ldap
.
server
.
host_help
"
/>
', 'styleClass', 'jiveTooltip', 'trail', true, 'delay', 300, 'lifetime', 8000);">
</span>
...
...
@@ -239,7 +239,7 @@
<tr>
<td
align=
"right"
><fmt:message
key=
"setup.ldap.server.basedn"
/>
:
</td>
<td
colspan=
"3"
>
<input
type=
"text"
name=
"basedn"
id=
"jiveLDAPbasedn"
size=
"40"
maxlength=
"
15
0"
value=
"<%= baseDN!=null?baseDN:"
"%
>
" style="width:90%;">
<input
type=
"text"
name=
"basedn"
id=
"jiveLDAPbasedn"
size=
"40"
maxlength=
"
30
0"
value=
"<%= baseDN!=null?baseDN:"
"%
>
" style="width:90%;">
<span
class=
"jive-setup-helpicon"
onmouseover=
"domTT_activate(this, event, 'content', '<fmt:message key="
setup
.
ldap
.
server
.
basedn_help
"
/>
', 'styleClass', 'jiveTooltip', 'trail', true, 'delay', 300, 'lifetime', 16000);">
</span>
</td>
</tr>
...
...
@@ -250,13 +250,13 @@
<tr>
<td
align=
"right"
width=
"1%"
nowrap=
"nowrap"
><fmt:message
key=
"setup.ldap.server.admindn"
/>
:
</td>
<td
colspan=
"3"
>
<input
type=
"text"
name=
"admindn"
id=
"jiveLDAPadmindn"
size=
"40"
maxlength=
"
15
0"
value=
"<%= adminDN!=null?adminDN:"
"%
>
" style="width:90%;">
<input
type=
"text"
name=
"admindn"
id=
"jiveLDAPadmindn"
size=
"40"
maxlength=
"
30
0"
value=
"<%= adminDN!=null?adminDN:"
"%
>
" style="width:90%;">
<span
class=
"jive-setup-helpicon"
onmouseover=
"domTT_activate(this, event, 'content', '<fmt:message key="
setup
.
ldap
.
server
.
admindn_help
"
/>
', 'styleClass', 'jiveTooltip', 'trail', true, 'delay', 300, 'lifetime', -1);">
</span>
</td>
</tr>
<tr>
<td
align=
"right"
width=
"1%"
nowrap=
"nowrap"
><fmt:message
key=
"setup.ldap.server.password"
/>
:
</td>
<td
colspan=
"3"
><input
type=
"password"
name=
"adminpwd"
id=
"jiveLDAPadminpwd"
size=
"22"
maxlength=
"30"
value=
"<%= adminPassword!=null?adminPassword:"
"%
>
">
<span
class=
"jive-setup-helpicon"
onmouseover=
"domTT_activate(this, event, 'content', '<fmt:message key="
setup
.
ldap
.
server
.
password_help
"
/>
', 'styleClass', 'jiveTooltip', 'trail', true, 'delay', 300, 'lifetime', 8000);">
</span></td>
<td
colspan=
"3"
><input
type=
"password"
name=
"adminpwd"
id=
"jiveLDAPadminpwd"
size=
"22"
maxlength=
"30
0
"
value=
"<%= adminPassword!=null?adminPassword:"
"%
>
">
<span
class=
"jive-setup-helpicon"
onmouseover=
"domTT_activate(this, event, 'content', '<fmt:message key="
setup
.
ldap
.
server
.
password_help
"
/>
', 'styleClass', 'jiveTooltip', 'trail', true, 'delay', 300, 'lifetime', 8000);">
</span></td>
</tr>
</table>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment