Comment 14 for bug 1891552

Revision history for this message
Utkarsh Gupta (utkarsh) wrote :

Hello Lukasz,

Tested for groovy [libpam-mount:amd64 (2.16-10ubuntu0.20.10.1)]:

# Before applying the patched version

root@temp:~# nano /etc/security/pam_mount.conf.xml
root@temp:~# su - user
Segmentation fault (core dumped)

# Adding the proposed repository

root@temp:~# nano /etc/apt/sources.list
root@temp:~# apt update && apt upgrade

# After applying the patched version

root@temp:~# su - user
(rdconf1.c:618): pcre_exec: /^[a-z]{3}.*$/: 1 matches

Thus, confirmed that update works and indeed fixes the problem. Thanks!