Project

General

Profile

Actions

Bug #1915

closed

LDAP "authentication containers" select button is inoperative.

Added by c c over 12 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
User Manager / Privileges
Target version:
-
Start date:
09/27/2011
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
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

Actions #1

Updated by Chris Buechler over 12 years ago

  • Category set to User Manager / Privileges
  • Target version set to 2.0.1
  • Affected Version set to 2.0
Actions #2

Updated by Chris Buechler over 12 years ago

  • Target version deleted (2.0.1)
Actions #3

Updated by Claude Duvergier about 12 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.

Actions #4

Updated by Jim Pingle about 11 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.

Actions #5

Updated by Chris Buechler over 10 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF