Patricia wrote:
Michael, OK, it works perfectly now!!! Thank you very much!!!
But, I still have a problem: when I use DN_WITHOUT_EMAIL "N", I can't add these certificates to LDAP. First I got the error "missing objectClass rfc822MailUser". I created this objectClass in myfile.schema and now I get the error:
"Certificate 28 FAILED (error 64: LDAP-add failed: naming attribute 'email' is not present in entry)".
Do you know what to do?

Do you added the following objectclass exactly?


objectclass ( 1.2.840.113533.7.67.7 NAME 'rfc822MailUser' SUP top AUXILIARY
        MAY ( mail )
        )

Usually the LDAP server accepts "mail" as placeholder for "email" or better "emailAddress". If this is a problem then we have to fix the LDAP code again.

Michael
--
-------------------------------------------------------------------
Michael Bell                   Email: [EMAIL PROTECTED]
ZE Computer- und Medienservice            Tel.: +49 (0)30-2093 2482
(Computing Centre)                        Fax:  +49 (0)30-2093 2704
Humboldt-University of Berlin
Unter den Linden 6
10099 Berlin                   Email (private): [EMAIL PROTECTED]
Germany                                       http://www.openca.org



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to