Michael, the ca works OK, but I still have problems
with LDAP.
I had already added the objectclass like
this:
objectclass ( 1.2.840.113533.7.67.7 NAME
'rfc822MailUser'
SUP top AUXILIARY
MAY (
rfcMailBox ) )
Then I tried
objectclass ( 1.2.840.113533.7.67.7 NAME 'rfc822MailUser'
objectclass ( 1.2.840.113533.7.67.7 NAME 'rfc822MailUser'
SUP top AUXILIARY
MAY (
rfcMailBox $ mail ) )
and
objectclass ( 1.2.840.113533.7.67.7 NAME
'rfc822MailUser'
SUP top AUXILIARY
MAY
( mail ) )
But I received always the same error: error 64: LDAP-add failed: naming attribute 'email' is not
present in entry
This problem started after I changed
DN_WITHOUT_EMAIL to "N". With "Y", I have no problem with LDAP, but I need the
certificates with email in DN. Is there any problem in the script that adds the
entries to LDAP?
Thanks for your help!
Pat
----- Original Message -----
From: "Michael Bell" <[EMAIL PROTECTED]>
To: "Patricia" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, September 16, 2003 11:13
AM
Subject: Re: [Openca-Users]
DN_WITHOUT_EMAIL
> > 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
>
