Ian Pilcher via FreeIPA-users wrote: > I am having trouble with ntpd on my IPA server. For whatever reason, > chrony seems to work when I manually stop ntpd. > > I would like to remove ntpd as an IPA-managed service. I found an old > thread on this list that says I need to remove: > > cn=NTP,cn=ipa.example.com,cn=masters,cn=ipa,cn=etc,dc=example,dc=com > > Assuming that this is correct, how do I do that? >
It is correct. $ kinit admin $ ldapdelete -Y GSSAPI cn=NTP,cn=ipa.example.com,cn=masters,cn=ipa,cn=etc,dc=example,dc=com rob _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
