We plan to switch from OES using AAF to directly using AAF (with third party logins enabled in OES) and the settings to do that are really easy.
BUT we have the issue that when we do that the login mask (when logging into windows) will set the username to ".\%USERNAME%" which will result in an error as we don't allow local logins.
(and do not want to enable that)
Is it possible to set a default value for this so it will automatically set this to "%REALM%\%USERNAME%"?
We found where the AAF client remembers the last login which is in the "config.properties" in a value named "last_loggoned_cr" but it saves this in an encrypted state so we also can't set this to anything helpful...
(and AAF will break if you try to set a not encrypted value there)