blob: b5df15d836f4888b473088e0a816710a8acacfef (
plain)
1
2
3
4
5
6
7
8
9
|
[CCode (cprefix = "PAM_X2GO_", cheader_filename = "security/pam-x2go.h")]
namespace pam_x2go
{
public const string PROMPT_GUESTLOGIN;
public const string PROMPT_USER;
public const string PROMPT_HOST;
public const string PROMPT_COMMAND;
public const string PROMPT_PASSWORD;
}
|