mirror of
https://github.com/YunoHost-Apps/element_ynh.git
synced 2024-09-03 18:36:08 +02:00
Set ldap and sso support to "not relevant"
As synapse fully support SSO for me it's not true to say that this app don't support SSO as it work with synpase. But with some other matrix server it could be not implemented and in this case it's not supported and in this case it false to say that is not supported. So for me the better value is to set to 'not_relevant' and on server side we should define exactly what is the implementation of theses features.
This commit is contained in:
parent
060d40ef4e
commit
9d8c970d1c
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@ yunohost = ">= 11.2"
|
|||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = false
|
||||
ldap = "not_relevant"
|
||||
|
||||
sso = false
|
||||
sso = "not_relevant"
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
|
|
Loading…
Add table
Reference in a new issue