Issue 99534

Summary: new locking NFSv4 + winNT acl
Product: General Reporter: miekg <miek>
Component: codeAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: elish, issues
Version: OOo 3.0Keywords: needhelp
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

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.