Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 登录配置文档说明细化 #393

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions views/system/auth/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h4><i class="fa fa-address-card-o"></i> 登录认证方式配置文档</h4>
<pre>
{
"basedn": "dc=umich,dc=edu", // ldap base dn; 用于搜索的节点;必填不能为空
"bind_username": "readonly", // ldap bind dn; 用来获取查询权限的 bind 用户;非必填可以为空
"bind_username": "cn=readonly,dc=umich,dc=edu", // ldap bind dn; 用来获取查询权限的 bind 用户;非必填可以为空
"bind_password": "password", // ldap bind dn password; bind 用户密码;非必填可以为空
"account_pattern": "(&(objectClass=User)(userPrincipalName=%s))" // ldap search pattern; 非必填可以为空,默认值为(&(objectClass=User)(userPrincipalName=%s))
"given_name_key": "displayName", // ldap 查询用户名对应的 key,非必填可以为空,默认为 displayName
Expand Down Expand Up @@ -146,4 +146,4 @@ <h4><i class="fa fa-address-card-o"></i> 登录认证方式配置文档</h4>
</div>
</div>
</div>
</div>
</div>