List kdc, and say which half each Kerberos repo is - #12
Merged
Merged
Conversation
kdc is missing from the profile: the organisation has a repository the front page does not know about. Its two neighbours needed a word each, because "krb5" and "kdc" side by side say nothing about which is which — and a reader wiring a service needs the accepting half while one running a realm needs the issuing one. krb5 also still said "No KDC", which read as a gap the moment there was one; it is a boundary, and the line now draws it by naming what krb5 does instead. authnd gained a clause: it issues tickets now, for the same people it publishes over LDAP. ⛔ An earlier attempt at this rewrote the whole file and would have discarded the version already on main. The local checkout was from a previous session and the clone that would have refreshed it was skipped by a `[ -d ]` guard, so the "current" file was a week old. Reading main before writing over it is the whole lesson; this change is three lines. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
kdcis missing from the profile: the organisation has a repository the front page does not know about.Its two neighbours needed a word each. "krb5" and "kdc" side by side say nothing about which is which — a reader wiring a service needs the accepting half, one running a realm needs the issuing one. And krb5 still said "No KDC", which read as a gap the moment there was one; it is a boundary, so the line now draws it by naming what krb5 does instead (it signs and seals, so
krb5iandkrb5pas well).authndgained a clause: it issues tickets now, for the same people it publishes over LDAP.⛔ One thing worth recording
An earlier attempt at this rewrote the whole file and would have discarded the version already on main. The local checkout was from a previous session, and the clone that would have refreshed it was skipped by a
[ -d ]guard — so the "current" file was a week old, and the rewrite looked like an improvement against it.Reading main before writing over it is the whole lesson. This change is three lines.
🤖 Generated with Claude Code