Description - LDAP CertStore Providers define how certificates and CRLs can be found in an LDAP database.
 
Runtime Class - com.iwaysoftware.eclipse.template.LdapCertstoreProviderType


 

Parameter Groups

  Parameter Type Description
* URL string URL to reach LDAP directory. LDAP URL's are in the form ldap://host[:port]
  Base DN string Base DN
  Search For Serial Number In string If not null the serial number of the certificate is searched in this LDAP attribute.
  User Certificate Attribute string Attribute name(s) in the LDAP directory where end certificates are stored. Separated by space. Defaults to userCertificate.
  CA Certificate Attribute string Attribute name(s) in the LDAP directory where CA certificates are stored. Separated by space. Defaults to cACertificate.
  Cross-Certificate Attribute string Attribute name(s), where the cross certificates are stored. Separated by space. Defaults to crossCertificatePair.
  Certificate Revocation List Attribute string Attribute name(s) in the LDAP directory where CRLs are stored. Separated by space. Defaults to certificateRevocationList.
  LDAP User Certificate Attribute Name string The attribute name(s) in the LDAP directory where to search for the attribute value of the specified userCertificateSubjectAttributeName. E.g. if cn is used to put information about the subject for end certificates, then specify cn. Defaults to cn.
  LDAP CA Certificate Attribute Name string The attribute name(s) in the LDAP directory where to search for the attribute value of the specified cACertificateSubjectAttributeName. E.g. if ou is used to put information about the subject for CA certificates, then specify ou. Defaults to: cn ou o
  LDAP Cross-Certificate Attribute Name string The attribute name(s) in the LDAP directory where to search for the attribute value of the specified crossCertificateSubjectAttributeName. E.g. if o is used to put information about the subject for cross certificates, then specify o. Defaults to: cn ou o
  LDAP Certificate Revocation List Attribute Name string The attribute name(s) in the LDAP directory where to search for the attribute value of the specified certificateRevocationListIssuerAttributeName. E.g. if ou is used to put information about the issuer of CRLs, specify ou. Defaults to: cn ou o
  User Certificate Subject Attribute Name string Attribute(s) in the subject of the certificate which is used to be searched in the ldapUserCertificateAttributeName. E.g. the cn attribute of the DN could be used. Defaults to cn.
  CA Certificate Subject Attribute Name string Attribute(s) in the subject of the certificate which is used to be searched in the ldapCACertificateAttributeName. E.g. the ou attribute of the DN could be used. Defaults to: o ou
  Cross-Certificate Subject Attribute Name string Attribute(s) in the subject of the cross certificate which is used to be searched in the ldapCrossCertificateAttributeName. E.g. the o attribute of the DN may be appropriate. Defaults to: o ou
  Certificate Revocation List Issuer Attribute Name string Attribute(s) in the issuer of the CRL which is used to be searched in the ldapCertificateRevocationListAttributeName. E.g. the o or ou attribute may be used. Defaults to: o ou
* - denotes required