GaryAllan

Results 152 comments of GaryAllan

Can you tcpdump/WireShark the connection attempt from the server and confirm the TLS version/look for additional info?

From the web GUI. Administration->Import / Export, Prepare Mysql dump

> does that dump auto saved in server itself in any directory ????? No. Downloaded only to your PC.

Are you running php81 (or newer)? It changed how database values are returned in some cases. Pre 8.1 PDO returns strings.. e.g. id="100"(string). Post 8.1 it returns types matching the...

> So the comparation always fails because the types are differents. Yes. PHP8.1+ is returning integers instead of strings. The types no longer match. I'll take a look at logic.

https://www.php.net/manual/en/migration81.incompatible.php Integers and floats in result sets will now be returned using native PHP types instead of strings when using emulated prepared statements. 

See options in config.dist.php ```php $offline_mode = false; // Offline mode, disable all server-side Internet requests (proxy/OpenStreetMap) /** * OpenStreetMap (v1.7+) ****************************/ $disable_geoip_lookups = false; // Disable address geoip lookups...

Hello, phpIPAM isnt PHP8 compatible.

> If anyone interested, I just push changes necessary so the function ping_update_lastseen now also update the mac address. #3791 What happens if you scan a subnet 1 or more...

https://github.com/phpipam/phpipam/blob/master/doc/Authentication/SAML2.md See JIT and 'is_admin' attribute.