xref: /illumos-gate/usr/src/test/libmlrpc-tests/tests/netrlogon/krb5_pac_tests/run_krb5_pac_tests.ksh (revision 8c0b080c8ed055a259d8cd26b9f005211c6a9753)
1#!/usr/bin/ksh
2
3#
4# This file and its contents are supplied under the terms of the
5# Common Development and Distribution License ("CDDL"), version 1.0.
6# You may only use this file in accordance with the terms of version
7# 1.0 of the CDDL.
8#
9# A full copy of the text of the CDDL should have accompanied this
10# source.  A copy of the CDDL is also available via the Internet at
11# http://www.illumos.org/license/CDDL.
12#
13
14#
15# Copyright 2020 Tintri by DDN, Inc. All rights reserved.
16#
17
18if [[ -z $MLRPC_TESTS ]]; then
19	echo "MLRPC_TESTS not set" >&2
20	exit 1
21fi
22
23. $MLRPC_TESTS/cfg/krb5_pac.config
24
25$MLRPC_TESTS/tests/netrlogon/krb5_pac_tests/krb5_pac_decode $KRB5_PAC_BIN
26exit $?
27