c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #08387
[Bug 582857] Re: users_ldap: Active Directory compatibility
Hello John,
The "users_ldap" module is of extra-addons. Our R&D Teams are focused
on the latest OpenERP version, and this issue does not affect it. We
stand of course ready to backport the change to stable releases if it
has an impact on any customer. In this case please report it to our
maintenance team via the OpenERP Publisher's Warranty. They will quickly
help to solve the issue and backport the fix if needed.
Thanks.
** Changed in: openobject-addons
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/582857
Title:
users_ldap: Active Directory compatibility
Status in OpenObject Addons Modules:
Won't Fix
Bug description:
Needed to make a couple of changes to make users_ldap from stable 5.0.10 work with AD on Windows Server 2008:
- Turn off referral chasing with: ldap.set_option(ldap.OPT_REFERRALS, 0)
- Remove len() check on result_data. I'm not sure why this was set to 1 or if changing it breaks anything, but the return length using WS 2008/python-ldap 2.3.8 was 4.
Patch attached. Likely could be made a little more robust... possibly validate server version, etc.