Firstyear

Results 1097 comments of Firstyear

Can you add "debug" to your pam_kanidm.so line? Can you also provide logs from the cron failure too ? And if you know the time at which cron failed, look...

> I checked documentation but am still not sure where to put the "debug". Is it correct to modify `/etc/pam.d/common-auth` to add "debug" as This is correct. > BTW, where...

And now, the content of `/etc/pam.d/common-auth` `/etc/pam.d/common-account` and `/etc/pam.d/common-session-noninteractive` ?

I don't use cron on linux anymore tbh (I use systemd timers), so I'll try and setup a machine and reproduce.

I have been unable to reproduce this with 1.8.3 unixd clients and cron. I think the issue is in /etc/pam.d/common-session-noninteractive Note ``` # and here are more per-package modules (the...

That's not the issue, it's that it's adding incorrect lines into `common-session-noninteractive` which require pam_unix, where the other stacks correctly set them as optional/skipped.

@jinnatar did you originally help with the debian + pam tooling?

Thanks, in the meantime @qiuwei can you change: ``` # # /etc/pam.d/common-session-noninteractive - session-related modules # common to all non-interactive services # # This file is included from other service-specific...

@qiuwei were you able to validate if these pam changes resolve the issue?