What privilege level is required on a Windows client workstation on an ActiveDomain to break file lo

Posted by Mike Burton on Server Fault See other posts from Server Fault or by Mike Burton
Published on 2009-10-29T15:59:43Z Indexed on 2010/05/12 0:04 UTC
Read the original article Hit count: 339

I'm not sure if I should be asking this here or on StackOverflow, but here goes:

I'm part of a team maintaining a document management application, and I'm trying to figure out Windows file locking permissions. We use a utility somebody downloaded years ago called psunlock to remotely close all locks on a file. We recently discovered that this does not work across different domains on our VPN. A little bit of digging lead me to the samba manual's discussion of file locking. I still don't really "get it", though.

Does anyone have any insight to share into how the process of locking and breaking locks on files works in a network context? My thinking is that privileges are required both on the file appliance and on the client workstations which hold locks. Is that accurate? Can anyone give a more specific version? Ideally I'm looking for something along the lines of A user must have privilege level X in order to break locks held from a client workstation. In practice I'd be happy with a hotlink to a good white paper on the subject.

© Server Fault or respective owner

Related posts about filesystems

Related posts about locking