Quanah Gibson-Mount
f6ad222e41
Happy New Year!
2020-01-09 16:50:21 +00:00
Quanah Gibson-Mount
b45a6a7dc7
Happy New Year!
2019-01-14 18:46:16 +00:00
Quanah Gibson-Mount
59e9ff6243
Happy New Year
2018-03-22 15:35:24 +00:00
Quanah Gibson-Mount
1df85d3427
Happy New Year!
2017-01-03 12:36:47 -08:00
Quanah Gibson-Mount
6c4d6c880b
Happy New Year!
2016-01-29 13:32:05 -06:00
Quanah Gibson-Mount
1705fa7e55
Happy New Year
2015-02-11 15:36:57 -06:00
Kurt Zeilenga
5c878c1bf2
Happy new year (belated)
2014-01-25 05:21:25 -08:00
Kurt Zeilenga
0fd1bf30b8
Happy New Year
2013-01-02 10:22:57 -08:00
Kurt Zeilenga
2bbf9804b9
Happy New Year!
2012-01-01 07:10:53 -08:00
Hallvard Furuseth
893aa3eddb
tests/data/: #bdb,hdb# -> #maindb/indexdb#.
...
Done for keywords index,limits. (Also do 'mode' if there were any cases.)
Change generated by: perl -i -pw0777e '
INIT { $q=qr/\#(?:[bh]|index|main)db\#/im; $k=qr/(?:index|limits|mode)\b/ }
0 while s/^$q($k.*\n)((?:$q.*\n)*?)\n?$q\1/\#maindb\#$1$2/imo;
s/^\#maindb\#index/\#indexdb\#index/igm;
' tests/data/*.* tests/data/regressions/*/*.*
2011-09-01 13:53:03 +02:00
Kurt Zeilenga
966cef8c9a
Happy New Year
2011-01-05 00:42:37 +00:00
Kurt Zeilenga
3dadeb3efe
happy belated New Year
2010-04-13 22:17:29 +00:00
Hallvard Furuseth
e0124c5e15
ITS#5810 support back-null
2009-11-29 18:38:04 +00:00
Kurt Zeilenga
4af9eb9715
Update copyright notices
2009-01-22 00:40:04 +00:00
Quanah Gibson-Mount
09438f3d30
Set add_content_acl to on
2008-11-10 22:58:23 +00:00
Emmanuel Dreyfus
7f085e8b8b
The fix to ITS#4556 broke this test: modifying objectClass was forbidden
...
for anyone, and since LDAP additions now check for attribute write access,
the addition now fails.
Allowing objectClass write access for the user that performs the LDAP
addtition fixes the problem.
Approved by ando@
2008-10-04 10:12:11 +00:00
Howard Chu
f6edefa25d
Add back-ndb
2008-08-26 21:48:17 +00:00
Hallvard Furuseth
8d83461ac5
Fix CVS tags
2008-02-11 22:47:32 +00:00
Kurt Zeilenga
c890c96d13
Happy New Year (belated)
2008-01-08 00:19:56 +00:00
Gavin Henry
73852484e2
Removing left over lines.
2007-06-14 23:24:48 +00:00
Gavin Henry
aa411f1bd1
Removed all references to ldbm from test data and man pages. Only slapd-ldbm.5 left.
2007-06-14 22:29:29 +00:00
Kurt Zeilenga
da6d9eb046
happy new year
2007-01-02 20:00:42 +00:00
Pierangelo Masarati
f6e4f20254
test for ITS#4587; another bit of fix for that
2006-06-13 08:53:34 +00:00
Kurt Zeilenga
acbb5cf689
Happy new year!
2006-01-03 23:11:52 +00:00
Pierangelo Masarati
73acecaf0f
cleanup
2005-12-13 15:53:10 +00:00
Pierangelo Masarati
56258f75db
more on ITS#4253
2005-12-10 10:23:01 +00:00
Pierangelo Masarati
33cccee62a
test attrval.{exact,regex} (related to ITS#4253)
2005-12-09 12:18:29 +00:00
Pierangelo Masarati
96e2da71a0
parametrize all directories
2005-09-28 23:38:15 +00:00
Pierangelo Masarati
f5beb2e0d3
add indices for all backends that support them; clenup
2005-08-07 10:01:53 +00:00
Pierangelo Masarati
cc6b90b452
disallow this test for backends that do not honor ACLs
2005-08-07 00:27:48 +00:00
Pierangelo Masarati
4abbf9c610
implement add/delete granularity in write access (ITS#3631)
2005-04-08 00:18:24 +00:00
Pierangelo Masarati
cbb883e5e5
honor 'disclose' ACL on searchBase/compare/referral/matched (ITS#3472 and comments on -devel)
2005-01-11 20:15:13 +00:00
Kurt Zeilenga
dc0eacd40b
Happy New Year!
2005-01-01 20:49:32 +00:00
Pierangelo Masarati
fa880d42e4
monitor database added to all tests, to detect further incompatibilities
2004-07-26 20:26:52 +00:00
Howard Chu
180880eee2
Remove ucdata-path directive, ucdata is now hardcoded
2004-05-31 05:34:37 +00:00
Pierangelo Masarati
2e03241c32
more fixes to test006; added sets test
2004-05-13 00:18:21 +00:00
Pierangelo Masarati
f0d15d3aa0
more cleanup
2004-05-07 15:38:42 +00:00
Pierangelo Masarati
e53977cef7
fix test006
2004-05-07 15:28:39 +00:00
Kurt Zeilenga
917fd9bfc0
Refine userPassword acl
2004-04-28 01:58:46 +00:00
Pierangelo Masarati
63b1e663e2
cleanup; improvements to whoami test014
2004-04-25 23:58:22 +00:00
Kurt Zeilenga
53a45a04fe
Removing University of Michigan from installation test suite (ITS#3107)
...
from Paul Turgyan of University of Michigan.
2004-04-21 22:14:01 +00:00
Kurt Zeilenga
3c598e89fb
Happy new year
2004-01-01 19:15:16 +00:00
Howard Chu
37964b63e3
ITS#2740, #2859 fixes for dynamic backends
2003-12-04 11:15:07 +00:00
Kurt Zeilenga
6680465d02
notices
2003-11-28 20:00:23 +00:00
Kurt Zeilenga
e0df7582b8
Rework test scripts to use single 'testrun' directory.
...
Split glue test in two.
Remove (slurpd) subtree replication test.
Reorder syncrepl/proxy tests
2003-10-22 05:14:08 +00:00
Kurt Zeilenga
f582fd1ba8
Add dn.subtree="" clause
2003-09-15 21:50:13 +00:00
Kurt Zeilenga
be22981d78
Add nameAndOptionalUID pretty routine... improves uniqueMember handling
...
Should resolve ITS#2664.
2003-08-22 21:03:03 +00:00
Kurt Zeilenga
b54780f940
Add initial support for modify/increment. No over/under flow detection.
...
Currently discovered via a "feature", but should use a control.
Start of a control made, but needs to be better integrated (with
auto use in ldapmodify(1)).
2003-08-07 16:42:40 +00:00
Kurt Zeilenga
0954351565
Change ACL default style to exact (from regex)
2003-05-30 05:24:39 +00:00
Howard Chu
2ce5398ec4
ITS#2401 support tests for dynamically loaded backends
2003-04-30 03:04:18 +00:00