Hi,
This patch, implemented on Zabbix 1.4.4 (index.php), is used to authenticate users using LDAP server, to simplify password management, and posted with permission of the author.
The patch tries to use LDAP authentication, and if the user is not known to the LDAP server, the original Zabbix authentication is used.
The patch relies on two files (located in the includes directory) ldap.class.php and basic.class.php , originally from dokuwiki (GPL2) but slightly modified.
ldap.class.php includes the LDAP server configuration parameters.
This patch, implemented on Zabbix 1.4.4 (index.php), is used to authenticate users using LDAP server, to simplify password management, and posted with permission of the author.
The patch tries to use LDAP authentication, and if the user is not known to the LDAP server, the original Zabbix authentication is used.
The patch relies on two files (located in the includes directory) ldap.class.php and basic.class.php , originally from dokuwiki (GPL2) but slightly modified.
ldap.class.php includes the LDAP server configuration parameters.

Comment