Bug #1915
LDAP "authentication containers" select button is inoperative.
| Status: | New | Start date: | 09/27/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | User manager | |||
| Target version: | - | |||
| Affected version: | 2.0 | Affected Architecture: |
Description
Steps to reproduce:
1) Create a new auth server of type LDAP.
2) Set all paremeters correctly, and save.
3) Edit the server, and click "select" under authentication containers.
Expected behavior:
Popup window of some kind allowing choice of LDAP auth path
WHat actually happens:
Nothing.
Have tried before and after saving information, no change.
Tested in Chrome under Windows 7 x64, and under Firefox 3.6 on CentOS 6
History
#1
Updated by Chris Buechler over 1 year ago
- Category set to User manager
- Target version set to 2.0.1
- Affected version set to 2.0
#2
Updated by Chris Buechler over 1 year ago
- Target version deleted (
2.0.1)
#3
Updated by Claude Duvergier over 1 year ago
Maybe it has something to do with the JavaScript error that is triggered when clicking on the Select button?
document.getElementById("ldap_caref") is null
Firebug detects the guilty line on /system_authservers.php?act=edit&id=0 (part of select_clicked() JavaScript function):
1url += '&cert=' + document.getElementById("ldap_caref").value;
I can't find any HTML element having ID (or even name) "ldap_caref": some typo might have occurred.
I tried to debug it by avoiding the possible bad line: The URL (JavaScript variable url) I get is the following:
system_usermanager_settings_ldapacpicker.php?port=389&host=ldap.mycompany.com&scope=one&basedn=dc=mycompany,dc=com&binddn=cn=ldap-reader,dc=mycompany,dc=com&bindpw=secret&urltype=TCP - Standard&proto=3&authcn=ou=Users;ou=Users2
(I had previously typed "ou=Users;ou=Users2" in the "Authentication containers" field)
I you try to open this URL in a new browser window/tab it display a list of nodes found under the node defined in "Search scope" but checking the checkboxes and saving doesn't seems to do anything in this new window or the other (/system_authservers.php).
Anyway I'm also running into this issue on Firefox 10.0 and Internet Explorer 8.