ldb:kv_index: use subtransaction_cancel in transaction_cancel
[Samba.git] / examples / ad-bench / test_utils.sh
blob2580c9da73ae26feaab07094beccd5162d34e565
1 #!/bin/bash
2 # AD-Bench utility function tests
4 # Copyright (C) 2009 Kai Blin <kai@samba.org>
6 # This file is part of AD-Bench, an Active Directory benchmark tool
8 # AD-Bench is free software: you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation, either version 3 of the License, or
11 # (at your option) any later version.
13 # AD-Bench is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with AD-Bench. If not, see <http://www.gnu.org/licenses/>.
21 source $(dirname $0)/utils.sh
23 INPUT="administrator@AD.EXAMPLE.COM%secret"
24 echo "Principal for $INPUT is " $(get_principal $INPUT)
25 echo "Password for $INPUT is " $(get_password $INPUT)
26 echo "Realm for $INPUT is " $(get_realm $INPUT)
27 echo "NT_DOM for $INPUT is " $(get_nt_dom $INPUT)
29 echo "Padding 2: " $(pad_number 1 2) " 4: " $(pad_number 23 4)