Browse Source

[enh] Disable code source integrity checking (bugfix #408)

pull/4/head
Jérôme Lebleu 10 years ago
parent
commit
85dff2bf2a
  1. 7
      README.md
  2. 3
      conf/config.json

7
README.md

@ -22,9 +22,10 @@ this package:
## Limitations
To integrate the logout button to the SSO, we have to patch ownCloud sources
until this [feature](https://github.com/owncloud/core/pull/24642) is integrated.
That is going to give you an alert about invalid integrity core code...
To integrate the logout button to the SSO, we have to patch ownCloud sources.
Since this upstream [pull-request](https://github.com/owncloud/core/pull/24642)
will not be integrated, the code source integrity checking has been disabled to
prevent the warning message.
Also, note we made the choice to disable third-parties applications at the
upgrade. It allows to prevent an unstable - and sometimes broken - ownCloud

3
conf/config.json

@ -6,7 +6,8 @@
"#DOMAIN#"
],
"updatechecker": false,
"memcache.local": "\\OC\\Memcache\\APCu"
"memcache.local": "\\OC\\Memcache\\APCu",
"integrity.check.disabled": true
},
"apps": {
"user_ldap": {

Loading…
Cancel
Save