Before the upgrade, user account exists in /settings/users table
After upgrade it is missing
sudo -u apache php occ saml:config:get
- 1:
- general-idp0_display_name: STAT
- general-uid_mapping: mail
- idp-entityId: http://token.a.b.c/adfs/services/trust
- idp-singleLogoutService.url: https://a.b.c/
- idp-singleSignOnService.url: Sign In
- idp-x509cert: MIIC…==
- saml-attribute-mapping-displayName_mapping: displayName
- saml-attribute-mapping-email_mapping: mail
- saml-attribute-mapping-quota_mapping: Quota
sudo -u apache php occ config:list system
{
“system”: {
“instanceid”: “REMOVED SENSITIVE VALUE”,
“passwordsalt”: “REMOVED SENSITIVE VALUE”,
“secret”: “REMOVED SENSITIVE VALUE”,
“trusted_domains”: [
“a.b.c”
],
“datadirectory”: “REMOVED SENSITIVE VALUE”,
“dbtype”: “mysql”,
“version”: “31.0.13.1”,
“overwrite.cli.url”: “https://a.b.c”,
“dbname”: “REMOVED SENSITIVE VALUE”,
“dbhost”: “REMOVED SENSITIVE VALUE”,
“dbport”: “”,
“dbtableprefix”: “oc_”,
“mysql.utf8mb4”: true,
“dbuser”: “REMOVED SENSITIVE VALUE”,
“dbpassword”: “REMOVED SENSITIVE VALUE”,
“installed”: true,
“maintenance”: false,
“log_type”: “file”,
“logfile”: “/var/log/nextcloud/nextcloud.log”,
“logmode”: 416,
“logfilemode”: 420,
“logdateformat”: “F d, Y H:i:s”,
“mail_domain”: “REMOVED SENSITIVE VALUE”,
“mail_smtpmode”: “smtp”,
“mail_sendmailmode”: “smtp”,
“mail_from_address”: “REMOVED SENSITIVE VALUE”,
“mail_smtphost”: “REMOVED SENSITIVE VALUE”,
“mail_smtpport”: “25”,
“memcache.local”: “\OC\Memcache\Redis”,
“filelocking.enabled”: “true”,
“memcache.distributed”: “\OC\Memcache\Redis”,
“memcache.locking”: “\OC\Memcache\Redis”,
“redis”: {
“host”: “***REMOVED SENSITIVE VALUE***”,
“port”: 6379,
“timeout”: 0,
“dbindex”: 0
},
“skeletondirectory”: “”,
“theme”: “”,
“loglevel”: 0,
“default_locale”: “et_EE”,
“default_language”: “et”,
“defaultapp”: “files”,
“updatechecker”: false,
“updater.release.channel”: “stable”,
“proxy”: “http:\/\/172.24.152.10:3128”,
“twofactor_enforced”: “false”,
“twofactor_enforced_groups”: ,
“twofactor_enforced_excluded_groups”: ,
“app_install_overwrite”: [
“occweb”
],
“allow_user_to_change_display_name”: false,
“default_phone_region”: “EE”,
“enable_previews”: false,
“htaccess.RewriteBase”: “\/”
}
}