Method

AstalAuthPamset_service

Declaration

void
astal_auth_pam_set_service (
  AstalAuthPam* self,
  const gchar* service
)

Description

Sets the service to be used for authentication. This must be set to before calling start_authenticate. Changing it afterwards has no effect on the authentication process.

Defaults to astal-auth.

Sets propertyAstalAuth.Pam:service

Parameters

service

Type: const gchar*

The pam service used for authentication.

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