pam-auth-update --remove sss does not work
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pam (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
# Ask pam-auth-update to disable SSS authentication profile
$ sudo pam-auth-update --remove sss
# SSSD is removed from PAM
$ grep -R sss /etc/pam.d/
/etc/pam.
/etc/pam.
/etc/pam.
/etc/pam.
# As pam-auth-update viewpoint, SSS authentication profile still enable
$ sudo pam-auth-update
<omit>
[*] SSS authentication
<omit>
# After pam-auth-update executed, SSSD is back to PAM even no one ask for it,
$ grep -R sss /etc/pam.d/
/etc/pam.
/etc/pam.
/etc/pam.
/etc/pam.
/etc/pam.
/etc/pam.
/etc/pam.
/etc/pam.
# Version
$ whereis pam-auth-update
pam-auth-update: /usr/sbin/
$ dpkg -S /usr/sbin/
libpam-runtime: /usr/sbin/
$ dpkg -l libpam-runtime
<omit>
||/ Name Version Architecture Description
+++-===
ii libpam-runtime 1.4.0-11ubuntu2.5 all Runtime support for the PAM library
<omit>
description: | updated |
description: | updated |
description: | updated |
description: | updated |