这是原厂英文文档的翻译页面. 欢迎帮助我们 完善文档.
Table of Contents

> 认证对象

以下对象与 authentication API 直接相关。

认证

认证对象具有以下属性。

属性 类型 描述
authentication_type integer 默认认证。

可能的值:
0 - (默认) 内部;
1 - LDAP。
http_auth_enabled integer 启用HTTP认证。

可能的值:
0 - (默认) 禁用;
1 - 启用。
http_login_form integer 默认登录表单。

可能的值:
0 - (默认) Zabbix登录表单;
1 - HTTP登录表单。
http_strip_domains string 移除域名。
http_case_sensitive integer HTTP大小写敏感登录。

可能的值:
0 - 关闭;
1 - (默认) 开启。
ldap_configured integer 启用LDAP认证。

可能的值:
0 - 禁用;
1 - (默认) 启用。
ldap_host string LDAP主机。
ldap_port integer LDAP端口。
ldap_base_dn string LDAP基础DN。
ldap_search_attribute string LDAP搜索属性。
ldap_bind_dn string LDAP绑定DN。
ldap_case_sensitive integer LDAP大小写敏感登录。

可能的值:
0 - 关闭;
1 - (默认) 开启。
ldap_bind_password string LDAP绑定密码。
saml_auth_enabled integer 启用SAML认证。

可能的值:
0 - (默认) 禁用;
1 - 启用。
saml_idp_entityid string SAML IdP实体ID。
saml_sso_url string SAML SSO服务URL。
saml_slo_url string SAML SLO服务URL。
saml_username_attribute string SAML用户名属性。
saml_sp_entityid string SAML SP实体ID。
saml_nameid_format string SAML SP名称ID格式。
saml_sign_messages integer SAML签名消息。

可能的值:
0 - (默认) 不签名消息;
1 - 签名消息。
saml_sign_assertions integer SAML签名断言。

可能的值:
0 - (默认) 不签名断言;
1 - 签名断言。
saml_sign_authn_requests integer SAML签名认证请求。

可能的值:
0 - (默认) 不签名认证请求;
1 - 签名认证请求。
saml_sign_logout_requests integer SAML签名注销请求。

可能的值:
0 - (默认) 不签名注销请求;
1 - 签名注销请求。
saml_sign_logout_responses integer SAML签名注销响应。

可能的值:
0 - (默认) 不签名注销响应;
1 - 签名注销响应。
saml_encrypt_nameid integer SAML加密名称ID。

可能的值:
0 - (默认) 不加密名称ID;
1 - 加密名称ID。
saml_encrypt_assertions integer SAML加密断言。

可能的值:
0 - (默认) 不加密断言;
1 - 加密断言。
saml_case_sensitive integer SAML大小写敏感登录。

可能的值:
0 - 关闭;
1 - (默认) 开启。
passwd_min_length integer 密码最小长度要求。

可能的范围值:1-70
8 - 默认
passwd_check_rules integer 密码检查规则。

可能的位图值是:
0 - 检查密码长度;
1 - 检查密码是否使用大写和小写拉丁字母;
2 - 检查密码是否使用数字;
4 - 检查密码是否使用特殊字符;
8 - (默认) 检查密码是否不在常用密码列表中,不包含"Zabbix"一词的派生词或用户名、姓或用户名。