emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#8983: closed (23.3; displayName is missing from ld


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#8983: closed (23.3; displayName is missing from ldap-attribute-syntaxes-alist)
Date: Tue, 10 Mar 2015 01:08:02 +0000

Your message dated Mon, 09 Mar 2015 21:07:37 -0400
with message-id <address@hidden>
and subject line Re: bug#8983: 23.3; displayName is missing from 
ldap-attribute-syntaxes-alist
has caused the debbugs.gnu.org bug report #8983,
regarding 23.3; displayName is missing from ldap-attribute-syntaxes-alist
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
8983: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8983
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 23.3; displayName is missing from ldap-attribute-syntaxes-alist Date: Fri, 01 Jul 2011 23:38:42 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)
Hello.

  (ldap-search "uid=fgg" "localhost" '("displayName"))

returns 

  ((("Friedrich Georg Göthe")))

while 

  (ldap-search "uid=fgg" "localhost" '("sn"))

gives

  ((("Göthe")))

That is because ldap-attribute-syntaxes-alist lacks (displayname . 15).
The displayName attribute is a part of InetOrgPerson schema (RFC2798).

In GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.22.1)
 of 2011-05-28 on kotik

The bug is in trunk too.

-- 
Miłego dnia,
Łukasz Stelmach



--- End Message ---
--- Begin Message --- Subject: Re: bug#8983: 23.3; displayName is missing from ldap-attribute-syntaxes-alist Date: Mon, 09 Mar 2015 21:07:37 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)
fixed 8983 25.1

thanks

Hi,

I pushed a patch to add some missing attributes including displayName.

Thomas


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]