{% extends "base.html" %} {% import "bootstrap/wtf.html" as wtf %} {% block title %}ButterSalt-LDAP{% endblock title %} {% block page_content %} 编辑 LDAP 账户
基本信息
姓名拼音 部门 Email
{{Data[0].get('cn')[0]}} {{Data[0].get('ou')[0]}} {{Data[0].get('o')[0]}} {{Data[0].get('mail')[0]}}
隐私信息
密码 公钥
{{Data[0].get('userPassword')[0]}} {{Data[0].get('userPKCS12')[0]}}
{% for n in minion_list %} {% if n in belong_minion_list %} {% else %} {% endif %} {% endfor %}
主机登陆许可
主机名 许可
{{n}}
删除此 LDAP 账户 {% endblock page_content%}