pam_test_client.c revision fcef1231eea30ee9cdc75f3f39f4b9207a84ea1d
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <stdio.h>
#include <unistd.h>
#include <security/pam_appl.h>
#include <security/pam_misc.h>
};
char *user;
char *action;
int ret;
if (argc == 1) {
} else if (argc == 2) {
} else {
}
if (ret != PAM_SUCCESS) {
return 1;
}
} else {
}
return 0;
}