Commit Graph

1601 Commits

Author SHA1 Message Date
Ondřej Kuzník
99f672b564 ITS#10272 Request all attributes from remote
Fixes a regression introduced in fc1bcaf9ded9410cd825112be8db994163c06b04
leaving us unable to check the full filter after we recreate the entry.
2024-11-13 17:11:10 +00:00
Michael Nolta
12eeb27d5b ITS#10248 Regression test script 2024-10-04 22:03:44 +00:00
Ondřej Kuzník
99327d316e ITS#10249 slapo-nestgroup: plug leak in nestgroup_memberFilter 2024-10-04 22:02:24 +00:00
Ondřej Kuzník
d0a392b210 ITS#10084 Switch MECH default away from DIGEST-MD5 2024-05-07 16:43:54 +00:00
Quanah Gibson-Mount
91b27126a3 ITS#10161 - Add missing testsuite bits 2024-04-16 16:56:33 +00:00
Howard Chu
fbef77d42d ITS#10161 Add nestgroup overlay 2024-04-16 16:08:15 +00:00
Quanah Gibson-Mount
fa5cf1252f Happy New Year! 2024-03-26 19:45:35 +00:00
Howard Chu
e992b8972d ITS#10167 slapo-memberof: add addcheck option
Check memberships of newly added entries.
2024-02-15 17:56:16 +00:00
Stacey Marshall
8cb36ebc49 ITS#10130 Several callers of getpassphrase() ignore NULL returns 2024-01-16 20:36:57 +00:00
Ondřej Kuzník
88d0404d7b ITS#10142 Link tiers in on cn=config startup 2024-01-16 19:17:56 +00:00
Hiroyuki Homma
238c290717 ITS#10080 Fix typo in test script and add checks for ADD and MODRDN. 2024-01-11 18:02:11 +00:00
Hiroyuki Homma
8074a30beb ITS#10080 Fix refreshAndPersist synchronization problem with glue + rwm 2024-01-11 18:02:07 +00:00
Ondřej Kuzník
05134aa467 Check slapadd result before continuing with test 2023-05-25 15:56:57 +00:00
Howard Chu
44b2028746 ITS#10000 slapd-watcher: plug potential leak 2023-04-26 17:31:59 +00:00
Howard Chu
48ce1b2132 ITS#9999 slapd-search: plug potential leak 2023-04-26 17:31:24 +00:00
Howard Chu
c02f322b01 ITS#9998 slapd-mtread: plug potential leak 2023-04-26 17:30:45 +00:00
Quanah Gibson-Mount
cc5d35f8a1 ITS#9718 - Fix nonportable sed usage 2023-01-30 22:59:19 +00:00
Дилян Палаузов
bc89906253 typo unsuccesSful, presense/presence, accessSlog 2023-01-19 17:44:08 +00:00
Howard Chu
dcbc224230 ITS#9929 preserve e_name for memberOf values 2022-12-05 16:31:42 +00:00
Howard Chu
d7cd8d80fc ITS#9929: more performance tweaks
For simple (non-nested) member compares, avoid unnecessary fetches
of dyngroups that can't match the filter.
cache filter/entry instance info across multiple dyn entries to
avoid refetching each filter entry for each dyngruop test.
2022-12-05 16:31:35 +00:00
Howard Chu
ebb4e03cc6 ITS#9929 slapo-dynlist: more performance tweaks
Minimize cost of dynamic lists while still making them filterable:
require their attrs to be explicitly mapped if filtering is to be supported.

Also check config scope in compare op
2022-12-05 16:31:30 +00:00
Ondřej Kuzník
f9d76ccf02 ITS#9598 Do not track olcIncomingConnections in lloadd/test007
Some values we export in cn=monitor are not managed in a single place,
instead, a task exists that gathers a snapshot of the lloadd state and
stores it for monitor consumption. This exposes a race between the test
reading it out and lloadd updating this cached copy. While we still have
to rely on a shell, rather than being intelligent about whether or not
we should emit a readout into search.out or wait and try again (which is
what test004-monitor does), just filter this attribute out.
2022-11-01 17:03:51 +00:00
Howard Chu
233d40221b ITS#9926 test085 additional fix
Git doesn't recreate empty directories, make it explicitly
2022-10-13 15:45:14 +00:00
Howard Chu
99c0b2dd23 ITS#9931 test scripts: fix BSD vs GNU date syntax 2022-10-13 15:44:12 +00:00
Howard Chu
cff7eed25b ITS#9931 test082 fix sed portability 2022-10-13 15:44:04 +00:00
Howard Chu
03076cba89 ITS#9931 test scripts: fix BSD vs GNU date syntax 2022-10-13 15:43:58 +00:00
Howard Chu
2e93243811 ITS#9931 test079: fix ldapsearch invocations 2022-10-13 15:43:48 +00:00
Howard Chu
9ebe27edfe ITS#9926 drop symlinks from homedir testdata
Create them when running the test script instead.
2022-10-06 16:43:24 +00:00
Ondřej Kuzník
3acaf79869 ITS#9437 Create testdir before we need it 2022-09-12 20:44:26 +00:00
Ondřej Kuzník
7c9293158a ITS#9908 slapd-tester: plug LDAP* leak on bind retries 2022-09-12 20:43:53 +00:00
Howard Chu
4b80529df5 ITS#9898 tests: fix slapd-addel non-std syntax
Broken in f5bef58cae5e16d56c48b1efd55249fa7ce54cc6
2022-08-24 17:59:20 +00:00
Quanah Gibson-Mount
5fecce1b55 ITS#9863 - Regression test case for pwdLastSuccess
Define a regression test case for modifying pwdLastSuccess that also
uses SASL/EXTERNAL for the chain database
2022-07-07 15:49:04 +00:00
Nadezhda Ivanova
dc270bb969 ITS#9855 Change tests/run so it can be used by a contrib module 2022-07-06 22:44:57 +00:00
Ondřej Kuzník
856b7a339f ITS#9878 Workaround for streams that won't receive the fix 2022-07-06 15:27:02 +01:00
Quanah Gibson-Mount
8c970e333e ITS#9468 - Fix script logic
Fix missing addition of SERVERPID to KILLPIDS so that a slapd process
doesn't get left behind in some instances
2022-06-30 20:38:13 +00:00
Dimitar Stoychev
e56e70b414 ITS#9823 Update test043 to check deltasync recovery after accesslog has been purged 2022-06-23 18:42:54 +00:00
Ondřej Kuzník
926bf389d9 ITS#9817 Fix test087 set up 2022-06-23 18:42:19 +00:00
Howard Chu
2aac66527c ITS#9865 slapd-watcher: add -c contextDN option 2022-06-17 14:42:18 +01:00
HAMANO Tsukasa
047721ac76 ITS#9859 skip test020-proxycache for back-wt 2022-06-09 15:57:14 +00:00
Ondřej Kuzník
c0bc8b4535 ITS#9817 Introduce DN and filter manipulation tools 2022-06-07 15:59:06 +00:00
Howard Chu
0bd75abce5 ITS#9850 slapd-watcher: don't ignore sids when only 1 URL was specified 2022-06-03 20:29:55 +00:00
Yi Zhao
7d977f51e6 ITS#9840 - ldif-filter: fix parallel build failure
Add slapd-common.o as dependency for ldif-filter to fix the parallel
build failure:
  ld: cannot find slapd-common.o: No such file or directory

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
2022-05-12 15:43:35 +00:00
Howard Chu
2ae1104001 ITS#9825 dynlist: add test case 2022-04-27 15:42:07 +00:00
Ondřej Kuzník
76b62ce7f6 Log test timing information 2022-04-12 23:15:30 +00:00
Ondřej Kuzník
4829071dcf ITS#9818 Duplicate substring filters correctly 2022-04-12 16:55:42 +00:00
Howard Chu
c66e686c36 ITS#9779 add test for negated filtered memberof 2022-01-18 23:05:04 +00:00
Ondřej Kuzník
319d51660d ITS#9751 Add test for MOD_DELETE resolution 2022-01-12 22:40:25 +00:00
Ondřej Kuzník
17763ead55 ITS#9761 Fix olcSyncrepl position based insertion 2022-01-10 20:27:35 +00:00
Quanah Gibson-Mount
582722e926 Happy New Year! 2022-01-07 18:41:20 +00:00
Howard Chu
8ccb34309e ITS#9747 dynlist: fix Compare for static groups
Fallback to static check if static groups are configured and
dynamic group check returns false.
2021-11-15 18:58:32 +00:00