I'm working on our new AlmaLinux 9-based OS install. Our
existing install is CentOS Stream 8 running 10.0 LTS.
I'm trying to use the same setup for the 10.x install as I have
for 10.0 but it's not happy with the idtoken
(/etc/condor/tokens.d/condor@mypool) that works just fine for my
other hosts. There's no KDC available, let alone involved.
The token is being generated by:
condor_store_cred -c add
umask 0077; condor_token_create -identity condor@mypool >
/etc/condor/tokens.d/condor@mypool
This is done in the same script as works on our HTCondor 10.0
hosts.
I'm tring to join this test host to an existing 10.0 pool,
since that's what is going to happen in production.