Code should be ready to go for when https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=7462 is resolved. Might be good to actually poll the Schedd for what version is running (don't check the Python bindings' version, which could be different) if we need to condition on the version of HTCondor that is running. But really we should lobby for some boolean to be added to the condor_config that we can check.
We should also follow changes to the kerberos credmon (note the name of the credmon executable and the parameter name):
CREDMON_KRB = $(SBIN)/condor_krbafs_credmonDAEMON_LIST = $(DAEMON_LIST) CREDMON_KRB
Code should be ready to go for when https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=7462 is resolved. Might be good to actually poll the Schedd for what version is running (don't check the Python bindings' version, which could be different) if we need to condition on the version of HTCondor that is running. But really we should lobby for some boolean to be added to the condor_config that we can check.