Nagios
From UF HPC Wiki
Patches made
check_ldap.c
49,51c49 < #ifdef HAVE_LDAP_SET_OPTION < DEFAULT_PROTOCOL = 2, < #endif --- > DEFAULT_PROTOCOL = 3,
This was done to force protocol 3 for our system. When a protocol is not forced to 3, and you are strictly using protocol 3, this check would fail. Realistically there should be a switch added to this check that you could use to tell the check to use protocol 3.
