bindDn was not in the ldap form

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1421846 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-12-14 13:25:43 +00:00
parent cc2839453d
commit c0e2ac135b
2 changed files with 10 additions and 0 deletions

View File

@ -587,6 +587,7 @@ redback.runtime.ldap.host.label=host
redback.runtime.general.title=General
redback.runtime.ldap.title=LDAP
redback.runtime.ldap.baseDn.label=baseDn
redback.runtime.ldap.bindDn.label=bindDn
redback.runtime.ldap.password.label=password
redback.runtime.ldap.contextFactory.label=contextFactory
redback.runtime.ldap.ssl.label=ssl enabled

View File

@ -953,6 +953,15 @@
data-bind="value: archivaRuntimeConfiguration().ldapConfiguration().baseDn"/>
</div>
</div>
<div class="control-group">
<label for="ldap-bindDn" class="control-label">
${$.i18n.prop('redback.runtime.ldap.bindDn.label')}
</label>
<div class="controls">
<input type="text" id="ldap-bindDn" name="ldap-bindDn" class="input-xxlarge"
data-bind="value: archivaRuntimeConfiguration().ldapConfiguration().bindDn"/>
</div>
</div>
<div class="control-group">
<label for="ldap-ssl" class="control-label">
${$.i18n.prop('redback.runtime.ldap.ssl.label')}