Menu

#379 Diagnostics -> Information -> MS Domain does not work as expexted.

11.2.0.4
closed
ms49434
None
1
2018-09-14
2018-09-14
Ostrik
No

"Diagnostics -> Information -> MS Domain" does not work as expexted. If enabled "Access -> Active Directory", it shows "AD authentication is disabled." and vice versa.
It seems to be in the file "diag_infos_ad.php" missing parentheses:
should be if(!(is_bool($test = $config['ad']['enable'] ?? false) ? $test : true)): instead of if(!is_bool($test = $config['ad']['enable'] ?? false ? $test : true)):.

Discussion

  • ms49434

    ms49434 - 2018-09-14
    • status: open --> accepted
    • assigned_to: ms49434
     
  • ms49434

    ms49434 - 2018-09-14
    • status: accepted --> closed
     
  • ms49434

    ms49434 - 2018-09-14

    fixed with commit 6007

     

Log in to post a comment.