teilo ,
from the Jenkins image we install libpam-ldap, libnss-ldap and libpam-pwdfile before using it.
[root@build-controller ~]# docker exec -it jenkins-controller dpkg -l libpam-ldap
||/ Name Version Architecture Description
+++-=================-============-============-========================================
ii libpam-ldap:amd64 186-4+b1 amd64 Pluggable Authentication Module for LDAP
It's not an issue on the plugin, but an issue on the libpam4j used bye the plugin.
We do 2 issues one on the library libpam4j and one on the plugin wich use this lib.
poddingue Propose us a PR on the libpam4j project, but our test reveal that this update was not resolve the issue.
The issue is linked by the Jenkins Docker Image on Debian 12 and more specifically the 1.5.0 versionof libpam-runtime. I think the libpam4j had to be reviewd because when we come back to the version before the issue disapared.
Think you very much for investigations
Thank you gilbertboyer .
I've updated everything I could in the plugin and created a pull request for it.
However, it seems that it wasn't sufficient, as mentioned by Abderrazak.