User tests: Successful: Unsuccessful:
Pull Request for Issue #35216
It is possible to publish the LDAP Authentication plugin by just clicking a toggle in the plugin list view.
If you do this you can lock yourself out of your site, because if you try to login then a connection is attempted to LDAP, but cause there is no LDAP server host provided we get a fatal type error deep in Symfony Options Resolver.
Login to Joomla 4 admin
System -> Plugins -> toggle "Authentication - LDAP"
Fatal Error.
The option "host" with value null is expected to be of type "string", but is of type "null".
You can still login with users already in the users table.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-08-20 00:16:42 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
Removed: ? |
Thanks!