LDAP User Import button does not work

Started by neal.schulz, November 29, 2018, 12:52:47 AM

Previous topic - Next topic
Hi,
I have an LDAP server set up for user authentication which works. It has been there through several upgrades. When I went to click the import button to add a new user it does not work in 18.7.8. The page just refreshes and goes back to the existing user list.
Neal

Hi Neal,

Sounds like a browser issue: the button shouldn't submit the page, especially since that is prohibited by its JS code. It should open a Pop-Up window instead.


Cheers,
Franco

Hi Franco,
It turns out you are right - I cleared the History in the browser and it now works as expected.
Thanks for the reply.
Regards,
Neal

Hi Neal,

To be fair I was not correct either as there seems to be a bug for the newer Firefox users. We're shipping it with 18.7.9.

https://github.com/opnsense/core/commit/e17dc86235

To patch 18.7.8:

# opnsense-patch e17dc86235


Cheers,
Franco