Closed
Bug 1201840
Opened 10 years ago
Closed 10 years ago
Bad authentification using Basic Authentication and Apache LDAP with hard password
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: tristan.gallet, Unassigned)
Details
(Keywords: conversion)
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0
Build ID: 20150826023504
Steps to reproduce:
1. Create a website with Apache 2.4 (debian8) and mod ldap (Active directory)
Active directory domaine test.test
User tristan-ipam has password : " 12@a€12€-123€+123$ "
Ex:
<Directory "/var/www/testaaa">
AddHandler cgi-script .cgi
# AddDefaultCharset ISO-8859-1
AllowOverride None
#DirectoryIndex index.cgi
Options +ExecCGI +FollowSymLinks
Order allow,deny
Allow from all
AuthType Basic
AuthBasicProvider ldap
AuthUserFile /dev/null
AuthLDAPBindDN ldap@test.test
AuthLDAPBindPassword mypassword
AuthLDAPURL "ldap://ldap.test.test/dc=test,dc=test?sAMAccountName?sub?(objectClass=*)"
AuthName "Authentication with AD account"
LDAPReferrals Off
require ldap-filter memberof:1.2.840.113556.1.4.1941:=DC=test,DC=test
Actual results:
No access :
AH01617: user tristan-ipam: authentication failure for "/": Password Mismatch
Expected results:
Access to the site.
Doesn't work with Firefox and IE 11
Work with Chrome 44
With some other passwords it's working good but this particular password and some other derivated it doesn't
| Reporter | ||
Updated•10 years ago
|
OS: Unspecified → Windows 8.1
Hardware: Unspecified → x86_64
| Reporter | ||
Updated•10 years ago
|
Keywords: conversion
Updated•10 years ago
|
Component: Untriaged → Networking
Product: Firefox → Core
Comment 1•10 years ago
|
||
Is this still an issue for you on firefox 44 or the newest nightly?
Flags: needinfo?(tristan.gallet)
Updated•10 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Flags: needinfo?(tristan.gallet)
You need to log in
before you can comment on or make changes to this bug.
Description
•