phppermissionswindows-share

remotely change permissions on windows share using php


I need to change permissions on different remote windows shares for a central user management. While there are several projects handling the samba connection and filesystem CRUD part, I did not find any projects handling permissions.

I do not have the possibility to run the PHP-Skript on Windows - it has to run under linux. The remote shares are on windows 2003 and 2008 servers.

Any hints for projects are greatly appreciated.


Solution

  • So, in essence, there is no framework in PHP having the needed features. I'll have to switch to another language to perform the operations or being stuck on a windows version of php.