/* Copyright (C) 2006 Simon L Jackson */
/* Tru64 SIA support */
#include "auth-common.h"
#include "passdb.h"
#ifdef PASSDB_SIA
#include "safe-memset.h"
#include <sia.h>
#include <siad.h>
#include <sys/security.h>
int nprompts ATTR_UNUSED,
{
switch (rendition) {
case SIAONELINER:
case SIAINFO:
case SIAWARNING:
return SIACOLSUCCESS;
}
/* everything else is bogus */
return SIACOLABORT;
}
static void
{
/* check if the password is valid */
(char *)password) != SIASUCCESS) {
} else {
}
}
"sia",
NULL,
NULL,
NULL,
NULL,
};
#else
.name = "sia"
};
#endif