/*
* 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 <secdb.h>
#include <prof_attr.h>
#include "ldap_common.h"
/* prof_attr attributes filters */
/* Negate an exec_attr attribute to exclude exec_attr entries */
#define _PROF_GETPROFNAME \
"(&(objectClass=SolarisProfAttr)(!(SolarisKernelSecurityPolicy=*))(cn=%s))"
static const char *prof_attrs[] = {
(char *)NULL
};
/*
* _nss_ldap_prof2str is the data marshaling method for the prof_attr
* system call getprofattr, getprofnam and getproflist.
* This method is called after a successful search has been performed.
* This method will parse the search results into the file format.
* e.g.
*
* All:::Execute any command as the user or role:help=RtAll.html
*
*/
static int
{
int nss_result;
int buflen = 0;
unsigned long len = 0L;
return (NSS_STR_PARSE_PARSE);
goto result_prof2str;
}
else
else
else
else
/* 5 = 4 ':' + 1 '\0' */
goto result_prof2str;
}
goto result_prof2str;
}
} else
/* The front end marshaller doesn't need the trailing null */
return (nss_result);
}
static nss_status_t
{
int ret;
return (NSS_SUCCESS);
}
return ((nss_status_t)NSS_NOTFOUND);
return ((nss_status_t)NSS_NOTFOUND);
return ((nss_status_t)NSS_NOTFOUND);
}
};
/*ARGSUSED0*/
const char *dummy2,
const char *dummy3,
const char *dummy4,
const char *dummy5)
{
}