|
Sean Leyne made changes - 09/Jul/18 03:50 PM
Alexander Peshkov made changes - 24/Jul/18 10:33 AM
An issue will be gone in FB4 - it has increased limit of SQL identifiers length (63 unicode chars). In FB3 you can avoid this using mapping - create mapping from "DOMN\КрасноруцкаяАА" to something like "DOMN\Krasnorutskaya".
CREATE MAPPING Krasnorutskaya USING PLUGIN WIN_SSPI FROM USER 'DOMN\КрасноруцкаяАА' TO USER "DOMN\Krasnorutskaya";
And yes - there is a bug to fix: global mapping can not be created.
Alexander Peshkov made changes - 28/Aug/18 10:56 AM
Mentioned behavior is as designed and not a bug. SQL identifier length is extended in FB4 but it's also limited.
Alexander Peshkov made changes - 28/Aug/18 10:58 AM
Pavel Cisar made changes - 28/Aug/18 12:40 PM
|
The implementation of Trusted Auth functionality is constrained by the systemic/engine/base schema limitations.