Skip to content
  • David Edmundson's avatar
    Guard double authenticate calls · 84b2cf3c
    David Edmundson authored
    Whilst authenticating we emit signals and expect callbacks to prompts.
    The pam worker is inside pam_authenticate in the nested event loop.
    
    It is not expected for GUI clients to call authenticate twice without a
    cancel inbetween, but we should still guard against it as it causes a
    mess.
    84b2cf3c