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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Feature Requests
  3. Extra fields in LDAP

Extra fields in LDAP

Scheduled Pinned Locked Moved Feature Requests
directoryldap
13 Posts 7 Posters 2.2k Views 7 Watching
  • 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.
  • nebulonN nebulon

    Generally this should be possible, but I don't see it as high priority at the moment. Maybe first we could see how many and which apps would even be capable of dealing with that.

    LonkleL Offline
    LonkleL Offline
    Lonkle
    wrote on last edited by
    #3

    @nebulon said in Extra fields in LDAP:

    Generally this should be possible, but I don't see it as high priority at the moment. Maybe first we could see how many and which apps would even be capable of dealing with that.

    Wordpress could easily support and I’d even make the necessary LDAP changes (and ask to merge them upstream) for that to happen.

    1 Reply Last reply
    1
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #4

      I do like the idea of making the central user management more 'complete'. Maybe this is more for apps outside cloudron than the ones we have packaged so far.

      1 Reply Last reply
      4
      • marcusquinnM Offline
        marcusquinnM Offline
        marcusquinn
        wrote on last edited by marcusquinn
        #5

        Phone number(s) at least is handy for Mattermost and other apps where you can lookup by phone number(s), and some that use it as a 2FA option.

        Web Design https://www.evergreen.je
        Development https://brandlight.org
        Life https://marcusquinn.com

        LonkleL 1 Reply Last reply
        3
        • marcusquinnM marcusquinn

          Phone number(s) at least is handy for Mattermost and other apps where you can lookup by phone number(s), and some that use it as a 2FA option.

          LonkleL Offline
          LonkleL Offline
          Lonkle
          wrote on last edited by
          #6

          @marcusquinn We can use this thread to try to decide what fields make the most sense for whenever we want to add this feature to make the Cloudron directory more fleshed out.

          1 Reply Last reply
          1
          • yusfY Offline
            yusfY Offline
            yusf
            wrote on last edited by yusf
            #7

            For app maintenance reasons it might be reasonable to predefine a bunch of fields but they way I imagined it was that every Cloudron admin would be able to extend the LDAP user database with more custom fields, each to their liking. At most Cloudron would provide field types for limiting input.

            This way it would be up to the admins to integrate the additional information into the apps, as app compatibility and use case could vary drastically.

            LonkleL 1 Reply Last reply
            1
            • yusfY yusf

              For app maintenance reasons it might be reasonable to predefine a bunch of fields but they way I imagined it was that every Cloudron admin would be able to extend the LDAP user database with more custom fields, each to their liking. At most Cloudron would provide field types for limiting input.

              This way it would be up to the admins to integrate the additional information into the apps, as app compatibility and use case could vary drastically.

              LonkleL Offline
              LonkleL Offline
              Lonkle
              wrote on last edited by
              #8

              @yusf said in Extra fields in LDAP:

              For app maintenance reasons it might be reasonable to predefine a bunch of fields but they way I imagined it was that every Cloudron admin would be able to extend the LDAP user database with more custom fields, each to their liking. At most Cloudron would provide field types for limiting input.

              This way it would be up to the admins to integrate the additional information into the apps, as app compatibility and use case could vary drastically.

              I love that, making it user customizable. Is that feasible, you people that know more about LDAP than I do?

              1 Reply Last reply
              0
              • mehdiM Offline
                mehdiM Offline
                mehdi
                App Dev
                wrote on last edited by
                #9

                The problem would not be so much on the LDAP side than on the app side : for a lot of apps, the LDAP config is overriden by cloudron on start to be set to the normal LDAP cloudron config, so I'm not sure how you could use such fields in the apps if they're not standard on Cloudron.

                1 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote on last edited by
                  #10

                  From a LDAP server perspective, it would be indeed quite easy to add more and even custom fields, however as @mehdi pointed out, this all comes down to integration with the apps. For example https://docs.bmc.com/docs/fpsc121/ldap-attributes-and-associated-fields-495323340.html holds a list of common attributes, which also are common on ActiveDirectory as far as I have seen. But looking at apps, I have not seen too many supporting them. So in order to not end up in some kind of mess, where we have to keep on patching upstream apps, I still kinda miss a collection of real use-cases. The phonenumber for Mattermost is one such use-case, but that can be also solved without custom fields.

                  Maybe @luckow can chime in here as well, since he has more experience with AD integration within organizations?

                  fbartelsF LonkleL 2 Replies Last reply
                  0
                  • nebulonN nebulon

                    From a LDAP server perspective, it would be indeed quite easy to add more and even custom fields, however as @mehdi pointed out, this all comes down to integration with the apps. For example https://docs.bmc.com/docs/fpsc121/ldap-attributes-and-associated-fields-495323340.html holds a list of common attributes, which also are common on ActiveDirectory as far as I have seen. But looking at apps, I have not seen too many supporting them. So in order to not end up in some kind of mess, where we have to keep on patching upstream apps, I still kinda miss a collection of real use-cases. The phonenumber for Mattermost is one such use-case, but that can be also solved without custom fields.

                    Maybe @luckow can chime in here as well, since he has more experience with AD integration within organizations?

                    fbartelsF Offline
                    fbartelsF Offline
                    fbartels
                    App Dev
                    wrote on last edited by
                    #11

                    @nebulon said in Extra fields in LDAP:

                    The phonenumber for Mattermost is one such use-case, but that can be also solved without custom fields.

                    this also does not take into account that the free team edition of Mattermost (as packaged in Cloudron) does not use ldap at all.

                    nebulonN 1 Reply Last reply
                    2
                    • fbartelsF fbartels

                      @nebulon said in Extra fields in LDAP:

                      The phonenumber for Mattermost is one such use-case, but that can be also solved without custom fields.

                      this also does not take into account that the free team edition of Mattermost (as packaged in Cloudron) does not use ldap at all.

                      nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote on last edited by
                      #12

                      @fbartels that is a valid point! šŸ˜‰

                      1 Reply Last reply
                      2
                      • nebulonN nebulon

                        From a LDAP server perspective, it would be indeed quite easy to add more and even custom fields, however as @mehdi pointed out, this all comes down to integration with the apps. For example https://docs.bmc.com/docs/fpsc121/ldap-attributes-and-associated-fields-495323340.html holds a list of common attributes, which also are common on ActiveDirectory as far as I have seen. But looking at apps, I have not seen too many supporting them. So in order to not end up in some kind of mess, where we have to keep on patching upstream apps, I still kinda miss a collection of real use-cases. The phonenumber for Mattermost is one such use-case, but that can be also solved without custom fields.

                        Maybe @luckow can chime in here as well, since he has more experience with AD integration within organizations?

                        LonkleL Offline
                        LonkleL Offline
                        Lonkle
                        wrote on last edited by
                        #13

                        @nebulon said in Extra fields in LDAP:

                        The phonenumber for Mattermost is one such use-case, but that can be also solved without custom fields.

                        Assuming there might be a need for this in the future - what was the solution you thought of?

                        Also, even if app's don't use the fields, just having the Cloudron User directory more fleshed out might be a good thing for reference sake.

                        1 Reply Last reply
                        1
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Bookmarks
                        • Search