#7224 Logging: ipa-replica-conncheck is missing a /n
Closed: fixed Opened by datakid.

I saw this new word "protocoland" when I ran ipa-replica-conncheck:

The following list of ports use UDP protocoland would need to be
checked manually:
   Kerberos KDC: UDP (88): SKIPPED
   Kerberos Kpasswd: UDP (464): SKIPPED

Looks like line 452 in ipa-replica-conncheck needs to have a \n appended

        if udp_ports:
            logger.info("\nThe following list of ports use UDP protocol"
                        "and would need to be\n"

Thanks for reporting. Pull request: https://github.com/freeipa/freeipa/pull/1213

Metadata Update from @ftweedal:
- Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/1213

Metadata Update from @ftweedal:
- Issue assigned to ftweedal

Metadata Update from @tkrizek:
- Issue set to the milestone: FreeIPA 4.7

master:

  • aa5ad3e2d32b1e860f719777442f2724b3b1b018 Add missing space in ipa-replica-conncheck error

Metadata Update from @tkrizek:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata Update from @tkrizek:
- Issue priority set to: normal

Metadata