Fazer uma PerguntaFazer uma Pergunta
 

RespondidoEnd-Point Compliance Warning?

  • quinta-feira, 19 de novembro de 2009 16:20T.Z. Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Hi,

    Is there a way, without using NAP, that UAG can simply warn users when they are non-compliant - maybe some pop-up or something?
    (e.g. "your anti-virus does not meet company requirements, and you will be granted access until 31 dec 2009, and each session will last 60 minutes. Contact helpdesk on 12345")

    I assume this data would be available in the UAG log / report.

    Regards,
    TZ

Respostas

  • segunda-feira, 23 de novembro de 2009 20:19Mark Resnik - MBR Security Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    By the time the login page is displayed to the user, the endpoint check has been completed, results sent back to IAG/UAG, and values stored in session.   This being the case, you could simply customize the login page using one of the customupdate inc files with some logic where a html message or javascript popup was displayed only if the page the inc file was in was "Login.asp", and only if a particular session/endpoint variable was set a certain way.

    Hope this helps.

    Thanks,
    Mark

Todas as Respostas

  • segunda-feira, 23 de novembro de 2009 20:19Mark Resnik - MBR Security Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     Respondido
    By the time the login page is displayed to the user, the endpoint check has been completed, results sent back to IAG/UAG, and values stored in session.   This being the case, you could simply customize the login page using one of the customupdate inc files with some logic where a html message or javascript popup was displayed only if the page the inc file was in was "Login.asp", and only if a particular session/endpoint variable was set a certain way.

    Hope this helps.

    Thanks,
    Mark
  • terça-feira, 24 de novembro de 2009 10:24T.Z. Medalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuárioMedalhas de usuário
     
    Thank Mark,

    Will pass this info over to the dev guys.

    Regards