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


    Cloudron Forum

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

    Cloudron external ldaps with OpenCTI

    Discuss
    2
    5
    279
    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.
    • M
      Mastadamus last edited by

      I successfully integrated my OpenCTI threat intel platform instance with my cloudron ldaps.
      If anyone is doing a similar project, dm me if you need assistance.

      BrutalBirdie 1 Reply Last reply Reply Quote 0
      • BrutalBirdie
        BrutalBirdie Staff @Mastadamus last edited by

        @Mastadamus why not like this:

        Write the tutorial here?
        You don't have all time for people to ask you question.
        There are different time zones in this world, are you willing to help out at night?

        I would love to see a tutorial on this topic instead of running after people to get some help.
        Also if the tutorial is good it can be added to the docs.

        Like my work? Consider donating a beer 🍻 Cheers!

        M 1 Reply Last reply Reply Quote 4
        • M
          Mastadamus @BrutalBirdie last edited by

          @BrutalBirdie I am working on it now and when I get done I will post it.

          BrutalBirdie 1 Reply Last reply Reply Quote 7
          • BrutalBirdie
            BrutalBirdie Staff @Mastadamus last edited by

            @Mastadamus
            Uhhh nice.
            Thank you very much! 🙏

            Like my work? Consider donating a beer 🍻 Cheers!

            1 Reply Last reply Reply Quote 1
            • M
              Mastadamus last edited by

              I haven't had a chance to finish the overall guide for the cloudron specific part but I completed a guide for installing OpenCTI with Traefik, Elasticsearch, and lots of plugins. I also have a complete docker-compose for OpenCTI, Elasticsearch cluster with X-Pack security, and multiple plugins as well as LDAP integration. you can find it here

              OpenCTI install guide
              https://dev.azure.com/Mastadamus/OpenCTI/_wiki/wikis/OpenCTI.wiki/3/OpenCTI-with-Traefik-Reverse-Proxy

              OpenCTI GIT that contains my templates
              https://dev.azure.com/Mastadamus/_git/OpenCTI

              If you just want to skip to how you integrate LDAP with OpenCTI docker-compose I will paste examples below

              - PROVIDERS__LDAP__STRATEGY=LdapStrategy
              - PROVIDERS__LDAP__CONFIG__URL=ldaps://Your.Domain.Name:636
              - PROVIDERS__LDAP__CONFIG__BIND_DN={{`cn=admin,ou=system,dc=YourLDAPserverName`}}
              - PROVIDERS__LDAP__CONFIG__BIND_CREDENTIALS=XXXXXXXXXX
              - PROVIDERS__LDAP__CONFIG__SEARCH_BASE={{`ou=users,dc=YourLDAPserverName`}}
              - PROVIDERS__LDAP__CONFIG__SEARCH_FILTER={{`(cn={{username}})`}}
              - PROVIDERS__LDAP__CONFIG__MAIL_ATTRIBUTE=mail
              - PROVIDERS__LDAP__CONFIG__ACCOUNT_ATTRIBUTE=givenName
              - PROVIDERS__LDAP__CONFIG__ALLOW_SELF_SIGNED=true
              - PROVIDERS__LOCAL__STRATEGY=LocalStrategy
              
              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Powered by NodeBB