/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
* See the License for the specific language governing permissions
* and limitations under the License.
*
* When distributing Covered Code, include this CDDL HEADER in each
* file and include the License file at usr/src/OPENSOLARIS.LICENSE.
* If applicable, add the following below this CDDL HEADER, with the
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
*/
#include <nss_common.h>
#include <nss_dbdefs.h>
#include "nscd_common.h"
#include "nscd_switch.h"
void
{
p->name = NSS_DBNAM_PASSWD;
}
void
{
p->name = NSS_DBNAM_HOSTS;
}
void
{
p->name = NSS_DBNAM_GROUP;
}
void
{
p->name = NSS_DBNAM_IPNODES;
}
void
{
p->name = NSS_DBNAM_NETWORKS;
}
void
{
p->name = NSS_DBNAM_PROTOCOLS;
}
void
nss_db_params_t *p;
{
p->name = NSS_DBNAM_RPC;
}
void
{
p->name = NSS_DBNAM_ETHERS;
}
void
{
p->name = NSS_DBNAM_NETMASKS;
}
void
{
p->name = NSS_DBNAM_BOOTPARAMS;
}
void
{
p->name = NSS_DBNAM_PUBLICKEY;
}
void
{
p->name = NSS_DBNAM_NETGROUP;
}
void
{
p->name = NSS_DBNAM_SERVICES;
}
void
{
p->name = NSS_DBNAM_PRINTERS;
}
void
{
p->name = NSS_DBNAM_AUTHATTR;
}
void
{
p->name = NSS_DBNAM_PROFATTR;
}
void
{
p->name = NSS_DBNAM_EXECATTR;
}
void
{
p->name = NSS_DBNAM_USERATTR;
p->config_name = NSS_DBNAM_PASSWD;
}
void
{
p->name = NSS_DBNAM_PROJECT;
}
void
{
p->name = NSS_DBNAM_AUDITUSER;
p->config_name = NSS_DBNAM_PASSWD;
}
void
{
p->name = NSS_DBNAM_SHADOW;
p->config_name = NSS_DBNAM_PASSWD;
}
void
{
p->name = NSS_DBNAM_PASSWD;
}
void
{
p->name = NSS_DBNAM_GROUP;
}
void
{
p->name = NSS_DBNAM_TSOL_RH;
}
void
{
p->name = NSS_DBNAM_TSOL_TP;
}
/*
* no initf() for pseudo-databases: passwd, shadow, audit_user,
* user_attr, and group (when called from the compat backend)
*/
NULL,
NULL,
NULL,
NULL,
NULL};