Actions
Bug #2326
closedErroneous successful webGUI authentication with blank password and AD authentication backend
Start date:
03/30/2012
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0.1
Affected Architecture:
Description
Erroneous successful authentication to the webGUI when using Active Directory authentication and no password is specified.
Possible fix by adding blank password check to ldap_backed function:
if(!$passwd) {
log_error("ERROR! No password entered.");
return false;
}
Updated by Kane Rason over 12 years ago
This behaviour is detailed in section 5.1 of rfc 2829 - http://www.ietf.org/rfc/rfc2829.txt
5.1. Anonymous authentication procedure
An LDAP client which has not successfully completed a bind operation
on a connection is anonymously authenticated.
An LDAP client MAY also specify anonymous authentication in a bind
request by using a zero-length OCTET STRING with the simple
authentication choice.
A blank password equates to an anonymous authentication bind request.
Updated by Chris Buechler over 12 years ago
- Category changed from Web Interface to User Manager / Privileges
- Target version set to 2.1
Updated by Ermal Luçi over 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 88165371efbc79fdc0194de26814eacca68d2a5c.
Updated by Ermal Luçi over 12 years ago
Applied in changeset d427980c76cd11beeb923c939e1924fecf532a08.
Updated by Chris Buechler over 11 years ago
- Status changed from Feedback to Closed
Actions