Create DB config for pdns and authentication setting

This commit is contained in:
Khanh Ngo
2018-08-18 18:41:59 +07:00
parent 71b09b9bd1
commit 4b9349c83e
22 changed files with 664 additions and 124 deletions

View File

@ -55,7 +55,7 @@
<div class="form-group">
<select class="form-control" name="auth_method">
<option value="LOCAL">LOCAL Authentication</option>
{% if login_ldap_first_setting %}
{% if SETTING.get('login_ldap_first') %}
<option value="LDAP" selected="selected">LDAP Authentication</option>
{% else %}
<option value="LDAP">LDAP Authentication</option>