This is a sweet link for anyone looking for a leg-up on getting started with Backtrack 4: http://www.corelan.be:8800/index.php/2009/07/04/backtrack-4-cheat-sheet/ I do have a couple of additions to it though: 1. In point number 1, the writer states that in order to install Virtual Box guest additions you need to type in "mount cdrom". That actually didnt … Continue reading Starting off with Backtrack 4 Final
Adding LDAP support to Nagios
Quick note: I wanted to enable the check_ldap plugin in Nagios. You need to install the following package and recompile before you can use it: apt-get install libldap2-dev Quick example on how to use it: In the commands.cfg: define command{ command_name check_ldap command_line $USER1$/check_ldap -H $HOSTADDRESS$ -b dc=david,dc=org -3 -4 -D cn=nagios,cn=Users,dc=david,dc=org -P … Continue reading Adding LDAP support to Nagios
You must be logged in to post a comment.