GNU bug report logs -
#64089
30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t
Previous Next
Full log
View this message in rfc822 format
> From: Filipp Gunbin <fgunbin <at> fastmail.fm>
> Cc: 64089 <at> debbugs.gnu.org, jschmidt4gnu <at> vodafonemail.de,
> monnier <at> iro.umontreal.ca
> Date: Mon, 19 Jun 2023 17:27:05 +0300
>
> On 18/06/2023 08:22 +0300, Eli Zaretskii wrote:
>
> >> Date: Sun, 18 Jun 2023 02:14:31 +0300
> >> From: "Filipp Gunbin" <fgunbin <at> fastmail.fm>
> >> Cc: 64089 <at> debbugs.gnu.org, monnier <at> iro.umontreal.ca
> >>
> >> Thanks, but the problem is that
> >>
> >> - the code before the fix prepended dn as string (and it's not
> >> totally broken - you can skip attribute translation via
> >> var/defcustom, in which case the error should not be triggered)
> >> - the fix on emacs-29 now prepends it as cons cell
> >> - my change on master will again use string form
> >>
> >> So I'd prefer that we leave that unfixed on emacs-29 instead of
> >> creating this mess.. Or correct cons cell -> string, if it's worth
> >> the trouble.
> >
> > Sorry, I don't understand why we'd like to leave it unfixed. Please
> > elaborate. In particular, it is entirely legitimate for master to
> > have a different solution.
>
> Hi Eli, this is what I meant:
>
> Previously ldap-search withdn=t returned:
>
> (("<dn value>" ("mail" "...")))
>
> But now it will return:
>
> ((("dn" "<dn value>") ("mail" "...")))
In which situations will the current code cause trouble, where the
original code didn't?
This bug report was last modified 2 years and 27 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.