[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#678931: debian-edu-config: modified base pam configuration after purge



Control: found -1 1.710

On 2013-05-21 07:42, Petter Reinholdtsen wrote:
>> 1m2.6s ERROR: FAIL: After purging files have been modified:
>>   /etc/pam.d/common-auth	 not owned
>>   /var/lib/pam/auth	 not owned
>>   /var/lib/pam/seen	 not owned
> 
> I believe these files belonging to /usr/sbin/pam-auth-update from
> libpam-runtime, pulled in as a dependency.  Are you sure this isn't a
> bug in piuparts to report these as a problem?

No, that is the fault of debian-edu-config and friends. Running
pam-auth-update once more after purging all the packages reverts the
changes, the diff looks like this:


--- common-auth 2013-07-27 10:30:25.541554393 +0000
+++ /etc/pam.d/common-auth      2013-07-27 10:43:33.108647060 +0000
@@ -22,5 +22,4 @@
 # since the modules above will each just jump around
 auth   required                        pam_permit.so
 # and here are more per-package modules (the "Additional" block)
-auth   optional                        pam_group.so
 # end of pam-auth-update config

--- auth        2013-07-27 10:30:25.541554393 +0000
+++ /var/lib/pam/auth   2013-07-27 10:43:33.108647060 +0000
@@ -1,4 +1,2 @@
 Module: unix
 [success=end default=ignore]   pam_unix.so nullok_secure
-Module: edu-group
-optional                       pam_group.so

--- seen        2013-07-27 10:30:25.537554459 +0000
+++ /var/lib/pam/seen   2013-07-27 10:43:33.100647191 +0000
@@ -1,2 +1 @@
 unix
-edu-group


So there is some edu-group configuration still active after removal.


Andreas


Reply to: