I think there's a bug in the way synda stores user credentials via synda check-env. My openID has been written in lower case, when actually there should be a capital letter in the user ID string. ESGF openIDs are case sensitive, so this causes user identification to fail.
The issue can be easily fixed by the user manually updating $ST_HOME/conf/credentials.conf, but this really shouldn't be necessary!
Hi,
I think there's a bug in the way synda stores user credentials via
synda check-env
. My openID has been written in lower case, when actually there should be a capital letter in the user ID string. ESGF openIDs are case sensitive, so this causes user identification to fail.The issue can be easily fixed by the user manually updating
$ST_HOME/conf/credentials.conf
, but this really shouldn't be necessary!Thanks,
Clair