轉載自:【https://zabbix.com/documentation/3.4/zh/manual/web_interface/frontend_sections/administration/authentication】前端
參數r | 描述 |
---|---|
LDAP host | LDAP服務器名稱。例如: ldap://ldap.zabbix.com 安全LDAP服務器使用 ldaps 協議。 ldaps://ldap.zabbix.com |
Port | LDAP服務器接口,默認爲389。\\安全 LDAP鏈接端口號通常爲636。 |
Base DN | 尋找帳戶的基本路徑: ou=Users,ou=system (for OpenLDAP), DC=company,DC=com (for Microsoft Active Directory) |
Search attribute | 用戶搜索的LDAP 帳戶屬性: uid (for OpenLDAP), sAMAccountName (for Microsoft Active Directory) |
Bind DN | 經過LDAP服務器進行綁定和搜索的LDAP賬戶,例如: uid=ldap_search,ou=system (for OpenLDAP), CN=ldap_search,OU=user_group,DC=company,DC=com (for Microsoft Active Directory) Required, 匿名綁定目前不支持。 |
Bind password | 經過LDAP服務器進行綁定和搜索的LDAP帳戶密碼。 |
Test authentication | 測試部分的標題 |
Login | 測試用戶名稱(當前Zabbix前端登陸的). 用戶名必須在LDAP服務器上存在。. 若是沒法驗證測試用戶,Zabbix將不會激活LDAP身份驗證。 |
User password | 測試用戶的LDAP密碼。 |