# LDAP Auth Missing from Plugins

**URL:** https://meta.discourse.org/t/ldap-auth-missing-from-plugins/165678
**Category:** Support
**Created:** [September 28, 2020, 8:29pm UTC](https://meta.discourse.org/t/ldap-auth-missing-from-plugins/165678 "2020-09-28T20:29:15Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![D\_Lasa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/d_lasa/32/195165_2.png) [@D\_Lasa](https://meta.discourse.org/u/D_Lasa)
#### Post date: [September 28, 2020, 8:29pm UTC](https://meta.discourse.org/t/ldap-auth-missing-from-plugins/165678/1 "2020-09-28T20:29:15Z")

</div>

Hola,

I am attempting to add the LDAP Auth plugin and followed directions from: [Install plugins on a self-hosted site](https://meta.discourse.org/t/install-plugins-in-discourse/19157). However, when I go to Admin/Settings/Plugins, I do not see the LDAP Plugin. I only see the existing Plugins.

 ![image](https://global.discourse-cdn.com/meta/original/3X/8/8/8817f08152470604c1ebdfec77581004aee1ff6d.png)

Current version:  
2.6.0.beta3

app.yml File:

```plaintext
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:

```plaintext
./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.)

---

<div class="post-metadata">

### Author: ![D\_Lasa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/d_lasa/32/195165_2.png) [@D\_Lasa](https://meta.discourse.org/u/D_Lasa)
#### Post date: [September 28, 2020, 9:21pm UTC](https://meta.discourse.org/t/ldap-auth-missing-from-plugins/165678/2 "2020-09-28T21:21:58Z")

</div>

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.

 ![](https://media.tenor.com/videos/c960181ce62f3bcc7c4c517404782f41/mp4)

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [September 28, 2020, 9:47pm UTC](https://meta.discourse.org/t/ldap-auth-missing-from-plugins/165678/3 "2020-09-28T21:47:48Z")

</div>

Make sure to also run `./launcher cleanup` and the disk saving instructions at [PostgreSQL 12 update - Post update optional tasks](https://meta.discourse.org/t/postgresql-12-update/151236#post-update-optional-tasks).

---

<div class="post-metadata">

### Author: ![D\_Lasa](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/d_lasa/32/195165_2.png) [@D\_Lasa](https://meta.discourse.org/u/D_Lasa)
#### Post date: [September 28, 2020, 9:49pm UTC](https://meta.discourse.org/t/ldap-auth-missing-from-plugins/165678/4 "2020-09-28T21:49:30Z")

</div>

Thanks @riking …I had no idea about that!

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [October 28, 2020, 10:01pm UTC](https://meta.discourse.org/t/ldap-auth-missing-from-plugins/165678/5 "2020-10-28T22:01:25Z")

</div>

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