all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#8983: 23.3; displayName is missing from ldap-attribute-syntaxes-alist
@ 2011-07-01 21:38 Łukasz Stelmach
  2014-12-24  7:05 ` Thomas Fitzsimmons
  0 siblings, 1 reply; 3+ messages in thread
From: Łukasz Stelmach @ 2011-07-01 21:38 UTC (permalink / raw)
  To: 8983

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





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-10  1:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 21:38 bug#8983: 23.3; displayName is missing from ldap-attribute-syntaxes-alist Łukasz Stelmach
2014-12-24  7:05 ` Thomas Fitzsimmons
2015-03-10  1:07   ` Thomas Fitzsimmons

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.