Your message dated Tue, 28 Feb 2023 15:13:40 +0000
with message-id <[email protected]>
and subject line Bug#1032123: Removed package(s) from unstable
has caused the Debian Bug report #583483,
regarding libpam-ldap: incorrect pam-auth-update configuration
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
583483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583483
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: libpam-ldap: incorrect pam-auth-update configuration
Package: libpam-ldap
Version: 184-8.4
Severity: normal
Tags: patch

Attached is a patch that updates the pam-auth-update configuration to
always perform authorisation checks for LDAP users. I found this while
working on nss-pam-ldapd which uses a pam-auth-update configuration
based on libpam-ldap. Without this, LDAP authorisation checks are only
done if pam_unix denies authorisation.

The spec is not very well documented ([1] is the only useful page I
found) but I think the patch is correct (at least it behaves more
correctly for nss-pam-ldapd). I haven't tested this with libpam-ldap
yet.

[1] https://wiki.ubuntu.com/PAMConfigFrameworkSpec

-- 
-- arthur - [email protected] - http://people.debian.org/~adejong --

--- debian/libpam-ldap.pam-auth-update.orig	2010-05-27 20:50:56.000000000 +0200
+++ debian/libpam-ldap.pam-auth-update	2010-05-27 20:47:36.000000000 +0200
@@ -6,9 +6,9 @@
 	[success=end default=ignore]	pam_ldap.so
 Auth:
 	[success=end default=ignore]	pam_ldap.so use_first_pass
-Account-Type: Primary
+Account-Type: Additional
 Account:
-	[success=end default=ignore]	pam_ldap.so
+	[success=ok user_unknown=ignore default=bad]	pam_ldap.so
 Password-Type: Primary
 Password-Initial:
 	[success=end user_unknown=ignore default=die]	pam_ldap.so

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Version: 186-4.1+rm

Dear submitter,

as the package libpam-ldap has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1032123

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to