/*
* 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 <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <nss_dbdefs.h>
#include <user_attr.h>
#include <getxby_door.h>
#include <pwd.h>
#include <secdb.h>
/* externs from libc */
static int userattr_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_USERATTR;
}
/*
* 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);
/* Terminate the buffer */
/* quick exit do not entry fill if not needed */
return (NSS_STR_PARSE_SUCCESS);
return (0);
}
void
setuserattr(void)
{
userattr_stayopen = 0;
}
void
enduserattr(void)
{
userattr_stayopen = 0;
}
{
return (NSS_XbyY_FINI(&arg));
}
static userstr_t *
{
_nss_XbyY_fgets(f, &arg);
return (NSS_XbyY_FINI(&arg));
}
static userstr_t *
int *errnop)
{
return (NSS_XbyY_FINI(&arg));
}
getuserattr(void)
{
int err = 0;
return (_userstr2attr(tmp));
}
{
return (_userstr2attr(tmp));
}
{
int err = 0;
return (_userstr2attr(resptr));
}
{
return (NULL);
}
void
{
if (user) {
}
}
{
return (NULL);
return (NULL);
return (newuser);
}
#ifdef DEBUG
void
{
printf("NULL\n");
return;
}
printf("attr=\n");
}
#endif /* DEBUG */