[issue104] gpgconf mishandles string lists

David Faure aegypten-issues at intevation.de
Mon Mar 8 17:25:51 CET 2004


New submission from David Faure <faure at 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 at intevation.de>
<https://intevation.de/roundup/aegypten/issue104>
______________________________________________________



More information about the Gpa-dev mailing list