Issue 99534 - new locking NFSv4 + winNT acl
Summary: new locking NFSv4 + winNT acl
Status: UNCONFIRMED
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: OOo 3.0
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: needhelp
Depends on:
Blocks:
 
Reported: 2009-02-23 13:38 UTC by miekg
Modified: 2014-02-02 13:37 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description miekg 2009-02-23 13:38:27 UTC
Hello,

We have an exported NFSv4 filesystem which runs on top of a netapp CIFS
filesystem. In this filesystem all permissions are checked taken
care by looking at CIFS ACL's, the
standard Unix permissions are pretty useless in this environment and are
normally just '---------'.

We are now (with ooo3, ooo3.0.1, and ooo3.1 (prerelease)) into the following
problem: Lock files can (and are) being created (by virtue of the ACL) but then
ooo3 gets
smart (or something) and tries to check if the lockfile can be removed. 

This check fails as the standard permissions are useless. If ooo3 were
to just TRY and remove the lock file there was no problem.

Ooo2 just works fine in this environment.