<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>solutions &amp;mdash; forbiddenlake</title>
    <link>https://blog.kiserai.net/tag:solutions</link>
    <description></description>
    <pubDate>Tue, 28 Apr 2026 08:06:03 +0000</pubDate>
    <item>
      <title>Zabbix Web interface with LLDAP</title>
      <link>https://blog.kiserai.net/zabbix-web-interface-with-lldap</link>
      <description>&lt;![CDATA[I wrote a document for configuring Zabbix 6.0 web interface to use LLDAP for logins. Here is the same information, with pictures.&#xA;&#xA;!--more--&#xA;&#xA;This example is for the Zabbix Web interface version 6.0, which is the supported LTS version as of August 2023.  Later versions have additional options.&#xA;&#xA;For the associated 6.0 documentation see here and for the current manual see here.&#xA;&#xA;Note that an LDAP user must exist in Zabbix Web as well, however its Zabbix password will not be used. When creating the user in Zabbix, the user should also be added to your desired Zabbix roles/groups.&#xA;&#xA;Configure LDAP Settings&#xA;&#xA;Log in to the web interface as an admin&#xA;Navigate to Administration   Authentication   LDAP Settings&#xA;&#xA;Here&#39;s a picture, see below for details:&#xA;picture of the below settings in the Zabbix web configuration area&#xA;&#xA;Enable LDAP authentication&#xA;&#xA;Checked&#xA;&#xA;LDAP host&#xA;&#xA;URI of your LLDAP host. Example: ldap://ldap.example.com:3890 or ldaps://ldap.example.com:6360 for TLS.&#xA;&#xA;Port&#xA;&#xA;Not used when using a full LDAP URI as above, but feel free to put 3890 or 6360 for TLS.&#xA;&#xA;Base DN&#xA;&#xA;Your LLDAPLDAPBASE. Example: dc=example,dc=com&#xA;&#xA;Search attribute&#xA;&#xA;uid&#xA;&#xA;Case-sensitive login&#xA;&#xA;Checked&#xA;&#xA;Bind DN&#xA;&#xA;uid=admin,ou=people,dc=example,dc=com&#xA;&#xA;Alternately, it is recommended that you create a separate user account (e.g, binduser) instead of admin for sharing Bind credentials with other services. The binduser should be a member of the lldapstrict_readonly group to limit access to your LDAP configuration in LLDAP.&#xA;&#xA;Bind password&#xA;&#xA;Password for the above bind DN user.&#xA;&#xA;Test authentication&#xA;&#xA;The test authentication Login and User password must be used to check the connection and whether an LDAP user can be successfully authenticated. Zabbix will not activate LDAP authentication if it is unable to authenticate the test user.&#xA;&#xA;Enable LDAP in Zabbix Web&#xA;&#xA;Navigate to Administration   Authentication   Authentication (the first tab)&#xA;Set &#34;Default authentication&#34; to &#34;LDAP&#34;&#xA;Click &#34;Update&#34;&#xA;&#xA;---&#xA;Filed in: #solutions]]&gt;</description>
      <content:encoded><![CDATA[<p>I wrote a <a href="https://github.com/lldap/lldap/blob/main/example_configs/zabbix-web.md">document</a> for configuring <a href="https://www.zabbix.com/">Zabbix</a> 6.0 web interface to use <a href="https://github.com/lldap/lldap">LLDAP</a> for logins. Here is the same information, with pictures.</p>



<p>This example is for the Zabbix Web interface <strong>version 6.0</strong>, which is the supported LTS version as of August 2023.  Later versions have additional options.</p>

<p>For the associated 6.0 documentation see <a href="https://www.zabbix.com/documentation/6.0/en/manual/web_interface/frontend_sections/administration/authentication">here</a> and for the current manual see <a href="https://www.zabbix.com/documentation/current/en/manual">here</a>.</p>

<p><strong><em>Note that an LDAP user must exist in Zabbix Web as well, however its Zabbix password will not be used.</em></strong> When creating the user in Zabbix, the user should also be added to your desired Zabbix roles/groups.</p>

<h2 id="configure-ldap-settings">Configure LDAP Settings</h2>
<ul><li>Log in to the web interface as an admin</li>
<li>Navigate to <code>Administration &gt; Authentication &gt; LDAP Settings</code></li></ul>

<p>Here&#39;s a picture, see below for details:
<img src="https://dabor.kiserai.net/i/cee7e227-16c2-4a0f-86e8-5bf2adcc4184.jpg" alt="picture of the below settings in the Zabbix web configuration area"></p>

<h3 id="enable-ldap-authentication">Enable LDAP authentication</h3>

<p>Checked</p>

<h3 id="ldap-host">LDAP host</h3>

<p>URI of your LLDAP host. Example: <code>ldap://ldap.example.com:3890</code> or <code>ldaps://ldap.example.com:6360</code> for TLS.</p>

<h3 id="port">Port</h3>

<p>Not used when using a full LDAP URI as above, but feel free to put <code>3890</code> or <code>6360</code> for TLS.</p>

<h3 id="base-dn">Base DN</h3>

<p>Your LLDAP<em>LDAP</em>BASE. Example: <code>dc=example,dc=com</code></p>

<h3 id="search-attribute">Search attribute</h3>

<p><code>uid</code></p>

<h3 id="case-sensitive-login">Case-sensitive login</h3>

<p>Checked</p>

<h3 id="bind-dn">Bind DN</h3>

<p><code>uid=admin,ou=people,dc=example,dc=com</code></p>

<p>Alternately, it is recommended that you create a separate user account (e.g, <code>bind_user</code>) instead of <code>admin</code> for sharing Bind credentials with other services. The <code>bind_user</code> should be a member of the <code>lldap_strict_readonly</code> group to limit access to your LDAP configuration in LLDAP.</p>

<h3 id="bind-password">Bind password</h3>

<p>Password for the above bind DN user.</p>

<h3 id="test-authentication">Test authentication</h3>

<p>The test authentication <code>Login</code> and <code>User password</code> must be used to check the connection and whether an LDAP user can be successfully authenticated. Zabbix will not activate LDAP authentication if it is unable to authenticate the test user.</p>

<h2 id="enable-ldap-in-zabbix-web">Enable LDAP in Zabbix Web</h2>
<ul><li>Navigate to <code>Administration &gt; Authentication &gt; Authentication</code> (the first tab)</li>
<li>Set “Default authentication” to “LDAP”</li>
<li>Click “Update”</li></ul>

<hr>

<p>Filed in: <a href="https://blog.kiserai.net/tag:solutions" class="hashtag"><span>#</span><span class="p-category">solutions</span></a></p>
]]></content:encoded>
      <guid>https://blog.kiserai.net/zabbix-web-interface-with-lldap</guid>
      <pubDate>Tue, 08 Aug 2023 20:20:53 +0000</pubDate>
    </item>
  </channel>
</rss>