LDAP Auth Missing from Plugins

Hola,

I am attempting to add the LDAP Auth plugin and followed directions from: Install Plugins in Discourse. However, when I go to Admin/Settings/Plugins, I do not see the LDAP Plugin. I only see the existing Plugins.

Current version:
2.6.0.beta3

app.yml File:

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/jonmbake/discourse-ldap-auth.git
          - git clone https://github.com/discourse/thing.git
          - git clone https://github.com/discourse/thing.git
          - git clone https://github.com/discourse/thing.git
          - git clone https://github.com/discourse/thing.git

Commands Run after updating app.yml File:

./launcher rebuild app
./launcher restart app
./launcher stop app & ./launcher start app

Any ideas what I might be doing wrong? (I will say that we discovered an issue in the directory tree bc the original creator changed the directory from /var to something else. I have not looked too deeply in the scripting for the plugin and do not know if that could be an issue.)

Solved:
Did a basic df -h to see we had no space. Did a docker images check to see there were pointless images. Removed those, checked our space, reran ./launcher and…poof…like magic…it’s there…

Leaving this up for anyone with similar ‘doh’ issues.

Make sure to also run ./launcher cleanup and the disk saving instructions at PostgreSQL 12 update - Post update optional tasks.

1 Like

Thanks @riking …I had no idea about that!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.