[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument l
From: |
Jens Schmidt |
Subject: |
bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t |
Date: |
Sun, 18 Jun 2023 09:43:15 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 |
On 2023-06-18 01:14, Filipp Gunbin wrote:
- 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 problem is that WITHDN == t IMHO can mean various things, each
interpretation having some valid reasons (note that your implementation
differs from the original one as well!)
- My proposal:
((("dn" "cn=JENS_SCHMIDT,L=REGION,DC=COMPANY,DC=COM")
("mail" "jens.schmidt@company.com")))
I'd like to have the distinguished name available in EUDC eventually
to do fun things with it. Traversing our (and other's?) company's
hierarchy, to be precise.
- Your proposal:
(("cn=JENS_SCHMIDT,L=REGION,DC=COMPANY,DC=COM"
("mail" "jens.schmidt@company.com")))
This makes an alist out of the overall result, also fine.
- The original author's (Gerd's) possible intent, since he never
actually split off the leading "dn":
(("dn: cn=JENS_SCHMIDT,L=REGION,DC=COMPANY,DC=COM"
("mail" "jens.schmidt@company.com")))
Not sure what this would be good for, though.
I think we should account (in emacs-master) for these various options
and make WITHDN take various values:
`cons' - return my interpretation
`string' - return yours
t - return Gerd's
Or whatever. In any case, I'll open a new bug for that to continue this
discussion.
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, (continued)
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Filipp Gunbin, 2023/06/19
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Eli Zaretskii, 2023/06/19
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Filipp Gunbin, 2023/06/19
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Jens Schmidt, 2023/06/19
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Filipp Gunbin, 2023/06/19
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Jens Schmidt, 2023/06/19
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Filipp Gunbin, 2023/06/20
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Jens Schmidt, 2023/06/20
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Eli Zaretskii, 2023/06/20
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Filipp Gunbin, 2023/06/20
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t,
Jens Schmidt <=
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Jens Schmidt, 2023/06/18
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Eli Zaretskii, 2023/06/18
- bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Jens Schmidt, 2023/06/18
- bug#64160: bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Jens Schmidt, 2023/06/18
- bug#64160: bug#64089: 30.0.50; `ldap-search' errors out with `wrong-type-argument listp' when called WITHDN == t, Filipp Gunbin, 2023/06/19
- bug#64160: master; Implement various enhancements in ldap.el and EUDC, Filipp Gunbin, 2023/06/19
- bug#64160: master; Implement various enhancements in ldap.el and EUDC, Jens Schmidt, 2023/06/19
- bug#64160: master; Implement various enhancements in ldap.el and EUDC, Filipp Gunbin, 2023/06/20
- bug#64160: master; Implement various enhancements in ldap.el and EUDC, Jens Schmidt, 2023/06/20