File: Changes

package info (click to toggle)
libtest-net-ldap-perl 0.07-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 2,017; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 769 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Revision history for Test-Net-LDAP

0.07    2015-03-25
        Bugfix: Handle (attrs => ['*']) correctly in search.
        TODO: Support operational attributes

0.06    2015-03-24
        Support arbitrary Net::LDAP subclasses.
        Bugfix for default scope in search (should be subtree).

0.05    2015-03-18
        Bugfix with case-insensitive DN
        Add mock_target to normalize scheme://host:port

0.04    2014-08-03
        Add mock_bind and mock_password
        https://github.com/mahiro/perl-Test-Net-LDAP/issues/1

0.03    2014-07-19
        Support array ref as the hostnames for Net::LDAP->new()
        https://rt.cpan.org/Ticket/Display.html?id=96932

0.02    2013-07-07
        Add support for root_dse

0.01    2013-01-06
        Initial version