Mailing List Archive

[issue104] gpgconf mishandles string lists
New submission from David Faure <faure@kde.org>:

echo 'LDAP Server:0:"test-x500.bund.de%3A389%3A%3A%3Ao%3DBund,a%3A389%3A%3A%
3Ab' | gpgconf --change-options 'dirmngr'
gpgconf: string argument for option LDAP Server must begin with a quote (")
character

Does that mean each item in the string list must start with a quote?

echo 'LDAP Server:0:"test-x500.bund.de%3A389%3A%3A%3Ao%3DBund,"a%3A389%3A%3A%
3Ab' | gpgconf --change-options 'dirmngr'
is accepted, but results in the following output from --list-options dirmngr:

LDAP Server:4:0:LDAP server list:33:1::::"test-x500.bund.de%3a389%3a%3a%
3ao=Bund,a%3a389%3a%3a%3ab

i.e. there is no double-quote after the comma, which is quite inconsistent.

----------
assignedto: marcus
messages: 455
nosy: david, marcus
status: unread
title: gpgconf mishandles string lists
topic: gpg
______________________________________________________
Aegypten issue tracker <aegypten-issues@intevation.de>
<https://intevation.de/roundup/aegypten/issue104>
______________________________________________________