local user tries to access item shared by a LDAP user when LDAP server is offline
Open
Nobody has claimed this yet.
bug
- Dominant language
- PHP
- Stars
- 17
- Forks
- 19
- Avg merge
- 11h 40m
- Merged PRs (30d)
- 2
Description
- ldap user shares with local user
- ldap server goes offline
local user cannot access the files
response:
<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
<s:exception>InvalidArgumentException</s:exception>
<s:message>Jail rootPath is null</s:message>
</d:error>
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the two-step LDAP sharing scenario with the LDAP server offline, then trace where the InvalidArgumentException with Jail rootPath is null is generated. No file or test is named in the issue; done means the local user can access the shared files while LDAP is unavailable, with the relevant regression covered by a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- authentication, authorization
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100