libnetconf2 icon indicating copy to clipboard operation
libnetconf2 copied to clipboard

PAM test failure with linux-pam-1.5.2

Open jktjkt opened this issue 3 years ago • 1 comments

I'm on the latest devel of everything, plus #388:

10/13 Test  #8: test_pam .........................Subprocess aborted***Exception:   0.10 sec
[INF]: Listening on 0.0.0.0:6002 for SSH connections.
[INF]: Trying to connect via IPv4 to 0.0.0.0:6002.
[INF]: Successfully connected to 0.0.0.0:6002 over IPv4.
[INF]: Accepted a connection on 0.0.0.0:6002 from 127.0.0.1:42736.
[INF]: Received an SSH message "request-service" of subtype "ssh-userauth".
[INF]: Received an SSH message "request-auth" of subtype "none".
[INF]: Keyboard-interactive authentication.
[INF]: Received an SSH message "request-auth" of subtype "interactive".
[INF]: PAM error occurred (Module is unknown).

[INF]: Failed user "test" authentication attempt (#1).
[WRN]: Authentication denied.
[ERR]: Unable to authenticate to the remote server (all attempts via supported authentication methods failed).
assert failed (/home/jkt/work/cesnet/gerrit/github/CESNET/libnetconf2/tests/test_pam.c:132)

I do not have any systemwide PAM configuration for libnetconf2, and the test suite runs as an unprivileged user.

Cc: @Roytak

jktjkt avatar Jul 26 '22 09:07 jktjkt

OK, that was easy enough, #390 fixes this one.

jktjkt avatar Jul 26 '22 09:07 jktjkt