]> git.eshelyaron.com Git - emacs.git/commit
auth-source: Fix wrong-type-argument when searching secret services
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Aug 2022 14:56:57 +0000 (16:56 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 22 Aug 2022 14:56:57 +0000 (16:56 +0200)
commitf579cd472cbf3d9af52c87b65473b56ce918abba
treec473db135f3a41f0005f137db6c1d2a49da0b631
parent6c9696e3de171d84c4241d95872b83977cd44593
auth-source: Fix wrong-type-argument when searching secret services

`auth-source-search' can be called with an integer port number,
while the backend implementation doesn't allow non-string attributes.

* doc/misc/auth.texi (Secret Service API): Attribute values are
stringified.

* lisp/auth-source.el (auth-source-secrets-search):
Ensure attributes are string.  (Bug#55199)
doc/misc/auth.texi
lisp/auth-source.el