GNU bug report logs -
#16642
24.3; (auth) Minor documentation inconsistency on checking order of un/encrypted .authinfo files
Previous Next
Reported by: Neil Jackson <neil.jackson <at> live.ca>
Date: Tue, 4 Feb 2014 18:22:01 UTC
Severity: minor
Found in version 24.3
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 16642 <at> debbugs.gnu.org (full text, mbox):
On Fri, 07 Feb 2014 21:08:21 -0500 Glenn Morris <rgm <at> gnu.org> wrote:
GM> Version: 24.4
GM> Thanks, the first one was right.
I looked at your patch (finally, yeah). The relevant piece is at the
end.
I am not sure that it's an improvement to remove the explanation, even
though it's certainly easier for the developers not to keep them in
sync.
Maybe instead of talking about order, the docstring should explain what
the .gpg extension means and how to enable it, and what happens to
missing files?
I am not making the change immediately in case this kind of detail is
not appropriate in the docstring.
Thanks
Ted
(defcustom auth-sources '("~/.authinfo" "~/.authinfo.gpg" "~/.netrc")
"List of authentication sources.
-
-The default will get login and password information from
-\"~/.authinfo.gpg\", which you should set up with the EPA/EPG
-packages to be encrypted. If that file doesn't exist, it will
-try the unencrypted version \"~/.authinfo\" and the famous
-\"~/.netrc\" file.
-
-See the auth.info manual for details.
-
Each entry is the authentication type with optional properties.
+Entries are tried in the order in which they appear.
+See Info node `(auth)Help for users' for details.
This bug report was last modified 11 years and 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.