Abhishekmishra2808 commented on PR #18396: URL: https://github.com/apache/nuttx/pull/18396#issuecomment-4012287622
@simbit18 Yes, tested on both build systems: Make: - sim:nsh - baseline, no passwd feature - sim:login with BOARD_ETC_ROMFS_PASSWD_ENABLE=y - passwd file generated at build time: admin:8Tv+Hbmr3pLVb5HHZgd26D:0:0:/ - stm32f4discovery:nsh - cross-compile with arm-none-eabi-gcc CMake: - sim:nsh -baseline CMake/Ninja build - sim:login with BOARD_ETC_ROMFS_PASSWD_ENABLE=y - CMake passwd generation path All 5 builds completed successfully. The mkpasswd host tool compiles and produces the correct 5-field passwd entry format, and empty passwords are correctly rejected at build time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
