/*
* 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
*/
/*
* Copyright 2006 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
#include "ldap_common.h"
/* tnrhtp attributes filters */
"(!(objectClass=ipTnetHost))" \
"(ipTnetTemplateName=%s))"
static const char *tnrhtp_attrs[] = {
};
/*
* _nss_ldap_tnrhtp2str is the data marshaling method for the tnrhtp
* (tsol_gettpbyaddr()/tsol_gettpent()) backend processes.
* This method is called after a successful ldap search has been performed.
* This method will parse the ldap search values into the file format.
*
* e.g.
*
* admin_low:host_type=unlabeled;def_label=[0x0000000000000000000000000000000000
* 0000000000000000000000000000000000];min_sl=0x00000000000000000000000000000000
* 000000000000000000000000000000000000;max_sl=0x7ffffffffffffffffffffffffffffff
* fffffffffffffffffffffffffffffffffffff;doi=0;
*/
static int
{
int len = 0;
return (NSS_STR_PARSE_PARSE);
goto result_tnrhtp2str;
}
goto result_tnrhtp2str;
}
/* "template:attrs" */
goto result_tnrhtp2str;
}
} else
return (nss_result);
}
static nss_status_t
{
return (NSS_NOTFOUND);
return ((nss_status_t)NSS_NOTFOUND);
return ((nss_status_t)NSS_NOTFOUND);
}
};
/* ARGSUSED */
const char *dummy2,
const char *dummy3,
const char *dummy4,
const char *dummy5)
{
}