aboutsummaryrefslogtreecommitdiff
path: root/t/103direct.t
blob: 81e0a5d43c0c5756029fca83f7a158a9cf80c157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- perl -*-
use lib qw(t lib);
use strict;
use Test;
use TestLDAP;

plan(tests => 3);

my $cf = new TestLDAP;

ok($cf->base,q{dc=example,dc=com});
ok($cf->TLS_REQCERT,q{allow});
ok(!$cf->sizelimit);

__DATA__
BASE   dc=example,dc=com
URI    ldap://ldap.example.com ldap://ldap-master.example.com:666
TLS_REQCERT allow
DEREF          never
    

Return to:

Send suggestions and report system problems to the System administrator.