You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have our Smartcard CA running on Dogtag CA system. We did create a new publisher and corresponding mapper to publish the smartcard certificate to AD.
We have enabled the publisher and have configured in CS.cfg, unfortuantely the publisher is not getting triggered while certificate is getting generated. We are not able to identify why the publisher not getting triggerd in the logs also. Kindly advice.
We have our Smartcard CA running on Dogtag CA system. We did create a new publisher and corresponding mapper to publish the smartcard certificate to AD.
We have enabled the publisher and have configured in CS.cfg, unfortuantely the publisher is not getting triggered while certificate is getting generated. We are not able to identify why the publisher not getting triggerd in the logs also. Kindly advice.
ca.publish.createOwnDNEntry=false
ca.publish.enable=true
ca.publish.ldappublish.enable=false
ca.publish.mapper.impl.ADSmartcardMapper.class=ca4.mapper.ADSmartcardMapper
ca.publish.mapper.instance.ADSmartcardMapper.ldapURL=********
ca.publish.mapper.instance.ADSmartcardMapper.passwd=********
ca.publish.mapper.instance.ADSmartcardMapper.pluginName=ADSmartcardMapper
ca.publish.mapper.instance.ADSmartcardMapper.user=********
ca.publish.publisher.instance.ADSmartcardPublisher.ldapURL=******
ca.publish.publisher.instance.ADSmartcardPublisher.passwd=******
ca.publish.publisher.instance.ADSmartcardPublisher.pluginName=ADSmartcardPublisher
ca.publish.publisher.instance.ADSmartcardPublisher.user=******
ca.publish.rule.instance.ADSmartcardPublishing.enable=true
ca.publish.rule.instance.ADSmartcardPublishing.mapper=ADSmartcardMapper
ca.publish.rule.instance.ADSmartcardPublishing.pluginName=Rule
ca.publish.rule.instance.ADSmartcardPublishing.predicate=profileId==*****or profileId==caCertAuth
ca.publish.rule.instance.ADSmartcardPublishing.publisher=ADSmartcardPublisher
ca.publish.rule.instance.ADSmartcardPublishing.type=certs
The text was updated successfully, but these errors were encountered: