[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldap_add read binary from file
- To: OpenLDAP-software@OpenLDAP.org
- Subject: ldap_add read binary from file
- From: "W.Schefe" <w.schefe@bauwi.de>
- Date: Fri, 01 Oct 2004 15:53:43 +0200
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-DE; rv:1.4) Gecko/20030619 Netscape/7.1 (ax)
Hallo, group,
my question:
I want to insert a userCertificate from a file into the tree with
ldap_add ... -f ldif.ldif ... and the ldif- construct
userCertificate;binary:< file:///usr/local/certificat.asc
(the certificat.asc is a normal utf8 pgp text file)
The result is, that the file was been red, it starts add and breaks with
ldap_add: Invalid syntax
additional info: userCertificate;binary: value #0 invalid per syntax
Where I can find out more about this problem or, what is a solution, so that I get back
while searching the inserted userCertificate as file ?
Thanks, Wolfgang