File tree Expand file tree Collapse file tree 3 files changed +214
-156
lines changed Expand file tree Collapse file tree 3 files changed +214
-156
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,19 @@ Released 2.4.38 2017-05-xx
3
3
4
4
Changes since 2.4.37:
5
5
6
- Lib/
7
- * slapdtest now evaluates env var SLAPD for optionally pointing
8
- to OpenLDAP's slapd executable
6
+ Lib/slapdtest.py
7
+ * SlapdObject now evaluates env var SLAPD for optionally pointing
8
+ to OpenLDAP's slapd executable (e.g. with OpenLDAP LTB builds)
9
9
* added LDAPI support in slaptest.SlapdObject which is internally used
10
10
in methods ldapadd() and ldapwhoami()
11
+ * fixed enabling logger in slaptest
12
+ * directory name now contains port to be able to run several SlapdObject
13
+ instances side-by-side (e.g. with replication)
14
+ * added authz-regexp mapping to rootdn for user running the test
15
+ * internally use SASL/EXTERNAL via LDAPI to bind
11
16
12
17
Tests/
18
+ * ReconnectLDAPObject is also tested by sub-classing test class
13
19
14
20
----------------------------------------------------------------
15
21
Released 2.4.37 2017-04-27
@@ -1422,4 +1428,4 @@ Released 2.0.0pre02 2002-02-01
1422
1428
----------------------------------------------------------------
1423
1429
Released 1.10alpha3 2000-09-19
1424
1430
1425
- $Id: CHANGES,v 1.438 2017/04/27 12:24:50 stroeder Exp $
1431
+ $Id: CHANGES,v 1.439 2017/04/27 16:06:52 stroeder Exp $
You can’t perform that action at this time.
0 commit comments