Fix LDAP error and url handling to be more clear for the end user
This commit is contained in:
parent
6d7a95b019
commit
360aa69d92
2 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
|
|
Reference in a new issue