Benjamin

Results 6 issues of Benjamin

Refactoring for ISSUE https://github.com/Yubico/yubico-pam/issues/230 - Creating a goto section to catch all errors and do a connection close before returning error code These modifications are very important in production mode,...

in util.c ``` while(!mysql_stmt_fetch(stmt)) { if(bind[0].is_null_value) { D (debug_file, "mysql_stmt_fetch() failed"); } else { if(otp_id != NULL){ if(int_data) { return AUTH_FOUND; } else { return AUTH_NOT_FOUND; } } else if(otp_id...

dear, Is it possible to refactor the code to make it compatible with python 3. regards.

Dear, Home Assistant : 2021.5.4 ZHA : Last version in HASS ZiGate-WiFi v2.00 with esp-link v3.2.50-gfe4f565-dirty I use Zigate wifi with ZHA in Home Assistant, after random time (30 min...

First of all thank you for this project, Have you try to integrate your project in the docker image of matterbridge ? If yes, do you any example of configuration...

Does someone know if that work with GLPI 10.0.15 : Because I have this error : ``` Object status:400 statusText:"" data:Array[2] 0:"ERROR_RESOURCE_NOT_FOUND_NOR_COMMONDBTM" 1:"la ressource n'a pas été trouvée ou n'est...