Public Member Functions | |
PamThread () | |
virtual void | run () |
void | setAuth (const QString &name, const QString &passwd) |
virtual | ~PamThread () |
Public Attributes | |
bool | auth_resu |
Static Public Attributes | |
static int | compteur_objet = 0 |
Private Attributes | |
QString | Name |
QString | Passwd |
PamThread::PamThread | ( | ) |
PamThread::~PamThread | ( | ) | [virtual] |
void PamThread::run | ( | ) | [virtual] |
PAM Request
void PamThread::setAuth | ( | const QString & | name, | |
const QString & | passwd | |||
) |
set Username and password
name | username | |
passwd | passord |
bool PamThread::auth_resu |
int PamThread::compteur_objet = 0 [static] |
QString PamThread::Name [private] |
QString PamThread::Passwd [private] |