mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 07:33:27 -06:00
ipatests: Test default value of nsslapd-sizelimit.
related : https://pagure.io/freeipa/issue/8962 Signed-off-by: Anuja More <amore@redhat.com> Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
b5fd288991
commit
56e4f33ce6
@ -1067,6 +1067,19 @@ class TestInstallMaster(IntegrationTest):
|
||||
)
|
||||
assert "nsslapd-db-locks" not in result.stdout_text
|
||||
|
||||
def test_nsslapd_sizelimit(self):
|
||||
""" Test for default value of nsslapd-sizelimit.
|
||||
|
||||
Related : https://pagure.io/freeipa/issue/8962
|
||||
"""
|
||||
result = tasks.ldapsearch_dm(
|
||||
self.master,
|
||||
"cn=config",
|
||||
["nsslapd-sizelimit"],
|
||||
scope="base"
|
||||
)
|
||||
assert "nsslapd-sizelimit: 100000" in result.stdout_text
|
||||
|
||||
def test_admin_root_alias_CVE_2020_10747(self):
|
||||
# Test for CVE-2020-10747 fix
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1810160
|
||||
|
Loading…
Reference in New Issue
Block a user