#include "OW_config.h"
#include "OW_String.hpp"
#include "OW_ConfigOpts.hpp"
#include "OW_AuthenticatorIFC.hpp"
#include "OW_Array.hpp"
#include <string.h>
Include dependency graph for OW_PAMAuthentication.cpp:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
Classes | |
class | OW_NAMESPACE::LinuxPAMAuthentication |
Defines | |
#define | _pam_overwrite(x) |
Functions | |
static int | OW_NAMESPACE::PAM_conv (int num_msg, const struct pam_message **msgm, struct pam_response **response, void *appdata_ptr) |
This is the Linux-PAM "conversation" function. | |
OW_AUTHENTICATOR_FACTORY (OpenWBEM::LinuxPAMAuthentication, pam) |
|
Value: do { \ register char *__xx__; \ if ((__xx__=(x))) \ { \ while (*__xx__) \ { \ *__xx__++ = '\0'; \ } \ } \ } while (0) Definition at line 185 of file OW_PAMAuthentication.cpp. |
|
|