Fredrik Roubert
8a521c17aa
ITS#9232 - Implement caseIgnoreListSubstringsMatch.
2020-08-21 21:45:19 +00:00
Quanah Gibson-Mount
092d0a893f
ITS#9121 - Use memberOf instead of dgMemberOf
2020-08-20 00:05:26 +00:00
Howard Chu
2721246545
ITS#9309 fix exit status on prev commit
2020-08-10 23:18:48 +01:00
Howard Chu
827a5577f2
ITS#9309 test rejection of redundant ppolicy config
2020-08-10 23:08:37 +01:00
Howard Chu
42644cbc34
ITS#7344 fix test064-constraint
...
Remove bash-isms
2020-08-07 02:31:18 +01:00
Howard Chu
d4c7126e67
ITS#9279 test Netscape password expiration controls
...
and do some LDIF cleanup
2020-08-04 22:04:14 +00:00
Quanah Gibson-Mount
63d6f680ba
ITS#8753 - Fix reference to ldaps to be StartTLS to accurately reflect what the test is doing
2020-07-30 23:26:22 +00:00
Ondřej Kuzník
ee79cb3874
ITS#6467 Add test script
2020-07-22 22:25:10 +01:00
Quanah Gibson-Mount
3716245fec
Issue#8511 - Update documentation and configs to correctly use multiprovider
2020-07-22 19:32:49 +00:00
Howard Chu
2c0499ae4e
ITS#9121 support nested groups
2020-07-22 15:11:24 +00:00
Howard Chu
9210ed1618
ITS#9121 add dynamic memberOf support for static groups
2020-07-22 15:11:24 +00:00
Quanah Gibson-Mount
21eef84a49
ITS#9275 -- Update wording to remove slave and master terms, consolidate on provider/consumer
2020-07-18 16:27:04 +00:00
Ondřej Kuzník
bdc9dbc511
ITS#8701 Implement account usability in ppolicy
2020-07-07 16:43:37 +01:00
Ondřej Kuzník
5bf16496e4
ITS#7084, ITS#7089, ITS#7788 Update test to account for new functionality
2020-07-03 20:42:14 +00:00
Quanah Gibson-Mount
58c978825c
Issue#9020 - Use consistent namespaces for overlays
2020-06-22 20:44:12 +00:00
Quanah Gibson-Mount
c91bbe6eea
ITS#8614 - slapd must be built threaded
2020-05-14 16:30:17 +00:00
Ryan Tandy
78cfaa3c9f
Fix minor issues in test077 script
2020-04-28 11:27:49 -07:00
Ryan Tandy
7dfbcfa151
Fix typos
2020-04-28 11:24:48 -07:00
Ryan Tandy
59bdc8158f
Convert test077 to LDIF config
2020-04-28 11:24:48 -07:00
Ryan Tandy
e006994d83
Fix slaptest in test077
...
The libtool wrapper scripts lose argv[0] when exec'ing the real binary.
In the CI Docker container, where the build runs as root, this was
actually starting a real slapd on the default port.
Outside Docker, running as a non-root user, this slapd would just fail
to start, and wouldn't convert the config either.
Using "slapd -Tt" fixes the issue but also prints a warning from
slaptest since the database hasn't been initialized yet.
Dynamic config isn't actually used in this test script, so let's just
run slapd off the config file directly.
2020-04-28 11:21:17 -07:00
Ryan Tandy
0578202a26
Skip MIT setup if krb5kdc not installed
2020-04-27 21:41:29 +00:00
Ryan Tandy
10cc52ca4c
ITS#7573 Create regression test
2020-04-27 16:21:12 +00:00
Ryan Tandy
df46c07a92
ITS#6035 Skip test076 if chosen SASL mech not supported
2020-04-26 01:46:43 +00:00
Ryan Tandy
34918d4e35
Fix export syntax compatibility with older sh
2020-04-25 17:02:07 -07:00
Isaac Boukris
7b0017ad49
ITS#9189 add channel-bindings tests
2020-04-23 21:00:39 +02:00
Quanah Gibson-Mount
bc9a92866a
ITS#6740 - Always enable rewrite
2020-04-22 14:49:10 +00:00
Isaac Boukris
8e3e85e329
auth: add SASL/GSSAPI tests
2020-04-19 11:10:50 +03:00
Howard Chu
94ef2c9b43
ITS#9209 quote test argument
2020-04-18 01:30:08 +01:00
Howard Chu
c5acb1d377
ITS#9209 fix test
2020-04-17 21:00:07 +01:00
Ryan Tandy
7ce474050e
ITS#6035 Fix test076 to specify SASL mech
2020-04-16 09:51:28 -07:00
Ondřej Kuzník
6d6a330057
ITS#8245 Use Relax control to avoid uniqueness checks
...
Still needs to retrieve the entry for ACL resolution until we can
restrict controls with ACLs.
2020-04-06 20:44:09 +00:00
Ondřej Kuzník
6d9e9e6cb0
ITS#6207 Print out test timings
2020-04-03 09:47:46 +01:00
Ondřej Kuzník
720057f4f3
ITS#8753 Fix pinning test script with no openssl
2020-04-03 09:47:46 +01:00
Ryan Tandy
2b01b8dd56
ITS#6035 Create test script
2020-04-02 09:10:51 -07:00
Ondřej Kuzník
373e497b0e
ITS#9156 Add some ppolicy v10 tests
2020-01-23 23:47:09 +00:00
Quanah Gibson-Mount
f6ad222e41
Happy New Year!
2020-01-09 16:50:21 +00:00
Ondřej Kuzník
2a301c3040
ITS#9124 Cancel exop test, piggybacking on syncrepl tests
2020-01-03 11:49:17 +00:00
Howard Chu
2ad87f4235
ITS#9121 extend test cases
...
Test for filtered dynamic attrs, memberOf, filtered memberOf
2019-12-18 20:31:21 +00:00
Howard Chu
90b0abd894
ITS#9121 dynlist enhancements
...
1) allow filtering on dynamic attribute values
2) populate an optionally configured memberOf attribute
test044 script still needs to be extended to test these
enhancements. We need to define an interim attributeType
for testing memberOf functionality.
2019-12-16 18:31:12 +00:00
Ondřej Kuzník
15137bf76f
ITS#9038 Another test028 typo
2019-07-08 23:29:04 +00:00
Ondřej Kuzník
12f0242589
ITS#9038 Fix typo in test script
2019-06-24 16:37:23 +02:00
Ondřej Kuzník
75e0eba1f7
ITS#9000 memberof: noop a noop rename
2019-06-20 16:55:13 +02:00
Ondřej Kuzník
eb5a58487b
ITS#9038 Update test028 to test this is enforced
2019-06-19 18:47:32 +02:00
Quanah Gibson-Mount
70b57c5667
ITS#8734 - Fix testsuite for asyncmeta
...
Some portions of the test suite did not correctly handle asyncmeta, fix
those issues. Tests execute and pass after this change
2019-05-13 23:08:33 +00:00
Quanah Gibson-Mount
262a074303
ITS#9010 - Fix test suite
...
Some additional fixes for the testsuite now that back-bdb/hdb are no
longer present.
2019-05-13 19:41:36 +00:00
Quanah Gibson-Mount
ec2cb12e68
ITS#9010 - Delete back-bdb/back-hdb
...
This commits deletes all references and code for back-bdb and back-hdb.
There is some follow up work still necessary to flush out the admin
guide for back-mdb.
2019-05-13 17:20:28 +00:00
Howard Chu
47102fcced
Add persist support
2019-03-20 08:47:48 -07:00
Nadezhda Ivanova
bb7e14d201
ITS#8734 Fixes for many back-asyncmeta issues
...
Includes all the changes necessary to fix back-asyncmeta issues
discovered during on-site testing since the start of 2016.
These include:
Issues with stability - crashes and assetion failures
Incorrect behavior during unstable network conditions, such as inability to reset connections
or process responses, or "hanging" to wait for a response that would never be received.
Memory leaks and memory management fixes - major redesign of the way back-asyncmeta
works with memory contexts.
Rewrite was replaced with suffix-massage in configuration, and the network-timeout value was changed to milliseconds.
Incorrect behavior when SASL is used to bind to a target.
Many problems caused by race conditions
Fixes for compiler warnings, and tests.
Cleanup of unused code.
2019-02-28 16:22:11 +00:00
Ondřej Kuzník
64141fda51
ITS#8753 Add pinning tests
2019-02-25 14:28:27 +00:00
Howard Chu
e8c62bf8b4
ITS#8966 add changelog support to syncrepl consumer
...
Tested against DSEE7. The DSEE binaries must be in your path to run the test script.
2019-01-29 18:51:43 -08:00
Quanah Gibson-Mount
b45a6a7dc7
Happy New Year!
2019-01-14 18:46:16 +00:00
Ondřej Kuzník
8dea22af7e
Test updating memberof config works
2019-01-11 15:15:36 +00:00
Howard Chu
ab33121a7b
More for test071
2018-12-22 10:41:45 -08:00
Howard Chu
a1bf7f3ddc
MSAD add basic test
...
Requires additional envvars to be set before running.
2018-12-22 09:09:56 -08:00
Ondřej Kuzník
64cef0f985
Let autoca tests pass on Debian (using IP, not 'localhost')
2018-10-18 10:41:43 +01:00
Howard Chu
1e30640037
ITS#8923 fix dyngroup NO_SUCH_OBJECT error handling
2018-10-03 21:58:32 +01:00
Quanah Gibson-Mount
e56964c734
Update test044 to catch ITS#8923
2018-10-03 20:28:54 +00:00
Ondřej Kuzník
465b1c5972
ITS#8573 Add missing URI variables for tests
2018-06-22 14:46:47 +01:00
Quanah Gibson-Mount
eb087e0861
ITS#8573 TLS option test suite
2018-06-14 16:19:10 +01:00
Quanah Gibson-Mount
59e9ff6243
Happy New Year
2018-03-22 15:35:24 +00:00
Josh Soref
10566c8be3
ITS#8605 - spelling fixes
...
* javascript
* kernel
* ldap
* length
* macros
* maintained
* manager
* matching
* maximum
* mechanism
* memory
* method
* mimic
* minimum
* modifiable
* modifiers
* modifying
* multiple
* necessary
* normalized
* objectclass
* occurrence
* occurring
* offered
* operation
* original
* overridden
* parameter
* permanent
* preemptively
* printable
* protocol
* provider
* really
* redistribution
* referenced
* refresh
* regardless
* registered
* request
* reserved
* resource
* response
* sanity
* separated
* setconcurrency
* should
* specially
* specifies
* structure
* structures
* subordinates
* substitution
* succeed
* successful
* successfully
* sudoers
* sufficient
* superiors
* supported
* synchronization
* terminated
* they're
* through
* traffic
* transparent
* unsigned
* unsupported
* version
* absence
* achieves
* adamson
* additional
* address
* against
* appropriate
* architecture
* associated
* async
* attribute
* authentication
* authorized
* auxiliary
* available
* begin
* beginning
* buffered
* canonical
* certificate
* charray
* check
* class
* compatibility
* compilation
* component
* configurable
* configuration
* configure
* conjunction
* constraints
* constructor
* contained
* containing
* continued
* control
* convenience
* correspond
* credentials
* cyrillic
* database
* definitions
* deloldrdn
* dereferencing
* destroy
* distinguish
* documentation
* emmanuel
* enabled
* entry
* enumerated
* everything
* exhaustive
* existence
* existing
* explicitly
* extract
* fallthru
* fashion
* february
* finally
* function
* generically
* groupname
* happened
* implementation
* including
* initialization
* initializes
* insensitive
* instantiated
* instantiation
* integral
* internal
* iterate
2017-10-11 14:39:38 -07:00
Ondřej Kuzník
5e531214b5
ITS#8291 Enable slapmodify logging in tests
2017-10-11 14:32:04 -07:00
Ondřej Kuzník
08492987a0
ITS#7100 Update entryTtl behaviour to match RFC 2589
2017-10-06 10:43:48 -07:00
Ondřej Kuzník
61cfb80f8d
ITS#7100 Test for entryTtl reflecting time to live
2017-10-06 10:40:20 -07:00
Quanah Gibson-Mount
b6df3cef07
Fix missing index on reqResult
2017-06-23 09:44:46 -07:00
Ryan Tandy
9e657b7676
ITS#8644 fix previous commit: initialize KILLPIDS
2017-04-25 01:53:56 +00:00
Ryan Tandy
b622163ecf
ITS#8644 wait for slapd to start in test064
2017-04-25 01:37:18 +00:00
Howard Chu
44a3653d90
Cleanup test066 comments
2017-04-09 21:37:55 +01:00
Howard Chu
9bafb16e1b
Add autoca test script
2017-04-09 20:33:50 +01:00
Ondřej Kuzník
ec5af7b5e7
ITS#6545 Update accesslog format and syncrepl consumer
...
Make two successive modifications of the same attribute separate. This
lets the consumer interpret the log entry the same way as the server
that produced it.
Still depends on the log entry attributes being read in the same order
as they were written.
2017-04-07 14:39:07 -07:00
Ondřej Kuzník
46c85a32ae
ITS#8266 Allow empty mods
2017-03-30 15:27:45 -07:00
Quanah Gibson-Mount
2c84446240
ITS#8587 - Fix typos
2017-03-29 10:44:55 -07:00
Quanah Gibson-Mount
ef60799568
ITS8589 - This modifies the test so that it will not trigger the issue described in the ITS.
2017-02-21 16:02:17 -08:00
Quanah Gibson-Mount
0cdb8eac65
Ensure BCMD is always defined
2017-01-24 09:14:11 -08:00
Emmanuel Lecharny
5ce8ef8ad7
ITS#8571 Added testsuite to cover the proxyauthz configuration for proxycache and back-ldap
2017-01-18 09:47:22 -08:00
Quanah Gibson-Mount
1df85d3427
Happy New Year!
2017-01-03 12:36:47 -08:00
Quanah Gibson-Mount
8788c52ccf
ITS#8521 - Add testcase for this regression
2016-12-01 12:26:08 -08:00
Quanah Gibson-Mount
3fe9678baa
ITS#8414 - Remove use of "time", as it is non portable
2016-04-29 18:30:30 -07:00
Quanah Gibson-Mount
6c4d6c880b
Happy New Year!
2016-01-29 13:32:05 -06:00
Quanah Gibson-Mount
caabc7299b
ITS#8297 sleep before checking contextCSN values
2015-11-10 15:58:20 -06:00
Hallvard Furuseth
cfdccc079c
ITS#8292 Fix ldif-filter, drop workaround for bug
2015-10-27 12:29:22 +01:00
Howard Chu
e6e9bed5c8
ITS#8216 fix ldif-filter invocation
2015-10-27 02:54:30 +00:00
Ondřej Kuzník
d94a07271d
ITS#8215 Make slapmodify test failures fatal
2015-10-25 09:05:02 +00:00
Ondřej Kuzník
d74b45cfda
ITS#8057 test cases
2015-04-08 23:26:37 +01:00
Quanah Gibson-Mount
1705fa7e55
Happy New Year
2015-02-11 15:36:57 -06:00
Howard Chu
b5da411e1e
ITS#8046 add vrFilter test
2015-02-08 11:24:57 +00:00
Ondřej Kuzník
349c401698
ITS#7781 Add test
2014-12-18 19:34:42 +00:00
Ondrej Kuznik
90d7574066
ITS#7256 Temporarily disable slapmodify checks
2014-07-08 17:25:58 -07:00
Ondrej Kuznik
1c2b5e3c0c
ITS#7256 Introduce slapmodify test
2014-07-08 17:25:50 -07:00
Kurt Zeilenga
5c878c1bf2
Happy new year (belated)
2014-01-25 05:21:25 -08:00
Hallvard Furuseth
d235778c71
ITS#7473 Sort some test041-aci LDIF output if MDB
2013-01-28 14:25:02 +01:00
Kurt Zeilenga
0fd1bf30b8
Happy New Year
2013-01-02 10:22:57 -08:00
Jan Synacek
2f232b5281
ITS#7423 Update slapo-constraint tests
2012-10-30 16:09:40 -07:00
Hallvard Furuseth
0e05417b58
Fix test060-mt-hot debug level
2012-10-15 17:07:02 +02:00
Jan Synacek
96b994e6dd
ITS#7366 Update slapo-constraint tests
2012-09-28 10:21:26 -07:00
Howard Chu
30bb0b0b2a
ITS#7340 more test script cleanup
2012-08-20 14:02:44 -07:00
Howard Chu
191ff344e9
ITS#7344 cleanup, integration
2012-08-02 07:29:55 -07:00
Jan Synacek
d41497d596
ITS#7344 Add initial testsuite for slapo-constraint
2012-08-02 07:01:31 -07:00
Howard Chu
5ff873d575
ITS#7317 use SLEEP0 instead of 1 second sleep
2012-07-03 16:24:19 -07:00
Howard Chu
03737b5bfa
ITS#7228 check for unexpected result from ldapsearch
2012-04-06 03:37:54 -07:00