Quantcast
Channel: Mattermost Discussion Forums - Latest topics
Viewing all 6329 articles
Browse latest View live

We're having trouble connecting to Mattermost. If refreshing this page (Ctrl+R or Command+R) does not work, please verify that your computer is connected to the internet

$
0
0

Hi,

We’re having trouble connecting to Mattermost. If refreshing this page (Ctrl+R or Command+R) does not work, please verify that your computer is connected to the internet.

The above issue is coming in AWS Ubuntu 18.

I tried to install 5.24 and 5.23 versions but both are getting the above error…

I have setup the mattermost and Mysql as per the below documentation link…

https://docs.mattermost.com/install/install-ubuntu-1804.html#installing-ubuntu-server-18-04-lts

Can anyone help on this??

3 posts - 2 participants

Read full topic


Setting up Okta LDAP Sync w/ Okta login

$
0
0

Configure Okta

SAML

  1. Create an application, but be sure to include the field ID and associate it with user.id

LDAP

  1. Enable LDAP Directory Integration

Configure Mattermost

SAML Settings

See existing Okta documentation. Be sure to set the ID Attribute to the field you configured to use user.id

LDAP Settings

Replace example with the Okta organization name:

Server

  • LdapServer: example.ldap.okta.com
  • LdapPort: 636
  • ConnectionSecurity: TLS
  • BaseDN: dc=example, dc=okta, dc=com
  • BindUsername: uid=admin@example.com, dc=example, dc=okta, dc=com
  • UserFilter: (objectClass=inetOrgPerson)
  • GroupFilter: (objectClass=groupofUniqueNames)

Group Attribute Settings

  • GroupDisplayNameAttribute: cn
  • GroupIdAttribute: uniqueIdentifier <- IMPORTANT

User Attribute Settings

  • FirstNameAttribute: givenName
  • LastNameAttribute: sn
  • EmailAttribute: mail
  • UsernameAttribute: uid
  • IdAttribute: uniqueIdentifier <- IMPORTANT

The uniqueIdentifier is what allows it to sync with SAML when the ID attribute matches the value for the ID attribute configured in the SAML settings. If those values do not match users will be deactivated.

1 post - 1 participant

Read full topic

Archiving Data and Files

$
0
0

We are trying out the Mattermost team edition and looking for a way to archive/delete messages and files

1 post - 1 participant

Read full topic

Adding multiple people to channel

$
0
0

Hello there,
when I’m trying to add multiple users to a channel no one or just one user will be added.
I’ve already checked the troubleshooting guide, but it wasn’t very usefull.
I hope, that someone can help me.
I’m running Mattermost 5.24.1 with the testlicense.

1 post - 1 participant

Read full topic

AD Authentification with E10 version

$
0
0

hello,

I have a question about AD authentification with E10 version. Is it really an authentification ? or only a synchronization. If it’s only authentification, what about password ? An so, what is the difference between E10 and 20 for AD authentification ?

Best regards,

1 post - 1 participant

Read full topic

Extended Support Release Updates

$
0
0

We are implementing version v5.25 as a new Extended Support Release, which will be released on July 16, 2020. v5.25 will be supported until April 15, 2021.

We have been maintaining v5.19 as our current ESR. This version is coming to the end of its lifecycle later this year. Starting October 15, 2020 we will no longer be backporting fixes to v5.19. Please upgrade your systems to v5.25 as soon as possible after it is released to continue to receive important bug fixes and security updates.

Extended Support Releases or ESRs are intended for organizations who value stability over having the newest features and improvements, or for organizations who have a long internal testing and certification process to undergo when upgrading.

To receive future updates on when the next ESR is available, sign up for our mailing list here.

1 post - 1 participant

Read full topic

Fails after upgrade

$
0
0

Summary

After upgrade, can’t start Mattermost

Steps to reproduce

I started with a DigitalOcean Marketplace installation of Mattermost a few weeks. Got a notice today that it is way out of date. Went carefully through the upgrade instructions. After finishing that, tried to restart Mattermost. It fails. Log message says:
Error: listen tcp :443: bind: address already in use

Expected behavior

Mattermost should start successfully.

Observed behavior

Error: listen tcp :443: bind: address already in use

1 post - 1 participant

Read full topic

Upgrade from 5.14 to 5.24 - Gif commands integration not working

$
0
0

Since upgrading and installing the new GIF integration from the plugin marketplace I am getting the below error when trying to post a GIF, I have included another error I’m getting along the same line. I have this service running under a valid SSL cert. Could anyone make sense of this, please?

{“level”:“error”,“ts”:1594883815.308233,“caller”:“mlog/log.go:175”,“msg”:“Error calling the GfyCat search API”,“path”:"/api/v4/commands/execute",“request_id”:“so1ca3bp7fda8y9nhryk8raxfr”,“ip_addr”:"",“user_id”:“xw6fjocidbnqj8ziw6qyk6pzxw”,“method”:“POST”,“err_where”:“GIF commands”,“http_code”:400,“err_details”:“Get “https://api.gfycat.com/v1/gfycats/search?count=1&search_text=+yes”: x509: certificate signed by unknown authority”}

{“level”:“error”,“ts”:1594883975.1619406,“caller”:“app/notification_email.go:103”,“msg”:“Error while sending the email”,“user_email”:"",“error”:“SendMail: Failed to open TLS connection., x509: certificate signed by unknown authority”}

1 post - 1 participant

Read full topic


Mattermost and jitsi integration in mobile app

$
0
0

I integrate jitsi in mattermost.
I would like to know how to adapt my mattermost mobile app to show the camera icon at the top, to start a video call (jitsi). It’s working in browser and I would like to put also in the mobile app.
Thanks.

1 post - 1 participant

Read full topic

Mattermost Recipe: Migrating ID Attribute in SAML / LDAP

$
0
0

Hi All,
Wanted to share this here in case it helps anyone in the future.

We had a customer using SAML and LDAP and encountered an issue with using the objectGUID as an ID Attribute in the LDAP and SAML Settings *. They wanted to migrate an active production environment to use a different unique and unchanging property for the IdAttribute under LDAP and SAML (in this case UserPrincipleName). Here are the steps they successfully followed to make the transition:

  1. Enable AD/LDAP Login
  2. Change AD ID Attribute to UserPrincipalName
  3. Remove SAML 2.0 ID Attribute
  4. Make sure the following are set in SAML 2.0 settings
    a. Enable Login With SAML 2.0: True
    b. Enable Synchronizing SAML Accounts With AD/LDAP: True
    c. Override SAML bind data with AD/LDAP information: True
  5. Perform AD/LDAP Sync (after the sync notice that the authdata in the database change from objectGUID to email address.)
  6. Change SAML ID Attribute to UPN (UPN is set up as UserPrincipalName in the SAML Assertion)
  7. Disable AD/LDAP Login

* Note: Do to differences with how different SAML providers send the objectGUID property (related to endian-ness) SAML can fail. See the following Mattermost Server JIRA for details on additional handling coming in MM Server 5.25 - https://mattermost.atlassian.net/browse/MM-25039

1 post - 1 participant

Read full topic

Mobile App v1.33 Requires Mattermost Server v5.19 or Later

$
0
0

Starting with mobile app v1.33.0 released on July 16th, users connecting to server versions below v5.19 may experience compatibility bugs with how attachments, link previews, reactions and embed data are displayed on their mobile device.

Upgrading your Mattermost server to a supported version (v5.19 or later) is required for improved security, performance, mobile app compatibility, and user experience. Learn more

1 post - 1 participant

Read full topic

User registration without email

$
0
0

Is it possible to invite (external/guest) users to channels without having them to enter their email address?

3 posts - 2 participants

Read full topic

Mattermost on QNAP needs update - any chance?

$
0
0

Hello Everybody.

I’m using the latest Mattermost service on my QNAP NAS installed from Official QNAP Store (lastest is 5.0.0.7). Recently my mobile client’s Mattermost app’s showed me the warning message that the server is outdated and needs update. Unfortunately QNAP’s support told me that the maintainer of the package is Mattermost Inc. not QNAP. Does anybody know is there any chance for the developers to update the package ? The solution worked perfect but last update was around a year ago or so ?

I know that i can use it from non official QNAP repositories but I would rather stay on the official solutions.

Have a nice weekend everyone :slight_smile:

1 post - 1 participant

Read full topic

Kanboard Pllugin for Mattermost

$
0
0

Hello All,

I noticed recently TODO plugin was added for Mattemost which is in beta right now. Thank you for adding the TODO plugin!

Now, I also noticed there is a plugin for Kanboard on GitHub but it is not being maintained for Mattermost.

Any though on picking up the support for Kanboard plugin for Mattermost?

We are in the middle of deciding to go with Kanboard but had hoped that it was integrated into Mattermost but not sure if Mattermost team has any thoughts on the Kanboard.

Many thanks in advance of providing any feedback or directing me to another plugin within Mattermost that would do a job similar to Kanboard.

1 post - 1 participant

Read full topic

Syncing Mattermost User Status with WebDAV Calendar

$
0
0

I’d like to sync my Mattermost availability status with my WebDAV calendar (Nextcloud), such that I’m listed as DnD whenever I have an appointment / event which is configured to show me as “unavailable” in the calendar.

I’d have expected this to be a relatively standard feature, but I could only find some king of Google Calendar integration which seems to do something entirely different.

The integration / plugin could use the WebDAV “free/busy” information for the user’s registered eMail address.

Is there already a solution for this available?

1 post - 1 participant

Read full topic


Make package failed

$
0
0

Try to run make package server code and got the error below, also check the file plugin-production-public-key.gpg exists. Will be glad someone is able to help me out.

gpg --import build/plugin-production-public-key.gpg
make: gpg: No such file or directory
make: *** [package] Error 1

1 post - 1 participant

Read full topic

Creating Custom Channels

$
0
0

I am creating a plugin to send SMS, and am currently dispatching a right hand sidebar to contain the front-end, but was wondering about integrating it into the left hand sidebar, with a section for sms conversations and channels for each conversation. Is there a way to create channels, or interact with the left hand sidebar to make custom components that will look like default channel conversations with custom methods and functionality?

1 post - 1 participant

Read full topic

change the language of a user

Finding out which user created a channel

$
0
0

Is there a way (i.e. for a team admin) to find out who created a channel?
Especially for “old” channels it is quite impractical to scroll all the way up to find the creator.

3 posts - 2 participants

Read full topic

Do admins have the right to read private channels?

Viewing all 6329 articles
Browse latest View live