#49165 pw_verify did not handle external auth
Closed: wontfix Opened by firstyear.

Issue Description

During the change to improve sasl and simple bind, we externalised the backend selection outside of do_bind. In an auto_bind scenario however, this mean the be was null, causing the dn to always be invalidated.

To resolve this, we need to add a function in an autobind case that allows backend selections to be made, and we need to prevent certain actions from occuring on the rootdn.


Metadata Update from @firstyear:
- Custom field reviewstatus adjusted to new
- Custom field type adjusted to defect

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to ack (was: new)

commit 8dbfff1ff4152afb018490886a612c448ea2a1b0
remote: Sending notification emails to: 389-commits@lists.fedoraproject.org
To ssh://git@pagure.io/389-ds-base.git
3038411..8dbfff1 master -> master

Metadata Update from @firstyear:
- Custom field reviewstatus adjusted to new (was: ack)

Metadata Update from @firstyear:
- Issue assigned to firstyear

Metadata Update from @firstyear:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Build in jenkins fails due to the following warning:

ldap/servers/slapd/pw_verify.c:106:9: warning: unused variable rc [-Wunused-variable]

Metadata Update from @vashirov:
- Issue status updated to: Open (was: Closed)

I'm fixing this in my coverity patch: https://pagure.io/389-ds-base/issue/49169

No probs, sorry for the mistake.

Metadata Update from @firstyear:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

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/2224

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)

Metadata