Stanislas

Results 299 comments of Stanislas

Savedsearch is a core component of GLPI, which is why I am requesting to prioritize updating GLPI. This update will also address some identified security issues.

waitting customers validation

HI @blackbasket improvements have been made to the management of instantiation types in the main branch. https://github.com/glpi-project/glpi/pull/16563 I don't know if this will solve your problem, but can you test...

yes, you're right (sorry) can you provide us with the inventory file for local testing?

After authorizing port import with ```iftype = 161``` (1) Have you defined the ```instantiation type```? (2) ![image](https://github.com/glpi-project/glpi/assets/7335054/78d32f27-6444-41e0-b499-279130bc54bf) If I set it to ```NetworkPortAggregate``` Import works correctly ![image](https://github.com/glpi-project/glpi/assets/7335054/a0a3ece0-7195-4f57-9c9d-0396725de6da)

jsut go here ![image](https://github.com/glpi-project/glpi/assets/7335054/3ff13dec-eefd-4a9c-a191-d4ba8d2c82f1) then search network port type with ```decimal = 161``` ![image](https://github.com/glpi-project/glpi/assets/7335054/ffe4c342-3dee-4b48-8d68-0a9eaee0fc2b) update it to set instantiation type to ```NetworkPortAggregate``` (be sure ```import``` is set to ```Yes```) ![image](https://github.com/glpi-project/glpi/assets/7335054/e9732f34-c8b1-48c5-8ed6-d18bed02d547)...

changes made in the database may have altered the data ```NetworkPortaggregate``` INSTANTIATION type will fill another table Can you delete / purge the equipment and then run inventory again?

Hi @achillebnt This is the desired and functional behaviour GLPI is compatible with passwords in `sha1` format as soon as the user updates his password (which is recommended) GLPI will...

Ok I had misunderstood the context of the injection Can you past here your mapping ?

Can you apply this patch, enable GLPI debug mode and reduo a CSV import ? ```patch diff --git a/inc/userinjection.class.php b/inc/userinjection.class.php index 9447426..af2bd72 100644 --- a/inc/userinjection.class.php +++ b/inc/userinjection.class.php @@ -174,6 +174,7...