Windows AND Database logins...?

AlxAlx Member Posts: 38
Hi everyone!

My question is: Is it possible to use Windows logins and Database logins on the same DB at the same time?

Thanx,

Alx

Comments

  • Torben_R.Torben_R. Member Posts: 99
    Quick Answer - Yes. :)
  • themavethemave Member Posts: 1,058
    user who you want to have database logins
    set the property in startup icon to be

    ntauthentication=no

    and the one you want to have windows logins use

    ntauthentication=yes

    both will be able to login at the same time.
  • Captain_DX4Captain_DX4 Member Posts: 230
    themave wrote:
    user who you want to have database logins
    set the property in startup icon to be

    ntauthentication=no

    and the one you want to have windows logins use

    ntauthentication=yes

    both will be able to login at the same time.

    Though this is definitely a convenient way to have the same icons do different tasks, this isn't entirely necessary. Both types of users log into the database just fine, and usually the ZUP file takes care of remembering the authentication type between usages.
    Kristopher Webb
    Microsoft Dynamics NAV Developer
Sign In or Register to comment.