[Bug 1023025] Re: search fail with get_ctrls : controls require LDAPv3
James Page
james.page at ubuntu.com
Thu Jul 19 13:37:31 UTC 2012
Pierre
Thanks for the debdiffs.
I made one change to both which was to fill out the changelog entry in
more detail to explain what's being fixed and how.
Other than that looked good so uploaded.
** Description changed:
[IMPACT]
* Any client connecting in LDAPv3 and using v3 specific feature may fail
* This include libnss-ldap (so id user may not return all group). Thus you may login without all your groups and need to logout/login on more time.
* This issue is known and fixed on upsteam, ITS#7107 (commit 85c1c545f4e20882a2f748fcef5f732ea2d2ecf6).
[TESTCASE]
- To reproduce this issue, you will need to do enougth search some with
+ To reproduce this issue, you will need to do enough searches, some with
version 2, other with version 3 and some control.
Example:
* In terminal A, run: while true; do ldapsearch -h 127.0.0.1 -b o=company uid=dontcare -P 2 > /dev/null;sleep 0.1;done
- * Let the loop run for some time (it increase change of failure for next step).
- * In terminal B, run ldapsearch -h 127.0.0.1 -b o=company uid=dontcare -M. You should not have to run more than 20 times before an error occure.
+ * Let the loop run for some time (it increases change of failure for next step).
+ * In terminal B, run ldapsearch -h 127.0.0.1 -b o=company uid=dontcare -M.
+
+ You should not have to run more than 20 times before an error occurs.
+
+ [REGRESSION POTENTIAL]
+
+ Minimal, as this is a simple one-line change to initialize objects before re-use.
+ Fix has good heritage as Howard is the Chief TA of OpenLDAP.
** Summary changed:
- search fail with get_ctrls : controls require LDAPv3
+ [SRU] search fail with get_ctrls : controls require LDAPv3
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openldap in Ubuntu.
https://bugs.launchpad.net/bugs/1023025
Title:
[SRU] search fail with get_ctrls : controls require LDAPv3
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openldap/+bug/1023025/+subscriptions
More information about the Ubuntu-server-bugs
mailing list