URL: https://github.com/freeipa/freeipa/pull/6119 Author: flo-renaud Title: #6119: ipatests: fix TestOTPToken::test_check_otpd_after_idle_timeout Action: opened
PR body: """ The test sets 389-ds nsslapd-idletimeout to 60s, then does a kinit with an otp token (which makes ipa-otpd create a LDAP connection), then sleeps for 60s. The expectation is that ns-slapd will detect that the LDAP conn from ipa-otpd is idle and close the connection. According to 389ds doc, the idle timeout is enforced when the connection table is walked. By doing a ldapsearch, the test "wakes up" ns-slapd and forces the detection of ipa-otpd idle connection.
Fixes: https://pagure.io/freeipa/issue/9044 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6119/head:pr6119 git checkout pr6119
URL: https://github.com/freeipa/freeipa/pull/6119 Author: flo-renaud Title: #6119: ipatests: fix TestOTPToken::test_check_otpd_after_idle_timeout Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/6119/head:pr6119 git checkout pr6119
freeipa-devel@lists.fedorahosted.org