Since HTCondor 8.9.7's split of OAuth and Kerberos modes,
some of the upstream HTCondor code that the LocalCredmon
depended upon (and that interweaved the two modes) vanished
into the ether, so these hacks allow the LocalCredmon to work
with krb-style token signaling ({username}.cred files) while
we work on re-adding native support for OAuth-style locally
issued tokens.
Since HTCondor 8.9.7's split of OAuth and Kerberos modes, some of the upstream HTCondor code that the LocalCredmon depended upon (and that interweaved the two modes) vanished into the ether, so these hacks allow the LocalCredmon to work with krb-style token signaling ({username}.cred files) while we work on re-adding native support for OAuth-style locally issued tokens.
To be merged after #47 is tested and merged.