Zane C. Bowers-Hadley
Zane C. Bowers-Hadley
Also went and updated csdr.c to use CLOCK_MONOTONIC_FAST on FreeBSD.
env_csdr_dynamic_bufsize_on is now set to 1 and setting the pipe size on FreeBSD is now #ifed out.
PHP Static Analysis is failling thanks to... ``` Error: Property LibreNMS\Authentication\NssPamAuthorizer::$HAS_AUTH_USERMANAGEMENT has no type specified. Error: Property LibreNMS\Authentication\NssPamAuthorizer::$CAN_UPDATE_USER has no type specified. Error: Property LibreNMS\Authentication\NssPamAuthorizer::$CAN_UPDATE_PASSWORDS has no type specified. Error:...
``` /** * @var bool */ ``` Above the vars in question fixed it.
> Please don't add any legacy style authentication. Hmm, had not seen this. So I assume this means reworking it to extend... `app/Providers/LegacyUserProvider.php` and `app/Providers/LegacyUserProvider.php`. That said I am not...
> Please don't add any legacy style authentication. So this appears to be controlled via config/auth.php which says don't edit this file. Been reading through `https://laravel.com/docs/8.x/authentication` and all of our...
> Does ifconfig behave the same on bsd and Linux? In that case I would rather check if the binary exists instead of checking OS, then it works on other...
Updated it to only call uname once and now operates in a generic manner on BSDs as looking at the docs it works the same on the other two as...
Okay. Should all be good now and every one happy. :)
> Does ifconfig behave the same on bsd and Linux? In that case I would rather check if the binary exists instead of checking OS, then it works on other...