Bug #1915
closedLDAP "authentication containers" select button is inoperative.
0%
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
Updated by Chris Buechler about 13 years ago
- Category set to User Manager / Privileges
- Target version set to 2.0.1
- Affected Version set to 2.0
Updated by Claude Duvergier almost 13 years 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):
url += '&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.
Updated by Jim Pingle almost 12 years ago
This works, at least on 2.1 and recent 2.0.x's. It displays for me, and I've used it with customers recently as well.
Updated by Chris Buechler about 11 years ago
- Status changed from New to Resolved