Hi,
We are testing EA v16 64bits (1605). We are connecting to DB repositories (SQLServer) and the models are configured with Windows user security and authentication. A specific AD group is also linked to the "Authors" group and populated with authorized users.
With EA v15.2, the connection to the model takes a couple of second while using EA v16 64bits it takes several tens of seconds. When connecting remotely through the enterprise VPN it might even takes a couple of minutes to connect !
I note in the System output that EA15 only displays
Login: Logged in as Windows user 'userid (DOMAIN\userid)'.
while EA16 display:
Attempting to log in Windows SSO user: 'userid, DOMAINN\userid'
Checking for user's Windows linked groups
User is a member of group: 'XXXX'
...
then a list of 69 AD groups I'm member of is slowy dumped on the console
then
User is a member of 69 groups
then, for each AD group :
User's Windows group 'DOMAIN\GROUPNAME' is not linked to any Enterprise Architect group
69 times
and eventually:
Login: Windows user 'Firstname Lastname (mail address)' is not a member of the model.
Login: Logged in as Windows user 'Firstname Lastname (mail address))'.
This behaviour is quite new to me. Is this an expected behaviour and, if yes, can it be disable ? Is it a bug ? Users won't definitely be happy...
Note :
the SQLServer schema is pre-1558
"Automatically create or modify Windows or OpenID users" is checked.