Bug #5068
system_authservers.php - LDAP Container selection popup is non-functional
Description
When creating an LDAP server the "Select a Container" button should open a pop-up window that queries the LDAP server for a container list using the chosen bind credentials. On 2.3 when the button is pressed the browser says "Connecting..." in the tab header but never loads anything.
History
#1
Updated by Jim Pingle over 5 years ago
Spoke too soon, if I leave it on the page it eventually shows "Could not connect to the LDAP server. Please check your LDAP configuration" but it's using the same window when it should be a popup. The slow/timeout is probably related to #5065, so this is really just about making sure the window opens separate from the current page in some way (popup, modal, etc)
#2
Updated by Jim Pingle over 5 years ago
- Status changed from New to Confirmed
#3
Updated by Steve Beaver over 5 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Steve Beaver to Jim Pingle
Provided missing javascript functionality
#4
Updated by Jim Pingle over 5 years ago
- Status changed from Feedback to Resolved
Works correctly now, thanks!