Hello everybody,

I'm working with:

Fedora Core 2

openldap-2.1.29-1
openldap-devel-2.1.29-1
openldap-servers-2.1.29-1
openldap-clients-2.1.29-1



My certificates have 3
special OIDs, so a DN of one of my certificates looks
like this:

serialNumber=4,1.3.6.1.4.1.4710.1.3.2=#0C0B0C09383030373839373839,1.3.6.1.4.1.4710.1.3.1=#0C0A0C083739393837393837,2.5.4.9=#0C120C106372612032302063616C6C6520313539,C=CO,O=Ubiquando,OU=Internet,CN=LDAP
Nat

I register my OIDs in
/etc/openldap/schema/core.schema:

#Cambios
attributetype ( 1.3.6.1.4.1.4710.1.3.2
        NAME 'certicamaraColombiaNIT'
        DESC 'Representa el nit'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )


attributetype ( 1.3.6.1.4.1.4710.1.3.1
        NAME 'certicamaraColombiaCedula'
        DESC 'Representa la cedula de un ciudadano'
        EQUALITY caseIgnoreMatch
        SUBSTR caseIgnoreSubstringsMatch
        SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
#cambios


After that I aded them at the end of
organizationalRole objectclass this way:


objectclass ( 2.5.6.8 NAME 'organizationalRole'
        DESC 'RFC2256: an organizational role'
        SUP top STRUCTURAL
        MUST cn
        MAY ( x121Address $ registeredAddress $
destinationIndicator $
                preferredDeliveryMethod $ telexNumber
$ teletexTerminalIdentifier $
                telephoneNumber $
internationaliSDNNumber $ facsimileTelephoneNumber $
                seeAlso $ roleOccupant $
preferredDeliveryMethod $ street $
                postOfficeBox $ postalCode $
postalAddress $
                physicalDeliveryOfficeName $ ou $ st $
l $ description $
                certicamaraColombiaNIT $
certicamaraColombiaCedula) )

Are these declarations wellformed?


If I try to upload my certificates to LDAP using
OpenCA's Interface I get this error:

Certificate 4 FAILED (error -4: Distinguished name
conflicts with basedn(s).)

So I tryed modifying the DN to have it look like this:

serialNumber=4,1.3.6.1.4.1.4710.1.3.2=#0C0B0C09383030373839373839,1.3.6.1.4.1.4710.1.3.1=#0C0A0C083739393837393837,2.5.4.9=#0C120C106372612032302063616C6C6520313539,CN=LDAP
Nat,OU=Internet,O=Ubiquando,C=CO

This Way OpenCA starts trying to upload it to LDAP,
but in the process I get this error message:


Certificate 4 FAILED (error -4: Distinguished name
conflicts with basedn(s).)

This message appears because for some strange reason
(at least for me ;-) OpenCA orders the fields in DN
this way:  


serialNumber=X,1.3.6.1.4.1.4710.1.3.2=X,1.3.6.1.4.1.4710.1.3.1=X,2.5.4.9=X,C=X,O=X,OU=X,CN=X


so If I try to Upload with Modified DN, using this
order:

serialNumber=X,1.3.6.1.4.1.4710.1.3.2=X,1.3.6.1.4.1.4710.1.3.1=X,2.5.4.9=X,CN=X,OU=X,O=X,C=X

And it starts to upload it but then appears this new
error message:




Attributes for the insertion:
cn = LDAP Nat
ou = Internet
mail = [EMAIL PROTECTED]
objectclass = ARRAY(0xa809a18)
Attributes for the insertion:
objectclass = ARRAY(0xa7ccecc)

Certificate 4 FAILED (error 65: LDAP-add failed: no
structural object class provided)


If I see the error log file of OpenCA, it has these
lines after the process:



OpenCA::LDAP->add_object: Started add_object ...
OpenCA::LDAP->add_object: certificate present ...
OpenCA::LDAP->add_object: no CA-cert ...
OpenCA::LDAP->add_object: IS_CA ...0
OpenCA::LDAP->add_object: role ok ...
OpenCA::LDAP->add_object: Information of the Object:
OpenCA::LDAP->add_object: dn   
serialNumber=4,1.3.6.1.4.1.4710.1.3.2=#0C0B0C09383030373839373839,1.3.6.1.4.1.4710.1.3.1=#0C0A0C083739393837393837,2.5.4.9=#0C120C106372612032302063616C6C6520313539,CN=LDAP
Nat,OU=Internet,O=Ubiquando,C=CO
OpenCA::LDAP->add_object: cn    LDAP Nat
OpenCA::LDAP->add_object: serID 4
OpenCA::LDAP->add_object: email
[EMAIL PROTECTED]
OpenCA::LDAP->add_object: ou    ARRAY(0xa7ec430)
OpenCA::LDAP->add_object: o     Ubiquando
OpenCA::LDAP->add_object: l     
OpenCA::LDAP->add_object: st    
OpenCA::LDAP->add_object: c     CO
OpenCA::LDAP->add_object: End of the information of
the Object
OpenCA::LDAP->connect: ldap2://localhost:389
OpenCA::LDAP->get_dn called
OpenCA::LDAP->get_dn: dn:
serialNumber=4,1.3.6.1.4.1.4710.1.3.2=#0C0B0C09383030373839373839,1.3.6.1.4.1.4710.1.3.1=#0C0A0C083739393837393837,2.5.4.9=#0C120C106372612032302063616C6C6520313539,CN=LDAP
Nat,OU=Internet,O=Ubiquando,C=CO
OpenCA::LDAP->get_dn: successfully finished
OpenCA::LDAP->get_suffix: get_suffix called for
X500::DN=ARRAY(0xa7c94ec)
OpenCA::LDAP->get_suffix: suffixes loaded
OpenCA::LDAP->get_dn called
OpenCA::LDAP->get_dn: dn: c=CO
OpenCA::LDAP->get_dn: successfully finished
OpenCA::LDAP->compare_dn: called
OpenCA::LDAP->compare_dn: looping
OpenCA::LDAP->compare_dn: successfully finished
OpenCA::LDAP->get_suffix: successfully finished
OpenCA::LDAP->get_path: called
OpenCA::LDAP->get_path: successfully finished
OpenCA::LDAP->add_object: Building the missing nodes
of the LDAP-tree ...
OpenCA::LDAP->add_object: Try to add c=CO ...
attribute: c
value: CO
OpenCA::LDAP->add_object: LDAP Schema DN: c=CO
OpenCA::LDAP->add_object: node exists
OpenCA::LDAP->add_object: Try to add O=Ubiquando,c=CO
...
attribute: O
value: Ubiquando
OpenCA::LDAP->add_object: LDAP Schema DN:
O=Ubiquando,c=CO
OpenCA::LDAP->add_object: node exists
OpenCA::LDAP->add_object: Try to add
OU=Internet,O=Ubiquando,c=CO ...
attribute: OU
value: Internet
OpenCA::LDAP->add_object: LDAP Schema DN:
OU=Internet,O=Ubiquando,c=CO
OpenCA::LDAP->add_object: node exists
OpenCA::LDAP->add_object: Try to add CN=LDAP
Nat,OU=Internet,O=Ubiquando,c=CO ...
attribute: CN
value: LDAP Nat
OpenCA::LDAP->add_object: LDAP Schema DN: CN=LDAP
Nat,OU=Internet,O=Ubiquando,c=CO
OpenCA::LDAP->add_object: node doesn't exist
OpenCA::LDAP->add_object: fixing attributes
OpenCA::LDAP->add_object: search for matching schema -
cn
OpenCA::LDAP->add_object: search for matching schema -
default
OpenCA::LDAP->add_object: search for matching schema -
OpenCA::LDAP=HASH(0xa6968ec)
OpenCA::LDAP->add_object: search for matching schema -
HASH(0xa4c9e10)
OpenCA::LDAP->add_object: search for matching schema -
HASH(0xa4c9eac)
OpenCA::LDAP->add_object: search for matching schema -
HASH(0xa4c9f3c)
OpenCA::LDAP->add_object: search for matching schema -
cn
OpenCA::LDAP->add_object: schema validation
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: attribute cn exists in
hash
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute: attribute=cn
OpenCA::LDAP->push_attribute: value=LDAP Nat
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: must cn
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: ldap_array: cn
OpenCA::LDAP->push_attribute: ldap_array: LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: attribute ou exists in
hash
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute: attribute=ou
OpenCA::LDAP->push_attribute: value=Internet
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: ldap: ou
OpenCA::LDAP->push_attribute: ldap: Internet
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: may ou
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: ldap_array: cn
OpenCA::LDAP->push_attribute: ldap_array: LDAP Nat
OpenCA::LDAP->push_attribute: ldap_array: ou
OpenCA::LDAP->push_attribute: ldap_array: Internet
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute: attribute=st
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: ldap: ou
OpenCA::LDAP->push_attribute: ldap: Internet
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: may st
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: ldap_array: cn
OpenCA::LDAP->push_attribute: ldap_array: LDAP Nat
OpenCA::LDAP->push_attribute: ldap_array: ou
OpenCA::LDAP->push_attribute: ldap_array: Internet
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute: attribute=l
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: ldap: ou
OpenCA::LDAP->push_attribute: ldap: Internet
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: may l
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: ldap_array: cn
OpenCA::LDAP->push_attribute: ldap_array: LDAP Nat
OpenCA::LDAP->push_attribute: ldap_array: ou
OpenCA::LDAP->push_attribute: ldap_array: Internet
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: attribute mail exists in
hash
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute: attribute=mail
OpenCA::LDAP->push_attribute:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: ldap: ou
OpenCA::LDAP->push_attribute: ldap: Internet
OpenCA::LDAP->push_attribute: ldap: mail
OpenCA::LDAP->push_attribute: ldap:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: may mail
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: ldap_array: cn
OpenCA::LDAP->push_attribute: ldap_array: LDAP Nat
OpenCA::LDAP->push_attribute: ldap_array: ou
OpenCA::LDAP->push_attribute: ldap_array: Internet
OpenCA::LDAP->push_attribute: ldap_array: mail
OpenCA::LDAP->push_attribute: ldap_array:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute: attribute=emailAddress
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: ldap: ou
OpenCA::LDAP->push_attribute: ldap: Internet
OpenCA::LDAP->push_attribute: ldap: mail
OpenCA::LDAP->push_attribute: ldap:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: may emailAddress
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: ldap_array: cn
OpenCA::LDAP->push_attribute: ldap_array: LDAP Nat
OpenCA::LDAP->push_attribute: ldap_array: ou
OpenCA::LDAP->push_attribute: ldap_array: Internet
OpenCA::LDAP->push_attribute: ldap_array: mail
OpenCA::LDAP->push_attribute: ldap_array:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute:
attribute=1.3.6.1.4.1.4710.1.3.2
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: ldap: ou
OpenCA::LDAP->push_attribute: ldap: Internet
OpenCA::LDAP->push_attribute: ldap: mail
OpenCA::LDAP->push_attribute: ldap:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: may 1.3.6.1.4.1.4710.1.3.2
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: ldap_array: cn
OpenCA::LDAP->push_attribute: ldap_array: LDAP Nat
OpenCA::LDAP->push_attribute: ldap_array: ou
OpenCA::LDAP->push_attribute: ldap_array: Internet
OpenCA::LDAP->push_attribute: ldap_array: mail
OpenCA::LDAP->push_attribute: ldap_array:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute:
attribute=1.3.6.1.4.1.4710.1.3.1
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: ldap: ou
OpenCA::LDAP->push_attribute: ldap: Internet
OpenCA::LDAP->push_attribute: ldap: mail
OpenCA::LDAP->push_attribute: ldap:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: may 1.3.6.1.4.1.4710.1.3.1
OpenCA::LDAP->push_attribute: before attribute
handling
OpenCA::LDAP->push_attribute: ldap_array: cn
OpenCA::LDAP->push_attribute: ldap_array: LDAP Nat
OpenCA::LDAP->push_attribute: ldap_array: ou
OpenCA::LDAP->push_attribute: ldap_array: Internet
OpenCA::LDAP->push_attribute: ldap_array: mail
OpenCA::LDAP->push_attribute: ldap_array:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->push_attribute: after attribute handling
OpenCA::LDAP->push_attribute: attribute=street
OpenCA::LDAP->push_attribute: ldap: cn
OpenCA::LDAP->push_attribute: ldap: LDAP Nat
OpenCA::LDAP->push_attribute: ldap: ou
OpenCA::LDAP->push_attribute: ldap: Internet
OpenCA::LDAP->push_attribute: ldap: mail
OpenCA::LDAP->push_attribute: ldap:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: ou=Internet
OpenCA::LDAP->push_attribute: attr_hash: c=CO
OpenCA::LDAP->push_attribute: attr_hash: cn=LDAP Nat
OpenCA::LDAP->push_attribute: attr_hash: sn=Nat
OpenCA::LDAP->push_attribute: attr_hash:
[EMAIL PROTECTED]
OpenCA::LDAP->push_attribute: attr_hash: o=Ubiquando
OpenCA::LDAP->add_object: may street
OpenCA::LDAP->add_object: structural
organizationalRole
OpenCA::LDAP->add_object: structural
opencaEmailAddress
OpenCA::LDAP->add_object: structural pkiCA
OpenCA::LDAP->add_object: Must setup a normal cert
OpenCA::LDAP->add_object: The resultcode of the
nodeinsertion was 0
OpenCA::LDAP->add_object: Try to add 2.5.4.9=cra 20
calle 159,CN=LDAP Nat,OU=Internet,O=Ubiquando,c=CO ...
attribute: 2.5.4.9
value: cra 20 calle 159
OpenCA::LDAP->add_object: LDAP Schema DN: 2.5.4.9=cra
20 calle 159,CN=LDAP Nat,OU=Internet,O=Ubiquando,c=CO
OpenCA::LDAP->add_object: node doesn't exist
OpenCA::LDAP->add_object: fixing attributes
OpenCA::LDAP->add_object: search for matching schema -
2.5.4.9
OpenCA::LDAP->add_object: search for matching schema -
default
OpenCA::LDAP->add_object: search for matching schema -
OpenCA::LDAP=HASH(0xa6968ec)
OpenCA::LDAP->add_object: search for matching schema -
HASH(0xa4c9e10)
OpenCA::LDAP->add_object: search for matching schema -
HASH(0xa4c9eac)
OpenCA::LDAP->add_object: search for matching schema -

OpenCA::LDAP->add_object: search for matching schema -

OpenCA::LDAP->add_object: schema validation
OpenCA::LDAP->add_object: Must setup a normal cert
OpenCA::LDAP->add_object: The resultcode of the
nodeinsertion was 65



Does someone has any ideas on this?, I'm completely
new to OpenLDAP and I'm in a very big hurry :-$


I would appreciate any help,
Johnny


PD:Sorry about the big size of the email message :-(



        
        
                
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to