At 06:00 PM 4/15/01 +0700, Monce Picard wrote: >What should I do when I want to store digital certificates >(X.509) using OpenLDAP? You add userCertificate attributes to your objects. Values of userCertificate values need to be transferred using the ;binary (BER) encoding option. E.g.: dn: cn=foo changetype: modify add: userCertificate;binary userCertificate;binary:: base64-BER-encoded-X509-certificate Kurt