zoukankan      html  css  js  c++  java
  • zabbix3.4配置windowsAD登录

    转载自:【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密码。
  • 相关阅读:
    jQuery和AngularJS的区别小分析
    Angular.element和$document的使用方法分析,代替jquery
    AngularJS中bootstrap启动
    angular 依赖注入原理
    AngularJS介绍
    箭头函数
    Object.create 函数 (JavaScript)
    forEach 方法 (Array) (JavaScript)
    Petapoco 查询 语法
    C# 方法中带默认值的参数
  • 原文地址:https://www.cnblogs.com/forturn/p/9081259.html
Copyright © 2011-2022 走看看