Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Navigation

    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    UNSOLVED How to configure LDAP in Discourse?

    Discourse
    4
    20
    218
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jimcavoli
      jimcavoli App Dev last edited by

      This was the app that I had running via cloudron OAuth that got broken! I knew there was one...this has just become a bit of a problem for me too

      1 Reply Last reply Reply Quote 0
      • jimcavoli
        jimcavoli App Dev last edited by

        If the LDAP add-on is enabled for the app at least, it should be able to bind and authenticate even if it means manually copying credentials. I may have to steal them from another app (bad!) in the mean time though since I'm getting complaints from users

        1 Reply Last reply Reply Quote 0
        • jimcavoli
          jimcavoli App Dev last edited by

          It would also be pretty trivial for me to fork and update this plugin to work more automatically with limited configuration for cloudron specifically and cleaning up things like that en_US.login.ldap.name which is an i18n key

          1 Reply Last reply Reply Quote 0
          • yusf
            yusf last edited by yusf

            @jimcavoli said in How to configure LDAP in Discourse?:

            fork and update this plugin to work more automatically

            Do you mean that you would be able to address the non-automatic account creation?

            jimcavoli 1 Reply Last reply Reply Quote 0
            • jimcavoli
              jimcavoli App Dev @yusf last edited by

              @yusf I'm not gonna say yes at this point since syncing requires some sort of cron-like setup and I'm just not sure how involved that would be - I mostly meant reading those settings in from the LDAP add-on without having to copy them into the admin UI from the app's console.

              I wouldn't rule it out, but if we could get that to be the only outstanding "issue" it strikes me that would be substantial progress for a start

              1 Reply Last reply Reply Quote 1
              • yusf
                yusf last edited by yusf

                I see. I don't know where the plugin data is stored but I suppose the official package can be modified to include the LDAP addon, the plugin and its settings.

                My personal incentive however, is to improve the experience for users (wrt the bullets above). Package automation can come later.

                1 Reply Last reply Reply Quote 0
                • jimcavoli
                  jimcavoli App Dev last edited by

                  Gets a little technical about ruby and how discourse manages the plugins, but that all sort of goes hand-in-hand. Depending how the next day or two go, I'll see about doing something that we can use in order to keep the conversation moving and have a base to tackle some of those features from. Appreciate the context of your goals; I'll bear that in mind when the code starts flying πŸ™‚

                  yusf 1 Reply Last reply Reply Quote 2
                  • yusf
                    yusf @jimcavoli last edited by

                    @jimcavoli Did any code start flying? πŸ˜‰

                    jimcavoli 1 Reply Last reply Reply Quote 1
                    • jimcavoli
                      jimcavoli App Dev @yusf last edited by

                      @yusf Not as of yet...last few weeks have been very long hours for me on a litany of other things. I'll hopefully be getting some time back in a week or two

                      1 Reply Last reply Reply Quote 2
                      • yusf
                        yusf last edited by

                        @girish Can we have the Discourse app updated with LDAP addon included in the Cloudron manifest? (MR here)

                        1 Reply Last reply Reply Quote 1
                        • girish
                          girish Staff last edited by

                          Were the issues related to account creation sorted out?

                          yusf 1 Reply Last reply Reply Quote 0
                          • yusf
                            yusf @girish last edited by

                            @girish It was not. As mentioned earlier I did some light digging into the issue but as you can see in this issue that is where it's at currently.

                            I figured there's no harm in enabling the Cloudron LDAP addon in the package but I realize that as maintainer you may have another view on that matter.

                            1 Reply Last reply Reply Quote 0
                            • girish
                              girish Staff last edited by

                              @yusf If I understand the current situation, if the LDAP plugin is enabled:

                              • User logs in.
                              • User sees a screen to 'create new account'. User has to just click through.

                              Is this the case? If so, that does not seem like a major issue.

                              yusf 1 Reply Last reply Reply Quote 0
                              • yusf
                                yusf @girish last edited by

                                @girish That's correct. There are more oddities around depending on what default use case you would go with for the package. (walled garden, open registration+ldap etc)

                                1 Reply Last reply Reply Quote 0
                                • girish
                                  girish Staff last edited by

                                  @yusf To keep you updated, I looked into this a bit further. The issue is that when we add ldap as addon, Cloudron UI selects this as the default. For an app like discourse, using LDAP is uncommon since it's mostly a publicly forum use case.

                                  I think before we add LDAP support to nodebb/discourse etc, we need to fix Cloudron to support "dynamic addons". This way one can toggle LDAP support on/off whenever they want. That's the best way to fix this. Otherwise, I suspect, people will blindly install Discourse with LDAP, then disable LDAP inside Discourse and this will only lead to problems (since in Cloudron packages currently we assume that LDAP support is never removed like that inside an app).

                                  yusf jdaviescoates 3 Replies Last reply Reply Quote 3
                                  • yusf
                                    yusf @girish last edited by

                                    @girish Seems like an apt solution to the problem. Thanks for looking into it.

                                    For what it’s worth I’m often faced with the opposite use-case: some group need internal forum software, apart from other Cloudron services. So I’m interested in doing the same thing with NodeBB.

                                    1 Reply Last reply Reply Quote 2
                                    • jdaviescoates
                                      jdaviescoates @girish last edited by

                                      @girish said in How to configure LDAP in Discourse?:

                                      For an app like discourse, using LDAP is uncommon since it's mostly a publicly forum use case.

                                      Even in those cases it'd still be nice to have LDAP, like we can in Rocket.Chat right now, i.e. Cloudron uses can use LDAP to login to Rocket.Chat using their Clourdon credentials, and non-Cloudron users can just register and login as normal too.

                                      I'd like the same UX for Discourse too, best of both worlds! πŸ™‚

                                      1 Reply Last reply Reply Quote 1
                                      • yusf
                                        yusf @girish last edited by

                                        @girish And meanwhile if I want to go venture off with a forked Discourse app with the only difference being that the LDAP addon is added, I should be able to stay compatible with the official one within foreseeable future, right?

                                        1 Reply Last reply Reply Quote 0
                                        • girish
                                          girish Staff last edited by

                                          @yusf Yes, it should remain compatible. I haven't gotten time to updating the Dockerfile to have the LDAP plugin pre-installed and pre-configured. If you have the code for that, I can look into merging it.

                                          1 Reply Last reply Reply Quote 1
                                          • First post
                                            Last post