parent
f0af2ca9c3
commit
42515ed9ec
5 changed files with 81 additions and 18 deletions
|
@ -625,6 +625,27 @@
|
|||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-if="config.LDAP_URI.indexOf('ldaps://') == 0">
|
||||
<td class="non-input">Custom TLS Certificate:</td>
|
||||
<td>
|
||||
<span class="config-file-field" filename="ldap.crt" has-file="hasfile.LDAPTLSCert"></span>
|
||||
<div class="help-text">
|
||||
If specified, the certificate (in PEM format) for the LDAP TLS connection.
|
||||
</div
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-if="config.LDAP_URI.indexOf('ldaps://') == 0">
|
||||
<td class="non-input">Allow insecure:</td>
|
||||
<td>
|
||||
<div class="co-checkbox">
|
||||
<input id="ldapfallbacktls" type="checkbox" ng-model="config.LDAP_ALLOW_INSECURE_FALLBACK.ORG_RESTRICT" class="ng-pristine ng-valid">
|
||||
<label for="ldapfallbacktls">Allow fallback to non-TLS connections</label>
|
||||
</div>
|
||||
<div class="help-text">
|
||||
If enabled, LDAP will fallback to <strong>insecure non-TLS connections</strong> if TLS does not succeed.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div> <!-- /Authentication -->
|
||||
|
|
Reference in a new issue