sudo-project / sudo

Utility to execute a command as another user
https://www.sudo.ws
Other
1.15k stars 208 forks source link

Error building 1.9.15rc1 with MIT kerberos #320

Closed rbgarga closed 8 months ago

rbgarga commented 8 months ago

I already added a comment on commit I believe is the one that introduced the problem - 2440174954217e01a2e285cb209a58f05d7f25ac

It seems ctx is not available in that context. Here is a full log:

https://idaho.arrakis.com.br/data/main-amd64-default/2023-10-31_08h44m46s/logs/errors/sudo-1.9.15rc1.log

rbgarga commented 8 months ago

Fixed by #321

millert commented 8 months ago

Thanks for the fix. I've added a build with kerberos support to the CI pipeline so I can catch problems like this earlier.