I want to be able to connect to a windows share via python.  My end goal is to be able to recursively search through windows shares.  I want to do this in Linux as well.  So given a share such as \\computer\test I would like to search through the test directory and any sub directories for any file names of interest.  What's the best way of going about this?  I know LDAP / AD creds may play an essential part in this as well.  Thanks for your input.<br>