emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ff03266: Recognize more LDAP attributes


From: Thomas Fitzsimmons
Subject: [Emacs-diffs] master ff03266: Recognize more LDAP attributes
Date: Tue, 10 Mar 2015 01:06:05 +0000

branch: master
commit ff032662775fb3faa7eaa99947fc40e18c948e82
Author: Thomas Fitzsimmons <address@hidden>
Commit: Thomas Fitzsimmons <address@hidden>

    Recognize more LDAP attributes
    
    Fixes: debbugs:8983
    
    * net/ldap.el (ldap-attribute-syntaxes-alist): Add LDAP attributes
    from RFC2798 Section 9.1.1.  (Bug#8983)
---
 lisp/ChangeLog   |    5 +++++
 lisp/net/ldap.el |   14 ++++++++++++--
 2 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d8330a4..df45ec4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-03-10  Thomas Fitzsimmons  <address@hidden>
+
+       * net/ldap.el (ldap-attribute-syntaxes-alist): Add LDAP attributes
+       from RFC2798 Section 9.1.1.  (Bug#8983)
+
 2015-03-09  Nicolas Petton <address@hidden>
 
        * emacs-lisp/seq.el (seq-into): New function.
diff --git a/lisp/net/ldap.el b/lisp/net/ldap.el
index 1df975a..1c604e3 100644
--- a/lisp/net/ldap.el
+++ b/lisp/net/ldap.el
@@ -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



reply via email to

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