Commit Graph

1066 Commits

Author SHA1 Message Date
Howard Chu
4be35d010a Add BindDN, separate LDAP session for searches, sample interval option 2007-12-22 04:41:28 +00:00
Pierangelo Masarati
84e87f3912 test047 needs slapo-rwm (ITS#5292) 2007-12-20 10:58:29 +00:00
Pierangelo Masarati
20f2548c82 fix declarations of buffers for numeric strings; other related cleanup 2007-12-15 15:23:23 +00:00
Howard Chu
ebc16e5e66 Add tests for ITS#5283 2007-12-15 01:03:36 +00:00
Quanah Gibson-Mount
1c73847a2c Replace hard coded directory references with TESTDIR variable 2007-12-14 20:03:09 +00:00
Pierangelo Masarati
0792415c92 sort test output 2007-12-11 17:05:31 +00:00
Pierangelo Masarati
f9ec3a5792 sort test output 2007-12-11 16:36:28 +00:00
Howard Chu
18a1a13ad7 awk portability fix 2007-11-29 13:45:55 +00:00
Howard Chu
62b0b10edf Trim debug flag 2007-11-28 16:40:04 +00:00
Gavin Henry
465b19af47 test050 extended to run with 3 slapd instances. Please test. 2007-11-19 18:20:31 +00:00
Howard Chu
f3c82a78a0 ITS#5193 don't use "cd; pwd" to get the absolute path of schema dir 2007-10-19 04:17:28 +00:00
Howard Chu
2edc5dc11a Streamlined WeightedAuthRate load generator ala SLAMD 2007-10-11 11:06:29 +00:00
Howard Chu
bf33d106fa Must terminate bind tester args list 2007-10-03 07:02:28 +00:00
Pierangelo Masarati
cdc69f8685 use same configuration for back-ldap/meta tests 2007-09-29 11:59:04 +00:00
Pierangelo Masarati
fedcbe9a41 better fix for ITS#5154 2007-09-29 11:45:37 +00:00
Ralf Haferkamp
ebd5d088cf Adjustments to make testcase working again after ITS#5113 fixes. 2007-09-26 23:28:38 +00:00
Pierangelo Masarati
7ea665ae74 fix bind tester arglist 2007-09-26 23:08:38 +00:00
Luca Scamoni
6a729e44a8 use BACKEND variable instead of hardcoding bdb 2007-09-17 12:22:43 +00:00
Pierangelo Masarati
347776960c test dgAuthz 2007-09-15 10:18:40 +00:00
Pierangelo Masarati
aa081c4b71 make changing the basedn easier 2007-09-15 10:17:55 +00:00
Pierangelo Masarati
77d3fe1106 fix path 2007-09-15 00:04:22 +00:00
Gavin Henry
efefc82b18 Small typo. 2007-09-14 15:33:53 +00:00
Pierangelo Masarati
9f3f281df0 fix test when slapo-memberof(5) built as module (ITS#5132) 2007-09-13 17:58:10 +00:00
Pierangelo Masarati
03ac28c541 slapo-memberof test 2007-09-12 21:13:49 +00:00
Pierangelo Masarati
1157b6dc6a handle sizelimit in caching (in partial fulfilment of ITS#5114) 2007-09-12 21:09:04 +00:00
Pierangelo Masarati
5c932d9a6c move test schema to "published OID arc" (under 1.3.6.1.4.1.4203.1.12.1) 2007-09-05 08:41:59 +00:00
Howard Chu
54517b9fb2 ITS#5117 use absolute FILE URLs 'cause BSD libfetch is braindead 2007-09-02 01:59:04 +00:00
Pierangelo Masarati
f05c7c06bf don't mention ldbm any more 2007-09-01 17:33:07 +00:00
Quanah Gibson-Mount
23719fc73e Remove reference to slurpd. 2007-08-31 23:09:20 +00:00
Pierangelo Masarati
58a0bcc7a9 fix OID 2007-08-29 22:23:02 +00:00
Howard Chu
47be79d4f3 Use dynamic config, test dgIdentity 2007-08-25 00:14:56 +00:00
Pierangelo Masarati
9066d14290 add support for tree delete along with minor fixes (portions ITS#3497) 2007-08-21 14:52:43 +00:00
Pierangelo Masarati
1a86e38815 don't leak URL 2007-08-20 22:24:48 +00:00
Pierangelo Masarati
2c13f86cec support subtree rename (ITS#5097) 2007-08-20 19:06:18 +00:00
Pierangelo Masarati
b155fc666c show scope and attrs; check if anything at all is configured 2007-08-20 18:03:44 +00:00
Pierangelo Masarati
43d069adac fix error message 2007-08-17 12:39:17 +00:00
Pierangelo Masarati
6f2d043907 handle exceptions; spotted by coverity 2007-08-16 11:34:55 +00:00
Pierangelo Masarati
df7f9db8ac use URI to configure client; enable attrlist in slapd-search 2007-08-13 16:20:24 +00:00
Pierangelo Masarati
147f1c157f use RFC4523 objectClasses 2007-08-11 09:32:24 +00:00
Pierangelo Masarati
61787df79b add back-config support to back-relay 2007-08-06 23:22:19 +00:00
Howard Chu
b7b32d7448 ITS#5036 fix prev commit 2007-07-05 12:40:03 +00:00
Howard Chu
7ada84dd09 ITS#5036 fix back-monitor dependency 2007-07-03 16:45:04 +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
Pierangelo Masarati
1c4ec9ab1b allow internal access to monitor database (as per ITS#4965) 2007-06-09 14:13:04 +00:00
Hallvard Furuseth
101b6b9363 Fix --without-tls (ITS#4975). Enable certificate matching. 2007-05-20 22:48:21 +00:00
Hallvard Furuseth
9fd99cd566 Only use terminal escapes (in $TB/$TN) when printing to a terminal.
Remove a bogus 'waiting' message; the script does not sleep there.
2007-05-19 21:26:54 +00:00
Pierangelo Masarati
b0b098258f test fix to ITS#4964 2007-05-19 14:17:34 +00:00
Hallvard Furuseth
2d5316b4c1 Only use terminal escapes (in $TB/$TN) when printing to a terminal. 2007-05-18 18:42:59 +00:00
Hallvard Furuseth
ca01abae04 clean-local: Delete configpw configpw.conf 2007-05-18 15:32:50 +00:00