]> code.delx.au - gnu-emacs/commitdiff
Recognize more LDAP attributes
authorThomas Fitzsimmons <fitzsim@fitzsim.org>
Tue, 10 Mar 2015 01:02:37 +0000 (21:02 -0400)
committerThomas Fitzsimmons <fitzsim@fitzsim.org>
Tue, 10 Mar 2015 01:02:37 +0000 (21:02 -0400)
Fixes: debbugs:8983
* net/ldap.el (ldap-attribute-syntaxes-alist): Add LDAP attributes
from RFC2798 Section 9.1.1.  (Bug#8983)

lisp/ChangeLog
lisp/net/ldap.el

index d8330a46c8956acde785ec935fbbbab069f676fb..df45ec496321466303c841f5ff3738d4171cb80a 100644 (file)
@@ -1,3 +1,8 @@
+2015-03-10  Thomas Fitzsimmons  <fitzsim@fitzsim.org>
+
+       * net/ldap.el (ldap-attribute-syntaxes-alist): Add LDAP attributes
+       from RFC2798 Section 9.1.1.  (Bug#8983)
+
 2015-03-09  Nicolas Petton <nicolas@petton.fr>
 
        * emacs-lisp/seq.el (seq-into): New function.
index 1df975af3d97adf6113d4850b4bf100c00ee0d67..1c604e330b28db5229e39bfe58586768f82c40e2 100644 (file)
@@ -376,9 +376,19 @@ RFC2252 section 4.3.2")
     (houseidentifier . 15)
     (supportedalgorithms . 49)
     (deltarevocationlist . 9)
-    (dmdname . 15))
+    (dmdname . 15)
+    (carlicense . 15)
+    (departmentnumber . 15)
+    (displayname . 15)
+    (employeenumber . 15)
+    (employeetype . 15)
+    (jpegphoto . 28)
+    (preferredlanguage . 15)
+    (usersmimecertificate . 5)
+    (userpkcs12 . 5))
   "A map of LDAP attribute names to their type object id minor number.
-This table is built from RFC2252 Section 5 and RFC2256 Section 5")
+This table is built from RFC2252 Section 5, RFC2256 Section 5 and
+RFC2798 Section 9.1.1")
 
 
 ;; Coding/decoding functions