Author Topic: Login to EA models - in some model Yes in some not  (Read 8707 times)

Boron

  • EA User
  • **
  • Posts: 111
  • Karma: +6/-0
    • View Profile
Login to EA models - in some model Yes in some not
« on: December 14, 2016, 08:45:20 pm »
Hello,
we have
  • all models on a PostgreSQL server
  • all models configured with "Enable Security" and "Require User Lock to Edit"
  • every developer has its own "account" (user) configured in the models
Now we discover that on some models all users always get a login dialog ("Login to EA Repository" with UserID and Password) is shown, when opening the model.
After providing UserID and password and checking "Remember UserID" the models opens.
When reopening the model, after it has been closed, the dialog is shown again, with User Id already filled out.

On most other models this dialog does not appear.
As stated above: all models are configured identical.

Any idea what might cause some models always to ask for login but not in other models?

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1372
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Login to EA models - in some model Yes in some not
« Reply #1 on: December 14, 2016, 08:54:11 pm »
An automatic login on the other models could be explained if they have user accounts that are linked with your Active Directory.
EA Security is compatible with the Active Directory so users are authenticated based on their Windows session. It's the alternative to the use of built-in EA user accounts.


Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


Boron

  • EA User
  • **
  • Posts: 111
  • Karma: +6/-0
    • View Profile
Re: Login to EA models - in some model Yes in some not
« Reply #2 on: December 14, 2016, 09:12:09 pm »
We never intentionally used any "Active Directory linking".
Out company has AD server(s) but we did not officially connect EA with AD.

How can I find out if an user account is linked with our AD server?

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1372
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Re: Login to EA models - in some model Yes in some not
« Reply #3 on: December 14, 2016, 09:31:44 pm »
You will see it from the user account ids in the list if they have a domain following by the Windows user login as declared in the AD e.g. DOMAIN\USER1.

Check also if  "Accept Windows Authentication" is enabled in this menu (Project | Security | Manage Users)
The link with the AD is achieved by enabling the above option and clicking on Import.

Guillaume
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13402
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Login to EA models - in some model Yes in some not
« Reply #4 on: December 14, 2016, 09:58:00 pm »
You will see it from the user account ids in the list if they have a domain following by the Windows user login as declared in the AD e.g. DOMAIN\USER1.

Check also if  "Accept Windows Authentication" is enabled in this menu (Project | Security | Manage Users)
The link with the AD is achieved by enabling the above option and clicking on Import.

Guillaume
Also note that if you move a model, Windows Authentication will not work anymore.

Geert

Boron

  • EA User
  • **
  • Posts: 111
  • Karma: +6/-0
    • View Profile
Re: Login to EA models - in some model Yes in some not
« Reply #5 on: December 14, 2016, 10:38:46 pm »
The "Accept Windows Authentication" option was not set.
After activation EA logs in the users automatically :).

Many thanks *beer*.