further to this , is there a setting in the putty section of the config.xml that can be changed to use the legacyusr as well ?
maybe the UserNameFromEnvironment ?
unfortunately I cant find any help on this in the putty helpfiles , or in 4js ?
<FglttyConfigDiff>
<Entry key="BugIgnore2" value="0"/>
<Entry key="BugMaxPkt2" value="0"/>
<Entry key="CRImpliesLF" value="0"/>
<Entry key="GSSCustom" value=""/>
<Entry key="GSSLibs" value="gssapi32,sspi,custom"/>
<Entry key="KEX" value="dh-gex-sha1,dh-group14-sha1,dh-group1-sha1,WARN,rsa"/>
<Entry key="LogHost" value=""/>
<Entry key="PingIntervalSecs" value="30"/>
<Entry key="SshBanner" value="1"/>
<Entry key="TCPKeepalives" value="1"/>
<Entry key="UserNameFromEnvironment" value="0"/>
<Entry key="WindowClass" value=""/>
<Entry key="X11AuthFile" value=""/>
</FglttyConfigDiff>
Hi Support ,
the kerberos/SSO authentication process needs a combination of the legacy usr and the locally signed in account .
We need to use the @LEGACYUSR setting for the 3.0 client . Previously we were using the @LUSR setting on the 2.4/2.5 clients .
What we are finding is some of our users have been logging into their pc's with a mixed case username , as such this is being passed through to one of the steps of the authentication process (looks like the initial step) . As such it fails as an unknown user on the Unix/Linux servers .
is there anyway we can get a patch or another command to force Lowercase and legacy user ?
Carl Keogh