Get Windows Authentication/Database login type ?

ayashiayashi Member Posts: 78
Dear all,

how do I get the information what kind of login a user currently used ?
e.g. : if the user login using windows authentication, the system could detect that, vice versa with database authentication.


Thanks

Answers

  • WaldoWaldo Member Posts: 3,412
    In the session window, you got an extra field "Login Type".

    So, just use the "Session" virtual table, Filter on "My Session"=true and get the value of "Login Type".

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • ayashiayashi Member Posts: 78
    solved ! thanks a lot waldo, how do you guys know all this stuff, does navision mention it somewhere in the developer guide ? Cause if it does, then I must have missed it.
  • WaldoWaldo Member Posts: 3,412
    8)
    I just checked the session table, saw the field and replied to your post :mrgreen:

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
Sign In or Register to comment.