When enabling LDAP support in cacti the screen might stay blank due to
the following error:
PHP Fatal error: Call to undefined function ldap_connect() in
/var/www/cacti/auth_login.php
Adding
Requires: php-ldap
To the cacti.spec file will avoid this error.
Stefan