Hi,
in python bindings it's easy to set the credd_address but some tools in the python world use the condor_submit cmd instead and while I can use '-name <bla>' to set the schedd this does not automatically set the CREDD_HOST to the same value nonetheless the config on the host stated CREDD_HOST=$SCHEDD_HOST.
I can set it in the bash environment using export _condor_CREDD_HOST=<bla> but there must be a more elegant way and also it could default to the schedd adress once this differs from the default schedd in the config or is not set in the static config ?