Code review comment for lp:~ahasenack/serverguide/kerberos-ldap-bad-config-1409392

Revision history for this message
Doug Smythies (dsmythies) wrote :

Shouldn't these two lines:

+<command>sudo service krb5-kdc start</command>
+<command>sudo service krb5-admin-server start</command>

Be:

+<command>sudo systemctl start krb5-kdc</command>
+<command>sudo systemctl start krb5-admin-server</command>

For the 16.04 Serverguide release we changed all occurrences of "sudo service" to "sudo systemctl".

(and I now realize I missed the same thing in a couple of the previous MP's. I'll fix them all at once, but as a separate commit, if you agree.)

« Back to merge proposal