Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sabre\DAV\Exception\ServiceUnavailable: TypeError: Argument 1 passed to OCA\User_LDAP\Group_LDAP::walkNestedGroups() must be of the type string, null given #15050

Closed
k0ste opened this issue Apr 11, 2019 · 17 comments
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: ldap

Comments

@k0ste
Copy link

k0ste commented Apr 11, 2019

Steps to reproduce

  1. Nextcloud 15.0.4
  2. Upgrade to 15.0.7
  3. Users don't get files explorer.

Expected behaviour

Users get files explorer.

Actual behaviour

After login user can't do anything.

Sabre\DAV\Exception\ServiceUnavailable: TypeError: Argument 1 passed to OCA\User_LDAP\Group_LDAP::walkNestedGroups() must be of the type string, null given, called in /usr/share/webapps/nextcloud/apps/user_ldap/lib/Group_LDAP.php on line 796

    <<closure>>

    {closure}("*** sensiti ... *")

    /usr/share/webapps/nextcloud/3rdparty/sabre/event/lib/EventEmitterTrait.php - line 105:

    call_user_func_array(Closure {}, [ "*** sensi ... "])

    /usr/share/webapps/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 466:

    Sabre\Event\EventEmitter->emit("beforeMethod", [ "*** sensi ... "])

    /usr/share/webapps/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php - line 254:

    Sabre\DAV\Server->invokeMethod("*** sensiti ... *", "*** sensiti ... *")

    /usr/share/webapps/nextcloud/remote.php - line 72:

    Sabre\DAV\Server->exec()

    /usr/share/webapps/nextcloud/remote.php - line 168:

    handleException(TypeError {})

Server configuration

Operating system: Linux 5.0.7

Web server: nginx 1.15.11

Database: PostgreSQL 10.3

PHP version: 7.3.4

Nextcloud version: 15.0.7

Updated from an older Nextcloud/ownCloud or fresh install: Upgrade

Where did you install Nextcloud from: 15.0.4

Signing status:

Signing status
No errors have been found.

List of activated apps:

App list
Enabled:
  - accessibility: 1.1.0
  - activity: 2.8.2
  - admin_audit: 1.5.0
  - bookmarks: 0.17.0
  - calendar: 1.6.4
  - cloud_federation_api: 0.1.0
  - comments: 1.5.0
  - dav: 1.8.1
  - federatedfilesharing: 1.5.0
  - files: 1.10.0
  - files_external: 1.6.0
  - files_pdfviewer: 1.4.0
  - files_sharing: 1.7.0
  - files_texteditor: 2.7.0
  - files_trashbin: 1.5.0
  - files_versions: 1.8.0
  - files_videoplayer: 1.4.0
  - firstrunwizard: 2.4.0
  - gallery: 18.2.0
  - logreader: 2.0.0
  - lookup_server_connector: 1.3.0
  - nextcloud_announcements: 1.4.0
  - notes: 2.5.1
  - notifications: 2.3.0
  - oauth2: 1.3.0
  - password_policy: 1.5.0
  - provisioning_api: 1.5.0
  - serverinfo: 1.5.0
  - sharebymail: 1.5.0
  - spreed: 5.0.2
  - support: 1.0.0
  - survey_client: 1.3.0
  - systemtags: 1.5.0
  - tasks: 0.9.8
  - theming: 1.6.0
  - twofactor_backupcodes: 1.4.1
  - updatenotification: 1.5.0
  - user_ldap: 1.5.0
  - workflowengine: 1.5.0
Disabled:
  - contacts
  - encryption
  - federation
  - mail
  - user_ldap_rem

Nextcloud configuration:

Config report
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "pgsql",
        "version": "15.0.7.0",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "logtimezone": "Asia\/Novosibirsk",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "installed": true,
        "mail_smtpmode": "smtp",
        "mail_smtpsecure": "tls",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "25",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "ldapIgnoreNamingRules": false,
        "preview_libreoffice_path": "\/usr\/bin\/libreoffice",
        "loglevel": 0,
        "theme": "",
        "default_language": "ru",
        "maintenance": false,
        "ldapProviderFactory": "\\OCA\\User_LDAP\\LDAPProviderFactory",
        "data-fingerprint": "d35197cf75e4fb1d948048fb3f1d578e",
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "mail_sendmailmode": "smtp",
        "mail_smtpauthtype": "PLAIN",
        "mail_smtpauth": 1
    }
}

Are you using external storage, if yes which one: local + s3

Are you using encryption: no

Are you using an external user-backend, if yes which one: OpenLDAP

LDAP configuration (delete this part if not used)

LDAP config
+-------------------------------+---------------------------------------------+
| Configuration                 |                                             |
+-------------------------------+---------------------------------------------+
| hasMemberOfFilterSupport      |                                             |
| homeFolderNamingRule          |                                             |
| lastJpegPhotoLookup           | 0                                           |
| ldapAgentName                 | cn=***,ou=people,dc=opentech,dc=local     |
| ldapAgentPassword             | ***                                         |
| ldapAttributesForGroupSearch  |                                             |
| ldapAttributesForUserSearch   |                                             |
| ldapBackupHost                |                                             |
| ldapBackupPort                |                                             |
| ldapBase                      | dc=opentech,dc=local                        |
| ldapBaseGroups                | dc=opentech,dc=local                        |
| ldapBaseUsers                 | dc=opentech,dc=local                        |
| ldapCacheTTL                  | 600                                         |
| ldapConfigurationActive       | 1                                           |
| ldapDefaultPPolicyDN          |                                             |
| ldapDynamicGroupMemberURL     |                                             |
| ldapEmailAttribute            | mail                                        |
| ldapExperiencedAdmin          | 1                                           |
| ldapExpertUUIDGroupAttr       |                                             |
| ldapExpertUUIDUserAttr        |                                             |
| ldapExpertUsernameAttr        |                                             |
| ldapGidNumber                 | gidNumber                                   |
| ldapGroupDisplayName          | cn                                          |
| ldapGroupFilter               | (&(objectClass=posixGroup)(description=*))  |
| ldapGroupFilterGroups         |                                             |
| ldapGroupFilterMode           | 1                                           |
| ldapGroupFilterObjectclass    |                                             |
| ldapGroupMemberAssocAttr      | memberUid                                   |
| ldapHost                      | ldap.opentech.local                         |
| ldapIgnoreNamingRules         |                                             |
| ldapLoginFilter               | (&(|(objectclass=inetOrgPerson))(uid=%uid)) |
| ldapLoginFilterAttributes     |                                             |
| ldapLoginFilterEmail          | 0                                           |
| ldapLoginFilterMode           | 0                                           |
| ldapLoginFilterUsername       | 1                                           |
| ldapNestedGroups              | 0                                           |
| ldapOverrideMainServer        |                                             |
| ldapPagingSize                | 500                                         |
| ldapPort                      | 389                                         |
| ldapQuotaAttribute            |                                             |
| ldapQuotaDefault              |                                             |
| ldapTLS                       | 0                                           |
| ldapUserAvatarRule            | default                                     |
| ldapUserDisplayName           | displayname                                 |
| ldapUserDisplayName2          |                                             |
| ldapUserFilter                | (|(objectclass=inetOrgPerson))              |
| ldapUserFilterGroups          |                                             |
| ldapUserFilterMode            | 0                                           |
| ldapUserFilterObjectclass     | inetOrgPerson                               |
| ldapUuidGroupAttribute        | auto                                        |
| ldapUuidUserAttribute         | auto                                        |
| turnOffCertCheck              | 0                                           |
| turnOnPasswordChange          | 0                                           |
| useMemberOfToDetectMembership | 1                                           |
+-------------------------------+---------------------------------------------+

Client configuration

Browser: Firefox 66.0.2

Operating system: Linux 5.0.7

Logs

Web server error log

Web server error log
Insert your webserver log here

Nextcloud log (data/nextcloud.log)

Nextcloud log
{"reqId":"qteqG1KBolg5R2h2uLYE","level":0,"time":"2019-04-11T13:08:38+07:00","remoteAddr":"192.168.2.251","user":"51f545b4-8838-4b0c-8f40-13bae8d0ce2f","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/d
av\/files\/51f545b4-8838-4b0c-8f40-13bae8d0ce2f\/","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (Linux) mirall\/2.3.2 (Nextcloud)","version":"15.0.7.0"}
{"reqId":"qteqG1KBolg5R2h2uLYE","level":4,"time":"2019-04-11T13:08:38+07:00","remoteAddr":"192.168.2.251","user":"51f545b4-8838-4b0c-8f40-13bae8d0ce2f","app":"webdav","method":"PROPFIND","url":"\/remote.php\/dav\
/files\/51f545b4-8838-4b0c-8f40-13bae8d0ce2f\/","message":{"Exception":"Sabre\\DAV\\Exception\\ServiceUnavailable","Message":"TypeError: Argument 1 passed to OCA\\User_LDAP\\Group_LDAP::walkNestedGroups() must be
 of the type string, null given, called in \/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Group_LDAP.php on line 796","Code":0,"Trace":[{"function":"{closure}","args":["*** sensitive parameters replaced 
***"]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[{"__class__":"Closure"},["*** sensitive parameter replace
d ***","*** sensitive parameter replaced ***"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":466,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->
","args":["beforeMethod",["*** sensitive parameter replaced ***","*** sensitive parameter replaced ***"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"functi
on":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":["*** sensitive parameter replaced ***","*** sensitive parameter replaced ***"]},{"file":"\/usr\/share\/webapps\/nextcloud\/remote.php","line":72
,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/remote.php","line":168,"function":"handleException","args":[{"__class__":"TypeError"}]}],"File":"\
/usr\/share\/webapps\/nextcloud\/remote.php","Line":70,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (Linux) mirall\/2.3.2 (Nextcloud)","version":"15.0.7.0"}
@k0ste k0ste added 0. Needs triage Pending check for reproducibility or if it fits our roadmap bug labels Apr 11, 2019
@k0ste
Copy link
Author

k0ste commented Apr 11, 2019

Workaround for this: I use user_ldap app from release 15.0.4: now my nextCloud works.

@kesselb
Copy link
Contributor

kesselb commented Apr 11, 2019

@nextcloud/ldap

#14464 as reference. It's not possible that dn is null because walkNestedGroups expects a string.

@blizzz
Copy link
Member

blizzz commented May 17, 2019

The nulled $dn must have been already provided to getGroupsByMember, precisely by

			else if(strtolower($this->access->connection->ldapGroupMemberAssocAttr) === 'memberuid') {
			$result = $this->access->readAttribute($userDN, 'uid');
			if ($result === false) {
				\OCP\Util::writeLog('user_ldap', 'No uid attribute found for DN ' . $userDN . ' on '.
					$this->access->connection->ldapHost, ILogger::DEBUG);
			}
			$uid = $result[0];

($uid is the parameter later on). And there is probably ['dn'] as key missing

@k0ste

mind seeing whether applying

diff --git a/apps/user_ldap/lib/Group_LDAP.php b/apps/user_ldap/lib/Group_LDAP.php
index cd4bd18cb4..b44a899db0 100644
--- a/apps/user_ldap/lib/Group_LDAP.php
+++ b/apps/user_ldap/lib/Group_LDAP.php
@@ -740,7 +740,7 @@ class Group_LDAP extends BackendUtility implements \OCP\GroupInterface, IGroupLD
                \OCP\Util::writeLog('user_ldap', 'No uid attribute found for DN ' . $userDN . ' on '.
                    $this->access->connection->ldapHost, ILogger::DEBUG);
            }
-           $uid = $result[0];
+           $uid = $result['dn'][0];
        } else {
            // just in case
            $uid = $userDN;

fixes the issue?

@k0ste
Copy link
Author

k0ste commented May 18, 2019

@blizz nope.

{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":3,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"no app in context","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":{"Exception":"OC\\User\\NoUserException","Message":"7f3f1d51-9466-4370-9ac3-70c6b441b06e is not a valid user anymore","Code":0,"Trace":[{"function":"getHome","class":"OCA\\User_LDAP\\User_LDAP","type":"->","args":["7f3f1d51-9466-4370-9ac3-70c6b441b06e"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_Proxy.php","line":108,"function":"call_user_func_array","args":[[{"__class__":"OCA\\User_LDAP\\User_LDAP"},"getHome"],["7f3f1d51-9466-4370-9ac3-70c6b441b06e"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Proxy.php","line":150,"function":"callOnLastSeenOn","class":"OCA\\User_LDAP\\User_Proxy","type":"->","args":["7f3f1d51-9466-4370-9ac3-70c6b441b06e","getHome",["7f3f1d51-9466-4370-9ac3-70c6b441b06e"],false]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_Proxy.php","line":227,"function":"handleRequest","class":"OCA\\User_LDAP\\Proxy","type":"->","args":["7f3f1d51-9466-4370-9ac3-70c6b441b06e","getHome",["7f3f1d51-9466-4370-9ac3-70c6b441b06e"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/User\/User.php","line":282,"function":"getHome","class":"OCA\\User_LDAP\\User_Proxy","type":"->","args":["7f3f1d51-9466-4370-9ac3-70c6b441b06e"]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Home.php","line":53,"function":"getHome","class":"OC\\User\\User","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Mount\/MountPoint.php","line":147,"function":"__construct","class":"OC\\Files\\Storage\\Home","type":"->","args":[{"user":{"__class__":"OC\\User\\User"}}]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Mount\/MountPoint.php","line":172,"function":"createStorage","class":"OC\\Files\\Mount\\MountPoint","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":321,"function":"getStorage","class":"OC\\Files\\Mount\\MountPoint","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":443,"function":"getStorage","class":"OC\\Files\\Filesystem","type":"::","args":["7f3f1d51-9466-4370-9ac3-70c6b441b06e"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":127,"function":"initMountPoints","class":"OC\\Files\\Filesystem","type":"::","args":["7f3f1d51-9466-4370-9ac3-70c6b441b06e"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":482,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Jail.php","line":220,"function":"getWrapperStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":199,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Jail","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":215,"function":"getPermissions","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":148,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":114,"function":"formatCacheEntry","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\CacheEntry"},""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1469,"function":"get","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":265,"function":"getDirectoryContent","class":"OC\\Files\\View","type":"->","args":["\/"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/TagsPlugin.php","line":224,"function":"getChildren","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":[]},{"function":"handleGetProperties","class":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin"},"handleGetProperties"],[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1059,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["propFind",[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":981,"function":"getPropertiesByNode","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1666,"function":"getPropertiesIteratorForPath","class":"Sabre\\DAV\\Server","type":"->","args":["files\/974ad4ac-60de-1030-84a3-c71a210134e6",["{DAV:}getlastmodified","{DAV:}getetag","{DAV:}getcontenttype","{DAV:}resourcetype","{http:\/\/owncloud.org\/ns}fileid","{http:\/\/owncloud.org\/ns}permissions","{http:\/\/owncloud.org\/ns}size","{DAV:}getcontentlength","{http:\/\/nextcloud.org\/ns}has-preview","{http:\/\/nextcloud.org\/ns}mount-type","{http:\/\/nextcloud.org\/ns}is-encrypted","{http:\/\/open-collaboration-services.org\/ns}share-permissions","{http:\/\/owncloud.org\/ns}tags","{http:\/\/owncloud.org\/ns}favorite","{http:\/\/owncloud.org\/ns}comments-unread","{http:\/\/owncloud.org\/ns}owner-id","{http:\/\/owncloud.org\/ns}owner-display-name","{http:\/\/owncloud.org\/ns}share-types"],1]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":355,"function":"generateMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Generator"},false]},{"function":"httpPropFind","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPropFind"],[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PROPFIND",[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/remote.php","line":163,"args":["\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_LDAP.php","Line":437,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":3,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"no app in context","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":{"Exception":"OC\\User\\NoUserException","Message":"7709416f-e192-4730-ac01-c3eb918423db is not a valid user anymore","Code":0,"Trace":[{"function":"getHome","class":"OCA\\User_LDAP\\User_LDAP","type":"->","args":["7709416f-e192-4730-ac01-c3eb918423db"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_Proxy.php","line":108,"function":"call_user_func_array","args":[[{"__class__":"OCA\\User_LDAP\\User_LDAP"},"getHome"],["7709416f-e192-4730-ac01-c3eb918423db"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Proxy.php","line":150,"function":"callOnLastSeenOn","class":"OCA\\User_LDAP\\User_Proxy","type":"->","args":["7709416f-e192-4730-ac01-c3eb918423db","getHome",["7709416f-e192-4730-ac01-c3eb918423db"],false]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_Proxy.php","line":227,"function":"handleRequest","class":"OCA\\User_LDAP\\Proxy","type":"->","args":["7709416f-e192-4730-ac01-c3eb918423db","getHome",["7709416f-e192-4730-ac01-c3eb918423db"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/User\/User.php","line":282,"function":"getHome","class":"OCA\\User_LDAP\\User_Proxy","type":"->","args":["7709416f-e192-4730-ac01-c3eb918423db"]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Home.php","line":53,"function":"getHome","class":"OC\\User\\User","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Mount\/MountPoint.php","line":147,"function":"__construct","class":"OC\\Files\\Storage\\Home","type":"->","args":[{"user":{"__class__":"OC\\User\\User"}}]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Mount\/MountPoint.php","line":172,"function":"createStorage","class":"OC\\Files\\Mount\\MountPoint","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":321,"function":"getStorage","class":"OC\\Files\\Mount\\MountPoint","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":443,"function":"getStorage","class":"OC\\Files\\Filesystem","type":"::","args":["7709416f-e192-4730-ac01-c3eb918423db"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":127,"function":"initMountPoints","class":"OC\\Files\\Filesystem","type":"::","args":["7709416f-e192-4730-ac01-c3eb918423db"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[563653]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[563653]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":482,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Jail.php","line":220,"function":"getWrapperStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":199,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Jail","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":215,"function":"getPermissions","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":148,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":114,"function":"formatCacheEntry","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\CacheEntry"},""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1469,"function":"get","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":265,"function":"getDirectoryContent","class":"OC\\Files\\View","type":"->","args":["\/"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/TagsPlugin.php","line":224,"function":"getChildren","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":[]},{"function":"handleGetProperties","class":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin"},"handleGetProperties"],[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1059,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["propFind",[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":981,"function":"getPropertiesByNode","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1666,"function":"getPropertiesIteratorForPath","class":"Sabre\\DAV\\Server","type":"->","args":["files\/974ad4ac-60de-1030-84a3-c71a210134e6",["{DAV:}getlastmodified","{DAV:}getetag","{DAV:}getcontenttype","{DAV:}resourcetype","{http:\/\/owncloud.org\/ns}fileid","{http:\/\/owncloud.org\/ns}permissions","{http:\/\/owncloud.org\/ns}size","{DAV:}getcontentlength","{http:\/\/nextcloud.org\/ns}has-preview","{http:\/\/nextcloud.org\/ns}mount-type","{http:\/\/nextcloud.org\/ns}is-encrypted","{http:\/\/open-collaboration-services.org\/ns}share-permissions","{http:\/\/owncloud.org\/ns}tags","{http:\/\/owncloud.org\/ns}favorite","{http:\/\/owncloud.org\/ns}comments-unread","{http:\/\/owncloud.org\/ns}owner-id","{http:\/\/owncloud.org\/ns}owner-display-name","{http:\/\/owncloud.org\/ns}share-types"],1]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":355,"function":"generateMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Generator"},false]},{"function":"httpPropFind","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPropFind"],[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PROPFIND",[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/remote.php","line":163,"args":["\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_LDAP.php","Line":437,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":3,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"no app in context","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":{"Exception":"OC\\User\\NoUserException","Message":"c11eae6c-f8cf-4509-a731-f8bd60b5432f is not a valid user anymore","Code":0,"Trace":[{"function":"getHome","class":"OCA\\User_LDAP\\User_LDAP","type":"->","args":["c11eae6c-f8cf-4509-a731-f8bd60b5432f"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_Proxy.php","line":108,"function":"call_user_func_array","args":[[{"__class__":"OCA\\User_LDAP\\User_LDAP"},"getHome"],["c11eae6c-f8cf-4509-a731-f8bd60b5432f"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Proxy.php","line":150,"function":"callOnLastSeenOn","class":"OCA\\User_LDAP\\User_Proxy","type":"->","args":["c11eae6c-f8cf-4509-a731-f8bd60b5432f","getHome",["c11eae6c-f8cf-4509-a731-f8bd60b5432f"],false]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_Proxy.php","line":227,"function":"handleRequest","class":"OCA\\User_LDAP\\Proxy","type":"->","args":["c11eae6c-f8cf-4509-a731-f8bd60b5432f","getHome",["c11eae6c-f8cf-4509-a731-f8bd60b5432f"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/User\/User.php","line":282,"function":"getHome","class":"OCA\\User_LDAP\\User_Proxy","type":"->","args":["c11eae6c-f8cf-4509-a731-f8bd60b5432f"]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Home.php","line":53,"function":"getHome","class":"OC\\User\\User","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Mount\/MountPoint.php","line":147,"function":"__construct","class":"OC\\Files\\Storage\\Home","type":"->","args":[{"user":{"__class__":"OC\\User\\User"}}]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Mount\/MountPoint.php","line":172,"function":"createStorage","class":"OC\\Files\\Mount\\MountPoint","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":321,"function":"getStorage","class":"OC\\Files\\Mount\\MountPoint","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":443,"function":"getStorage","class":"OC\\Files\\Filesystem","type":"::","args":["c11eae6c-f8cf-4509-a731-f8bd60b5432f"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":127,"function":"initMountPoints","class":"OC\\Files\\Filesystem","type":"::","args":["c11eae6c-f8cf-4509-a731-f8bd60b5432f"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[583719]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[583719]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[563653]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[563653]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":482,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Jail.php","line":220,"function":"getWrapperStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":199,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Jail","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":215,"function":"getPermissions","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":148,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":114,"function":"formatCacheEntry","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\CacheEntry"},""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1469,"function":"get","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":265,"function":"getDirectoryContent","class":"OC\\Files\\View","type":"->","args":["\/"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/TagsPlugin.php","line":224,"function":"getChildren","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":[]},{"function":"handleGetProperties","class":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin"},"handleGetProperties"],[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1059,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["propFind",[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":981,"function":"getPropertiesByNode","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1666,"function":"getPropertiesIteratorForPath","class":"Sabre\\DAV\\Server","type":"->","args":["files\/974ad4ac-60de-1030-84a3-c71a210134e6",["{DAV:}getlastmodified","{DAV:}getetag","{DAV:}getcontenttype","{DAV:}resourcetype","{http:\/\/owncloud.org\/ns}fileid","{http:\/\/owncloud.org\/ns}permissions","{http:\/\/owncloud.org\/ns}size","{DAV:}getcontentlength","{http:\/\/nextcloud.org\/ns}has-preview","{http:\/\/nextcloud.org\/ns}mount-type","{http:\/\/nextcloud.org\/ns}is-encrypted","{http:\/\/open-collaboration-services.org\/ns}share-permissions","{http:\/\/owncloud.org\/ns}tags","{http:\/\/owncloud.org\/ns}favorite","{http:\/\/owncloud.org\/ns}comments-unread","{http:\/\/owncloud.org\/ns}owner-id","{http:\/\/owncloud.org\/ns}owner-display-name","{http:\/\/owncloud.org\/ns}share-types"],1]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":355,"function":"generateMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Generator"},false]},{"function":"httpPropFind","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPropFind"],[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PROPFIND",[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/remote.php","line":163,"args":["\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_LDAP.php","Line":437,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":3,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"no app in context","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":{"Exception":"OC\\User\\NoUserException","Message":"84808f9c-379b-43fe-8e52-8333b88340d9 is not a valid user anymore","Code":0,"Trace":[{"function":"getHome","class":"OCA\\User_LDAP\\User_LDAP","type":"->","args":["84808f9c-379b-43fe-8e52-8333b88340d9"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_Proxy.php","line":108,"function":"call_user_func_array","args":[[{"__class__":"OCA\\User_LDAP\\User_LDAP"},"getHome"],["84808f9c-379b-43fe-8e52-8333b88340d9"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Proxy.php","line":150,"function":"callOnLastSeenOn","class":"OCA\\User_LDAP\\User_Proxy","type":"->","args":["84808f9c-379b-43fe-8e52-8333b88340d9","getHome",["84808f9c-379b-43fe-8e52-8333b88340d9"],false]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_Proxy.php","line":227,"function":"handleRequest","class":"OCA\\User_LDAP\\Proxy","type":"->","args":["84808f9c-379b-43fe-8e52-8333b88340d9","getHome",["84808f9c-379b-43fe-8e52-8333b88340d9"]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/User\/User.php","line":282,"function":"getHome","class":"OCA\\User_LDAP\\User_Proxy","type":"->","args":["84808f9c-379b-43fe-8e52-8333b88340d9"]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Home.php","line":53,"function":"getHome","class":"OC\\User\\User","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Mount\/MountPoint.php","line":147,"function":"__construct","class":"OC\\Files\\Storage\\Home","type":"->","args":[{"user":{"__class__":"OC\\User\\User"}}]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Mount\/MountPoint.php","line":172,"function":"createStorage","class":"OC\\Files\\Mount\\MountPoint","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":321,"function":"getStorage","class":"OC\\Files\\Mount\\MountPoint","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":443,"function":"getStorage","class":"OC\\Files\\Filesystem","type":"::","args":["84808f9c-379b-43fe-8e52-8333b88340d9"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":127,"function":"initMountPoints","class":"OC\\Files\\Filesystem","type":"::","args":["84808f9c-379b-43fe-8e52-8333b88340d9"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[563653]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[563653]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":482,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Jail.php","line":220,"function":"getWrapperStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":199,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Jail","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":215,"function":"getPermissions","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":148,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":114,"function":"formatCacheEntry","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\CacheEntry"},""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1469,"function":"get","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":265,"function":"getDirectoryContent","class":"OC\\Files\\View","type":"->","args":["\/"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/TagsPlugin.php","line":224,"function":"getChildren","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":[]},{"function":"handleGetProperties","class":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin"},"handleGetProperties"],[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1059,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["propFind",[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":981,"function":"getPropertiesByNode","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1666,"function":"getPropertiesIteratorForPath","class":"Sabre\\DAV\\Server","type":"->","args":["files\/974ad4ac-60de-1030-84a3-c71a210134e6",["{DAV:}getlastmodified","{DAV:}getetag","{DAV:}getcontenttype","{DAV:}resourcetype","{http:\/\/owncloud.org\/ns}fileid","{http:\/\/owncloud.org\/ns}permissions","{http:\/\/owncloud.org\/ns}size","{DAV:}getcontentlength","{http:\/\/nextcloud.org\/ns}has-preview","{http:\/\/nextcloud.org\/ns}mount-type","{http:\/\/nextcloud.org\/ns}is-encrypted","{http:\/\/open-collaboration-services.org\/ns}share-permissions","{http:\/\/owncloud.org\/ns}tags","{http:\/\/owncloud.org\/ns}favorite","{http:\/\/owncloud.org\/ns}comments-unread","{http:\/\/owncloud.org\/ns}owner-id","{http:\/\/owncloud.org\/ns}owner-display-name","{http:\/\/owncloud.org\/ns}share-types"],1]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":355,"function":"generateMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Generator"},false]},{"function":"httpPropFind","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPropFind"],[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PROPFIND",[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/remote.php","line":163,"args":["\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/User_LDAP.php","Line":437,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"initializing paged search for  Filter objectClass=* base Array\n(\n    [0] => cn=\u0441\u043a\u0443\u0440\u0438\u0445\u0438\u043d\u0430 \u043e\u043b\u044c\u0433\u0430 \u0430\u043d\u0434\u0440\u0435\u0435\u0432\u043d\u0430,ou=people,dc=opentech,dc=local\n)\n attr Array\n(\n    [0] => primarygroupid\n)\n limit 500 offset 0","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Requested attribute primarygroupid not found for cn=\u0441\u043a\u0443\u0440\u0438\u0445\u0438\u043d\u0430 \u043e\u043b\u044c\u0433\u0430 \u0430\u043d\u0434\u0440\u0435\u0435\u0432\u043d\u0430,ou=people,dc=opentech,dc=local","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"initializing paged search for  Filter objectClass=* base Array\n(\n    [0] => cn=\u0441\u043a\u0443\u0440\u0438\u0445\u0438\u043d\u0430 \u043e\u043b\u044c\u0433\u0430 \u0430\u043d\u0434\u0440\u0435\u0435\u0432\u043d\u0430,ou=people,dc=opentech,dc=local\n)\n attr Array\n(\n    [0] => gidnumber\n)\n limit 500 offset 0","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"initializing paged search for  Filter (&(&(objectClass=posixGroup)(description=*))(objectClass=posixGroup)(gidNumber=1109)) base Array\n(\n    [0] => dc=opentech,dc=local\n)\n attr Array\n(\n    [0] => dn\n)\n limit 1 offset 0","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"initializing paged search for  Filter objectClass=* base Array\n(\n    [0] => cn=\u0441\u043a\u0443\u0440\u0438\u0445\u0438\u043d\u0430 \u043e\u043b\u044c\u0433\u0430 \u0430\u043d\u0434\u0440\u0435\u0435\u0432\u043d\u0430,ou=people,dc=opentech,dc=local\n)\n attr Array\n(\n    [0] => uid\n)\n limit 500 offset 0","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":3,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"PHP","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Undefined index: dn at \/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Group_LDAP.php#743","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"initializing paged search for  Filter memberUid= base Array\n(\n    [0] => dc=opentech,dc=local\n)\n attr Array\n(\n    [0] => cn\n    [1] => dn\n)\n limit 500 offset 0","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"user_ldap","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Ready for a paged search","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":3,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"remote","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":{"Exception":"TypeError","Message":"Argument 1 passed to OCA\\User_LDAP\\Group_LDAP::walkNestedGroups() must be of the type string, null given, called in \/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Group_LDAP.php on line 796","Code":0,"Trace":[{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Group_LDAP.php","line":796,"function":"walkNestedGroups","class":"OCA\\User_LDAP\\Group_LDAP","type":"->","args":[null,{"__class__":"Closure"},[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Group_LDAP.php","line":752,"function":"getGroupsByMember","class":"OCA\\User_LDAP\\Group_LDAP","type":"->","args":[null]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Group_Proxy.php","line":123,"function":"getUserGroups","class":"OCA\\User_LDAP\\Group_LDAP","type":"->","args":[null]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Group\/Manager.php","line":281,"function":"getUserGroups","class":"OCA\\User_LDAP\\Group_Proxy","type":"->","args":["542d04e5-6b9a-4e25-820f-17734f601a4d"]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Group\/Manager.php","line":268,"function":"getUserIdGroups","class":"OC\\Group\\Manager","type":"->","args":["542d04e5-6b9a-4e25-820f-17734f601a4d"]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Group\/Manager.php","line":329,"function":"getUserGroups","class":"OC\\Group\\Manager","type":"->","args":[{"__class__":"OC\\User\\User"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_external\/lib\/Service\/UserGlobalStoragesService.php","line":186,"function":"getUserGroupIds","class":"OC\\Group\\Manager","type":"->","args":[{"__class__":"OC\\User\\User"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_external\/lib\/Config\/ConfigAdapter.php","line":127,"function":"getAllStoragesForUser","class":"OCA\\Files_External\\Service\\UserGlobalStoragesService","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Config\/MountProviderCollection.php","line":103,"function":"getMountsForUser","class":"OCA\\Files_External\\Config\\ConfigAdapter","type":"->","args":[{"__class__":"OC\\User\\User"},{"__class__":"OC\\Files\\Storage\\StorageFactory"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Filesystem.php","line":447,"function":"addMountForUser","class":"OC\\Files\\Config\\MountProviderCollection","type":"->","args":[{"__class__":"OC\\User\\User"},{"__class__":"OC\\Files\\Mount\\Manager"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":127,"function":"initMountPoints","class":"OC\\Files\\Filesystem","type":"::","args":["542d04e5-6b9a-4e25-820f-17734f601a4d"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":477,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"function":"getSourceStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":506,"function":"call_user_func_array","args":[[{"cache":{"__class__":"OCA\\Files_Sharing\\Cache"},"scanner":null,"watcher":null,"propagator":null,"updater":null,"mountOptions":[],"__class__":"OCA\\Files_Sharing\\SharedStorage"},"getSourceStorage"],[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":93,"function":"__call","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":["getSourceStorage",[]]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Cache\/Wrapper\/CacheJail.php","line":321,"function":"getCache","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1724,"function":"getPathById","class":"OC\\Files\\Cache\\Wrapper\\CacheJail","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":128,"function":"getPath","class":"OC\\Files\\View","type":"->","args":[3017]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":482,"function":"init","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Jail.php","line":220,"function":"getWrapperStorage","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/SharedStorage.php","line":199,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Jail","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/Storage\/Wrapper\/Wrapper.php","line":215,"function":"getPermissions","class":"OCA\\Files_Sharing\\SharedStorage","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":148,"function":"getPermissions","class":"OC\\Files\\Storage\\Wrapper\\Wrapper","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/files_sharing\/lib\/Cache.php","line":114,"function":"formatCacheEntry","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[{"__class__":"OC\\Files\\Cache\\CacheEntry"},""]},{"file":"\/usr\/share\/webapps\/nextcloud\/lib\/private\/Files\/View.php","line":1469,"function":"get","class":"OCA\\Files_Sharing\\Cache","type":"->","args":[""]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/Directory.php","line":265,"function":"getDirectoryContent","class":"OC\\Files\\View","type":"->","args":["\/"]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Connector\/Sabre\/TagsPlugin.php","line":224,"function":"getChildren","class":"OCA\\DAV\\Connector\\Sabre\\Directory","type":"->","args":[]},{"function":"handleGetProperties","class":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"OCA\\DAV\\Connector\\Sabre\\TagsPlugin"},"handleGetProperties"],[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1059,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["propFind",[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":981,"function":"getPropertiesByNode","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Sabre\\DAV\\PropFind"},{"__class__":"OCA\\DAV\\Files\\FilesHome"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":1666,"function":"getPropertiesIteratorForPath","class":"Sabre\\DAV\\Server","type":"->","args":["files\/974ad4ac-60de-1030-84a3-c71a210134e6",["{DAV:}getlastmodified","{DAV:}getetag","{DAV:}getcontenttype","{DAV:}resourcetype","{http:\/\/owncloud.org\/ns}fileid","{http:\/\/owncloud.org\/ns}permissions","{http:\/\/owncloud.org\/ns}size","{DAV:}getcontentlength","{http:\/\/nextcloud.org\/ns}has-preview","{http:\/\/nextcloud.org\/ns}mount-type","{http:\/\/nextcloud.org\/ns}is-encrypted","{http:\/\/open-collaboration-services.org\/ns}share-permissions","{http:\/\/owncloud.org\/ns}tags","{http:\/\/owncloud.org\/ns}favorite","{http:\/\/owncloud.org\/ns}comments-unread","{http:\/\/owncloud.org\/ns}owner-id","{http:\/\/owncloud.org\/ns}owner-display-name","{http:\/\/owncloud.org\/ns}share-types"],1]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/CorePlugin.php","line":355,"function":"generateMultiStatus","class":"Sabre\\DAV\\Server","type":"->","args":[{"__class__":"Generator"},false]},{"function":"httpPropFind","class":"Sabre\\DAV\\CorePlugin","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/event\/lib\/EventEmitterTrait.php","line":105,"function":"call_user_func_array","args":[[{"__class__":"Sabre\\DAV\\CorePlugin"},"httpPropFind"],[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":479,"function":"emit","class":"Sabre\\Event\\EventEmitter","type":"->","args":["method:PROPFIND",[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]]},{"file":"\/usr\/share\/webapps\/nextcloud\/3rdparty\/sabre\/dav\/lib\/DAV\/Server.php","line":254,"function":"invokeMethod","class":"Sabre\\DAV\\Server","type":"->","args":[{"absoluteUrl":"https:\/\/files.e2e4online.ru\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","__class__":"Sabre\\HTTP\\Request"},{"__class__":"Sabre\\HTTP\\Response"}]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/lib\/Server.php","line":301,"function":"exec","class":"Sabre\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php","line":35,"function":"exec","class":"OCA\\DAV\\Server","type":"->","args":[]},{"file":"\/usr\/share\/webapps\/nextcloud\/remote.php","line":163,"args":["\/usr\/share\/webapps\/nextcloud\/apps\/dav\/appinfo\/v2\/remote.php"],"function":"require_once"}],"File":"\/usr\/share\/webapps\/nextcloud\/apps\/user_ldap\/lib\/Group_LDAP.php","Line":284,"CustomMessage":"--"},"userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"core","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery-ui-fixes.scss, ignoring","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"core","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/server.scss, ignoring","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"core","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/css-variables.scss, ignoring","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"core","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/apps\/firstrunwizard\/css\/firstrunwizard.scss, ignoring","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"core","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/jquery.ocdialog.scss, ignoring","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"core","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/search\/css\/results.scss, ignoring","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"core","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/styles.scss, ignoring","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}
{"reqId":"s5CccoeH4hH5Vi6t2R6n","level":0,"time":"2019-05-18T11:53:50+07:00","remoteAddr":"192.168.0.201","user":"974ad4ac-60de-1030-84a3-c71a210134e6","app":"core","method":"PROPFIND","url":"\/remote.php\/dav\/files\/974ad4ac-60de-1030-84a3-c71a210134e6\/","message":"Scss is disabled for \/usr\/share\/webapps\/nextcloud\/core\/css\/header.scss, ignoring","userAgent":"Mozilla\/5.0 (X11; Linux x86_64; rv:66.0) Gecko\/20100101 Firefox\/66.0","version":"15.0.7.0"}

@hdrael
Copy link

hdrael commented May 22, 2019

Is this issue currently being addressed, or are there any workarounds?
I have the exact same problem, after upgrade from 13.x to 16.0.1, which rendered my installation unusable, because nobody can log on

@k0ste
Copy link
Author

k0ste commented May 22, 2019

@hdrael workaround is here.

@hdrael
Copy link

hdrael commented May 22, 2019

@k0ste thanks - I tried that, but I couldn't get it working.
I'm quite unfamiliar with the way nextcloud apps are installed, so I went the naive way of downloading the nextcloud-15.0.4 tarball and replacing the user_ldap directory in my installation with the one from the tarball.
This didn't work:

The files of the app LDAP user and group backend (user_ldap) were not replaced correctly. Make sure it is a version compatible with the server.

Was my approach wrong, or is my 16.0.1 installation simply incompatible with the 15.0.4 user_ldap and I'm out of luck?

@hdrael
Copy link

hdrael commented May 22, 2019

Ok, I was able to pull it off now.
Workaround for 16.0.1:

  • Download 15.0.4 tarball
  • Extract somewhere
  • Make a copy of your current <nextcloud>/apps/user_ldap
  • Delete <nextcloud>/apps/user_ldap
  • Copy <extracted tarball>/apps/user_ldap to <nextcloud>/apps/user_ldap
  • Update ownerships of <nextcloud>/apps/user_ldap
  • Edit <nextcloud>/apps/user_ldap/appinfo/info.xml and change
    • <version>1.5.0</version> to <version>1.6.0</version>
    • <nextcloud min-version="15" max-version="15"/> to <nextcloud min-version="16" max-version="16"/>

This is obviously very hacky and I can't tell if there are any unexpected side-effects, but at least for me it works like this

@Yzed
Copy link

Yzed commented May 25, 2019

- $uid = $result[0];
+ $uid = $result['dn'][0];

fixes the issue?

*edit*

It fixes the access via Browser, however mobile apps still get a "500" error. Replacing user_ldap with 15.0.4 version does fix it entirely. So seems only a partial fix.

log shows now:

[...]"app":"PHP","method":"GET","url":"\/ocs\/v2.php\/apps\/notifications\/api\/v2\/notifications","message":"Undefined index: dn at \/web\/nextcloud\/apps\/user_ldap\/lib\/Group_LDAP.php#743","userAgent":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/71.0.3579.98 Safari\/537.36","version":"16.0.1.1"}

@Scriptkiddi
Copy link

Just as a hint I had the same problem and ishares from an old user in the database caused it after i deleted the shares it started working again

@Yzed
Copy link

Yzed commented May 30, 2019

Just as a hint I had the same problem and ishares from an old user in the database caused it after i deleted the shares it started working again

would you mind to elaborate more what you did? Have you applied the proposed patch above? What elements did you delete from your DB?

@Scriptkiddi
Copy link

Sure, I did not try the patch above
I added debug statements to the code, the result was I found a number of shares that where shared from a user that did not exist in the system anymore --> this resulted in the passing of a null dn, my solution was taking the username that appeared a couple of function calls earlier and search for shares in the oc_share table. The once I found where consistent with the users that had an empty file page, so i ran delete from oc_share where uid_owner="<delete_user_id>"; and it started working again.

@Yzed
Copy link

Yzed commented Jun 17, 2019

Sure, I did not try the patch above
I added debug statements to the code, the result was I found a number of shares that where shared from a user that did not exist in the system anymore --> this resulted in the passing of a null dn, my solution was taking the username that appeared a couple of function calls earlier and search for shares in the oc_share table. The once I found where consistent with the users that had an empty file page, so i ran delete from oc_share where uid_owner="<delete_user_id>"; and it started working again.

thx for sharing - in our case oc_share don't contain any non-existing users - so likely there are more such cases that can cause dn to be empty. Need to learn how to debug that.

@ghost
Copy link

ghost commented Jun 28, 2019

Today we got bitten by this too. Rolling back to 15.0.4 fixed the issue.
We're using openldap with memberuid. No nested groups exists at all, no need to walkNestedGroups.

@Tealk
Copy link

Tealk commented Sep 24, 2019

I copied the "user_ldap" from the backup of 15.0.5 to the current 16 and made the changes that @hdrael suggested. LDAP now works again.

@blizzz
Copy link
Member

blizzz commented Nov 20, 2019

potential fix in #18030

@blizzz
Copy link
Member

blizzz commented Dec 3, 2019

Closing this as fixed in #18030, being shipped with next maintenance updates

@blizzz blizzz closed this as completed Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0. Needs triage Pending check for reproducibility or if it fits our roadmap bug feature: ldap
Projects
None yet
Development

No branches or pull requests

7 participants