/*
* 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 "lint.h"
#include <stdlib.h>
#include <nss_dbdefs.h>
#include <string.h>
#include <secdb.h>
static int auuser_stayopen;
/*
* Unsynchronized, but it affects only
* efficiency, not correctness
*/
static DEFINE_NSS_DB_ROOT(db_root);
static DEFINE_NSS_GETENT(context);
void
{
p->name = NSS_DBNAM_AUDITUSER;
}
/*
* Return values: 0 = success, 1 = parse error, 2 = erange ...
* The structure pointer passed in is a structure in the caller's space
* wherein the field pointers would be set to areas in the buffer if
* need be. instring and buffer should be separate areas.
*/
int
{
return (NSS_STR_PARSE_ERANGE);
/*
* Remove newline that nis (yp_match) puts at the
* end of the entry it retrieves from the map.
*/
}
/* quick exit do not entry fill if not needed */
return (NSS_STR_PARSE_SUCCESS);
return (0);
}
void
_setauuser(void)
{
auuser_stayopen = 0;
}
int
_endauuser(void)
{
auuser_stayopen = 0;
return (0);
}
{
return (NSS_XbyY_FINI(&arg));
}
{
return (NULL);
}
return (NSS_XbyY_FINI(&arg));
}