{% extends "base.html" %} {% block javascript %} {% endblock %} {% block settings_current %}current{% endblock %} {% block settings_authentication_current %}current{% endblock %} {% block content %}

认证设置

配置版本库认证

认证

{% csrf_token %} 使用GitStack用户和用户组
使用Ldap用户 help



For regular ldap, use the string ldap. For secure ldap, use ldaps instead. Example : "ldap"


The dns name or ip of the ldap server. Example : "192.168.1.54"



Port of the ldap server. Example : "389"



The DN of the branch of the directory where all searches should start from. Example : "CN=Users,DC=contoso,DC=com"



The attribute on which the username is stored. Example : "sAMAccountName"



The scope of the search. Can be either one or sub. Example : "sub"



A valid LDAP search filter. Example : "(objectClass=person)"




Distinguished name to search for entries. Example : "CN=gitstack,CN=Users,DC=contoso,DC=com"




A bind password to use in conjunction with the bind DN, example : gitstack's password.

Please Wait


{% endblock %}