You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2013/09/12 10:17:57 UTC

svn commit: r1522478 - /cxf/trunk/services/xkms/xkms-features/src/main/resources/org.apache.cxf.xkms.cfg

Author: cschneider
Date: Thu Sep 12 08:17:56 2013
New Revision: 1522478

URL: http://svn.apache.org/r1522478
Log:
CXF-5255 Add crl config in default xkms config

Modified:
    cxf/trunk/services/xkms/xkms-features/src/main/resources/org.apache.cxf.xkms.cfg

Modified: cxf/trunk/services/xkms/xkms-features/src/main/resources/org.apache.cxf.xkms.cfg
URL: http://svn.apache.org/viewvc/cxf/trunk/services/xkms/xkms-features/src/main/resources/org.apache.cxf.xkms.cfg?rev=1522478&r1=1522477&r2=1522478&view=diff
==============================================================================
--- cxf/trunk/services/xkms/xkms-features/src/main/resources/org.apache.cxf.xkms.cfg (original)
+++ cxf/trunk/services/xkms/xkms-features/src/main/resources/org.apache.cxf.xkms.cfg Thu Sep 12 08:17:56 2013
@@ -44,5 +44,7 @@ xkms.ldap.schema.constAttrNamesCSV=sn
 xkms.ldap.schema.constAttrValuesCSV=X509 certificate
 xkms.ldap.schema.serviceCertRDNTemplate=cn=%s,ou=services
 xkms.ldap.schema.serviceCertUIDTemplate=cn=%s
+xkms.ldap.schema.crls=(&(objectClass=inetOrgPerson)(ou:dn:=CAs))
 xkms.ldap.schema.trustedAuthorities=(&(objectClass=inetOrgPerson)(ou:dn:=CAs))
 xkms.ldap.schema.intermediates=(objectClass=inetOrgPerson)
+