From 665b6677f2cb851028e3c60c1adb82d383e26850 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 4 Nov 2000 22:35:00 +0000 Subject: [PATCH] Latest from devel --- servers/slapd/schema/inetorgperson.schema | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/slapd/schema/inetorgperson.schema b/servers/slapd/schema/inetorgperson.schema index c40720f4c0..ce915289f8 100644 --- a/servers/slapd/schema/inetorgperson.schema +++ b/servers/slapd/schema/inetorgperson.schema @@ -104,6 +104,7 @@ attributetype ( 2.16.840.1.113730.3.1.39 # this attribute are to be stored and requested in binary form, as # 'userSMIMECertificate;binary'. If available, this attribute is # preferred over the userCertificate attribute for S/MIME applications. +## OpenLDAP note: ";binary" transfer should NOT be used as syntax is binary attributetype ( 2.16.840.1.113730.3.1.40 NAME 'userSMIMECertificate' DESC 'RFC2798: PKCS#7 SignedData used to support S/MIME' @@ -115,6 +116,7 @@ attributetype ( 2.16.840.1.113730.3.1.40 # the userPKCS12 attribute should be used. This attribute is to be stored # and requested in binary form, as 'userPKCS12;binary'. The attribute # values are PFX PDUs stored as binary data. +## OpenLDAP note: ";binary" transfer should NOT be used as syntax is binary attributetype ( 2.16.840.1.113730.3.1.216 NAME 'userPKCS12' DESC 'RFC2798: PKCS #12 PFX PDU for exchange of -- 2.47.2