Options

logging into navision

EugeneEugene Member Posts: 309
one of our clients requires (as a security measure) to log unsuccessful attempts to login into navision.

Is there a way to do it or at least limit the number (let's say 3 times) of attempts user can mistype his password when trying to log in ?

Comments

  • Options
    Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    I don't think you can, because Navision will only execute Codeunit 1, when a user is successfully logged into Navision. And as you can't write code on the Login-dialog, this means you are stuck.
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    This is as far as I know not possible with Navision, the C/AL code is triggered after a user has logged in to the system.

    Maybe you can make some external control to monitor the login action.
  • Options
    EugeneEugene Member Posts: 309
    i understand that user cannot write into the navision database without prior logging into it, but maybe navision server itself is logging failed attempts to connect to it in some system tables or in a text file or somewhere else ?
  • Options
    Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    No, sorry. :(

    Navision does not do any logging of log in at all.
  • Options
    Michael_SchumacherMichael_Schumacher Member Posts: 81
    Logging of failed attempts is only possible on sql server if you have the sql server option running.
    in the properties of the sqlserver in enterprise manager you can set some logging options on tab security.
    they will be logged in application log of the event viewer.
    regards,
    Michael Schumacher

    oh, what day is it? Backup day. OK, let's dump all data to /dev/nul ;-)
  • Options
    aciaci Member Posts: 41
    You could use "Windows Authentication" if you have Navision Native.
  • Options
    Michael_SchumacherMichael_Schumacher Member Posts: 81
    aci wrote:
    You could use "Windows Authentication" if you have Navision Native.

    yeah and you can tell them to use the autologon in windows! :shock:

    He wants to obtain more security not less.... :whistle:
    regards,
    Michael Schumacher

    oh, what day is it? Backup day. OK, let's dump all data to /dev/nul ;-)
Sign In or Register to comment.