]> git.eshelyaron.com Git - emacs.git/commit
Fix parsing of dn line if WITHDN is non-nil
authorJens Schmidt <jschmidt4gnu@vodafonemail.de>
Thu, 15 Jun 2023 22:04:04 +0000 (00:04 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 17 Jun 2023 07:57:42 +0000 (10:57 +0300)
commitd2246b2627531523dc0decd6bee863820dd2f5bf
treed5f3215bbc9f1305ebb8a942e81e6d6d895a233b
parent84d2da003e1c2acc2dddd7b6bc271cb6e1af9755
Fix parsing of dn line if WITHDN is non-nil

Function `ldap-search' errors out with `wrong-type-argument listp'
when called with WITHDN non-nil.
* lisp/net/ldap.el (ldap-search-internal): Parse the dn line
correctly so that `ldap-search' can grok it.  (Bug#64089)
lisp/net/ldap.el