mech-anonymous.c revision 16f46efe0e090fe6975acf012a61a160f4787985
/* Copyright (C) 2002-2004 Timo Sirainen */
#include "common.h"
#include "mech.h"
static void
{
/* temporarily set the user to the one that was given,
so that the log message goes right */
}
}
static struct auth_request *mech_anonymous_auth_new(void)
{
struct auth_request *request;
return request;
}
const struct mech_module mech_anonymous = {
"ANONYMOUS",
};