GNU bug report logs - #58807
28.1; Authentication in Gnus using password-store backend of auth-source

Previous Next

Package: emacs;

Reported by: bk <at> asterio.cloud

Date: Thu, 27 Oct 2022 00:11:02 UTC

Severity: normal

Found in version 28.1

Fixed in version 29.1

Done: Robert Pluim <rpluim <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #23 received at 58807 <at> debbugs.gnu.org (full text, mbox):

From: Robert Pluim <rpluim <at> gmail.com>
To: Filipp Gunbin <fgunbin <at> fastmail.fm>
Cc: Bartosz Kaczyński <bk <at> asterio.cloud>, .cloud,
 58807 <at> debbugs.gnu.org
Subject: Re: bug#58807: 28.1; Authentication in Gnus using password-store
 backend of auth-source
Date: Thu, 27 Oct 2022 18:28:27 +0200
>>>>> On Thu, 27 Oct 2022 17:04:18 +0300, Filipp Gunbin <fgunbin <at> fastmail.fm> said:
    Filipp> (defun auth-source-pass-entries ()
    Filipp>   "Return a list of all password store entries."
    Filipp>   (let ((store-dir (expand-file-name auth-source-pass-filename)))
    Filipp>     (mapcar
    Filipp>      (lambda (file) (file-name-sans-extension (file-relative-name file store-dir)))
    Filipp>      (directory-files-recursively store-dir "\\.gpg\\'"))))

So `auth-source-pass-filename' is actually a *directory*. <sigh>
Perhaps we need an obsoletion and and alias.

    Filipp> I tested using setup similar to yours, but with gpg files -- it worked.

I saw nothing in Bartoszʼ original bugreport indicating that the files
were not gpg encrypted, nor that they were.

Robert
-- 




This bug report was last modified 2 years and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.