Merge branch '2.2' into 2.3
This commit is contained in:
@ -29,6 +29,9 @@ const string FIELD_AUTHSTR = "authentication_string";
|
||||
const string FIELD_PROXY = "proxy_grant";
|
||||
const int NUM_FIELDS = 6;
|
||||
|
||||
const char* SQLITE_OPEN_FAIL = "Failed to open SQLite3 handle for file '%s': '%s'";
|
||||
const char* SQLITE_OPEN_OOM = "Failed to allocate memory for SQLite3 handle for file '%s'.";
|
||||
|
||||
/**
|
||||
* Initialize PAM authenticator
|
||||
*
|
||||
|
Reference in New Issue
Block a user