Querying for ownership of file shared by Samba fails with MemoryError: allocating SECURITY_DESCRIPTOR

2009-09-23 Thread Middle Fork GIS
I have just learned how to use the win32security module (within Windows, of course) to determine file ownership. When running against local drives or windows shares, this works fine, as shown in the following code (Python 2.4/2.5 with PyWin extensions): import win32security file =

Re: Querying for ownership of file shared by Samba fails with MemoryError: allocating SECURITY_DESCRIPTOR

2009-09-23 Thread Roger Upole
Middle Fork GIS middlefork...@gmail.com wrote in message news:943c8e0b0909231216t1c590b14u453855718352...@mail.gmail.com... I have just learned how to use the win32security module (within Windows, of course) to determine file ownership. When running against local drives or windows shares, this