|
|
|
@ -200,7 +200,7 @@
|
|
|
|
|
</select>
|
|
|
|
|
</div>
|
|
|
|
|
{% if feature_support['ldap'] %}
|
|
|
|
|
<div data-related="login-settings-1">
|
|
|
|
|
<div data-related="login-settings-1">
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label for="config_ldap_provider_url">{{_('LDAP Server Host Name or IP Address')}}</label>
|
|
|
|
|
<input type="text" class="form-control" id="config_ldap_provider_url" name="config_ldap_provider_url" value="{% if config.config_ldap_provider_url != None %}{{ config.config_ldap_provider_url }}{% endif %}" autocomplete="off">
|
|
|
|
|