Fix LDAP error and url handling to be more clear for the end user

This commit is contained in:
Joseph Schorr 2015-03-16 14:33:53 -04:00
parent 6d7a95b019
commit 360aa69d92
2 changed files with 12 additions and 1 deletions

View file

@ -309,7 +309,13 @@
<table class="config-table" ng-if="config.AUTHENTICATION_TYPE == 'LDAP'">
<tr>
<td>LDAP URI:</td>
<td><span class="config-string-field" binding="config.LDAP_URI"></span></td>
<td>
<span class="config-string-field" binding="config.LDAP_URI"
pattern="ldap(s)?://.+"></span>
<div class="help-text">
The full LDAP URI, including the ldap:// or ldaps:// prefix.
</div>
</td>
</tr>
<tr>
<td>Administrator DN:</td>