Authenticator API extract-entrypoint returns bool
Extraction either succeeds or fails, it does not need to return defined integer values.
This commit is contained in:
@ -25,7 +25,7 @@ class PamBackendSession
|
||||
PamBackendSession& operator=(const PamBackendSession&);
|
||||
public:
|
||||
PamBackendSession();
|
||||
int extract(DCB *dcb, GWBUF *buffer);
|
||||
bool extract(DCB *dcb, GWBUF *buffer);
|
||||
int authenticate(DCB *dcb);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user