OPNsense Forum

Archive => 18.7 Legacy Series => Topic started by: neal.schulz on November 29, 2018, 12:52:47 am

Title: LDAP User Import button does not work
Post by: neal.schulz on November 29, 2018, 12:52:47 am
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
Title: Re: LDAP User Import button does not work
Post by: franco on December 03, 2018, 09:30:07 am
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
Title: Re: LDAP User Import button does not work
Post by: neal.schulz on December 06, 2018, 05:27:43 am
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
Title: Re: LDAP User Import button does not work
Post by: franco on December 07, 2018, 07:51:23 am
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