@PatrickFeiler This procedure worked for me! Thank you so much!
Posts made by ikyle
-
RE: LDAP Failing - Missing isys_auth_report class
-
RE: LDAP Failing - Missing isys_auth_report class
@PatrickFeiler this is awesome news! Thank you!
-
RE: LDAP Failing - Missing isys_auth_report class
@Andreas-Köcher I just came here to report the same thing (not fixed in 1.13.2). It's such a shame, I felt actual excitement when I saw the update email because I thought it could be fixed . That'll show me to hope!
Fwiw I've been bouncing the php-fpm service to get around having to wait an hour to login with admin.
-
RE: LDAP Failing - Missing isys_auth_report class
Hey @mosorino! Just to keep you in the loop, I have not yet found a resolution to this myself. I am still using a single login to populate the data and evaluate the software. I am hoping that by the time we decide if we like it or not, there will be a resolution for this issue.
-
LDAP Failing - Missing isys_auth_report class
Hello,
I am trying out the open version of i-doit and so far it seems very promising. I have started to configure LDAP authentication for it and am running into trouble. Upon logging in I get an error 500, and according to the error log file i-doit is trying to load PHP classes that do not exist on my system.
Got error 'PHP message: PHP Fatal error: Uncaught Error: Class 'isys_auth_report' not found in /var/www/html/src/classes/modules/report/isys_module_report.class.php:87\nStack trace:\n#0 /var/www/html/src/classes/modules/manager/isys_module_manager.class.php(1204): isys_module_report::get_auth()\n#1 /var/www/html/src/classes/components/isys_component_menu.class.php(430): isys_module_manager->get_module_auth('1004')\n#2 /var/www/html/src/classes/components/isys_component_menu.class.php(534): isys_component_menu->set_other_menu()\n#3 /var/www/html/src/classes/components/isys_component_menu.class.php(69): isys_component_menu->__construct()\n#4 /var/www/html/src/utils/isys_mainnavi.inc.php(17): isys_component_menu::instance()\n#5 /var/www/html/src/i-doit.inc.php(45): include_once('/var/www/html/s...')\n#6 /var/www/html/src/hypergate.inc.php(187): include_once('/var/www/html/s...')\n#7 /var/www/html/index.php(204): include_once('/var/www/html/s...')\n#8 {main}\n thrown in /var/www/html/src/classes/modules/report/isys_modul...'
[root@cmdb auth]# pwd /var/www/html/src/classes/modules/report/auth [root@cmdb auth]# ls -al total 0 drwxrwxr-x. 3 apache apache 17 Sep 9 11:51 . drwxrwxr-x. 14 apache apache 267 Oct 14 16:09 .. drwxrwxr-x. 2 apache apache 6 Sep 9 11:51 dao
/var/www/html/src/classes/modules/report/auth/dao [root@cmdb dao]# ls -al total 0 drwxrwxr-x. 2 apache apache 6 Sep 9 11:51 .