#47742 64bit problem on big endian: auth method not supported
Closed: wontfix None Opened 10 years ago by cgrzemba.

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.


Reviewed by Mark (Thank you!!)

Pushed to master:
ed0a504..e0219e8 master -> master
commit e0219e8

Pushed to 389-ds-base-1.3.3:
07cd61f..c81c032 389-ds-base-1.3.3 -> 389-ds-base-1.3.3
commit c81c032

Metadata Update from @nhosoi:
- Issue assigned to nhosoi
- Issue set to the milestone: 1.3.3 backlog

7 years ago

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.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: Fixed)

3 years ago

Login to comment on this ticket.

Metadata