aboutsummaryrefslogtreecommitdiff
path: root/t/104badkey.t
blob: 8439055c77f652a3e96b8dddeb2bd265336ac3bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- perl -*-
use lib qw(t lib);
use strict;
use Test;
use TestLDAP;

plan(tests => 1);

my $cf = new TestLDAP(expect => [
    q(keyword "tls_cert" is unknown)
]);
ok(!$cf->status);

__DATA__
BASE   dc=example,dc=com
tls_cert crt
URI    ldap://ldap.example.com

Return to:

Send suggestions and report system problems to the System administrator.