You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The screen was blank. What finally worked, was changing the directory to match the name of the plugin, cause I noticed it was complaining in the logs plugin is called "ldap", but plugin will be installed in discourse-ldap-auth or some such thing.
So to fix I forced it to be installed in ldap folder like so:
Hmm... This appears to be a caused by a change in discourse. In the past, the folder name did not have to match the plugin name. Not finding an issue in https://meta.discourse.org/ though.
I'm not sure if this is by design or a recent change or I'm just doing something wrong when I installed.
I just installed discourse, using the docker install here:
https://github.com/discourse/discourse_docker.git
and after enabling the LDAP plugin in my app.yml like so:
Then doing:
The LDAP plugin showed as installed, but when going to https://discourse.mydomain.org/admin/plugins (and clicking the Edit Settings on LDAP)
The screen was blank. What finally worked, was changing the directory to match the name of the plugin, cause I noticed it was complaining in the logs plugin is called "ldap", but plugin will be installed in discourse-ldap-auth or some such thing.
So to fix I forced it to be installed in ldap folder like so:
I think I had tried -b v0.6.1 before settling on having the foldername, so I don't think it's the version that fixed it.
Is this expected? or did I do something wrong or miss an instruction?
The text was updated successfully, but these errors were encountered: