Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publisher not working #4661

Open
eldhose15 opened this issue Jan 25, 2024 · 0 comments
Open

Publisher not working #4661

eldhose15 opened this issue Jan 25, 2024 · 0 comments

Comments

@eldhose15
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant