Marco Trevisan

Results 385 comments of Marco Trevisan

> Which man page do you mean? I read https://manpages.ubuntu.com/manpages/oracular/en/man8/deluser.local.8.html and there's no mention of `delgroup` in there. Sorry, I misread... I meant that `man deluser` mentions the local one,...

1. it's fine, I made it not mandatory because it was easier to enable it only in specific cases, but maybe it can be enforced. 2. Eh, I'm not sure...

> +1. However, keep in mind the cases where we only have some subtests running (with a -run parameters) Yah, this is already considered and handled: https://github.com/ubuntu/authd/pull/601/files#diff-c30f5aac548e7e06ca03b621357484e38819feced6cfbd41572ce90d7e7e32e1R171-R177 So, for the...

Good... I think it's better to experiment this... Other way could be to try this in a local fork where main is older than the current in Ubuntu.

Yeah... Sorry for not mentioning it in the card, but I also did some experiments with that after I wrote the initial thing, login disconnecting doesn't bring anything new to...

Do you have also the `sshd` logs (the pam child ones) for the PAM requests?

@adombeck FYI we're leaking some infos in the logs, not sure if we care: `[ 5959.459872] knowing-giraffe authd[2637]: rpc error: code = NotFound desc = user "[email protected]" is not known...

We should also make sure that all the considerations in https://github.com/systemd/systemd/blob/main/docs/UIDS-GIDS.md are fully met, maybe?

> As a matter of curiosity, what would you use this for? Well, meson is getting quite flexible now and it allows to do lots of string manipulations, that can...

In my case it's not related to _coding_, even though it could be, but I had cases in which I wanted go through a string (path) to do manipulations that...