Re: [Samba] [samba] getting files and ACLs from a fileshare in Python

2012-05-17 Thread Andrew Bartlett
On Sat, 2012-05-12 at 13:17 +0200, Jean-Daniel wrote: > Hi, > > I am weighing Python for an application which needs to connect to a > fileshare, to index the documents and also to retrieve the ACLs. > > Is there an equivalent of the Java libjcifs in Python? Yes. in Samba master we have a python

[Samba] [samba] getting files and ACLs from a fileshare in Python

2012-05-12 Thread Jean-Daniel
Hi, I am weighing Python for an application which needs to connect to a fileshare, to index the documents and also to retrieve the ACLs. Is there an equivalent of the Java libjcifs in Python? Given that the application will be running on Windows, what is the best way to use the win32 API from Py