Signal

AstalAuthPam::auth-info

since: 0.1

Declaration

void
auth_info (
  AstalAuthPam* self,
  gchar* msg,
  gpointer user_data
)

Description

This signal is emitted when the user should receive an information (e.g., tell the user to touch a security key, or the remaining time pam has been locked after multiple failed attempts)

This signal has to be matched with exaclty one supply_secret call.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Available since: 0.1

Parameters

msg

Type: gchar*

The info mssage to be shown to the user.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.