if it tried to do a SIMPLE BIND on a big endian system an error
[13/Mar/2014:09:26:26 +0100] - => send_ldap_result 7::auth method not supported will occur.
The reason is do_bind use for variable method the type ber_tag_t which is long on openLDAP and in slapi_pblock_set it will casted as int.
In my opinion in most cases method is declared as int so should do_bind don't use ber_tag_t.
Furthermore on Mozilla LDAP ber_tag_t is implemented 'unsigned int' so the problem should not occure there.
this patch fix this problem 0018-correct-64bit-ptr-bind.c
git patch file (master) 0001-Ticket-47742-64bit-problem-on-big-endian-auth-method.patch
Reviewed by Mark (Thank you!!)
Pushed to master: ed0a504..e0219e8 master -> master commit e0219e8fede80d1ab63a7c706d756abd4e53e3a4
Pushed to 389-ds-base-1.3.3: 07cd61f..c81c032 389-ds-base-1.3.3 -> 389-ds-base-1.3.3 commit c81c032f0a17fb6cb0c50e6a0006d273e1553c76
Metadata Update from @nhosoi: - Issue assigned to nhosoi - Issue set to the milestone: 1.3.3 backlog
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This issue has been cloned to Github and is available here: - https://github.com/389ds/389-ds-base/issues/1074
If you want to receive further updates on the issue, please navigate to the github issue and click on subscribe button.
subscribe
Thank you for understanding. We apologize for all inconvenience.
Metadata Update from @spichugi: - Issue close_status updated to: wontfix (was: Fixed)