Skip to content

WIP: s3:smbcacls: Add "recursive" flag to smbcacls

Anubhav Rakshit requested to merge anubhavrakshit/samba:master into master

smbcacls does not handle DFS paths correctly. This is beacuse once the command encounters a path which returns STATUS_PATH_NOT_COVERED, it does not attempt a GET REFERRAL.

We use cli_resolve_path API to perform a DFS path resolution to solve the above problem.

Signed-off-by: Anubhav Rakshit anubhav.rakshit@gmail.com

Edited by Anubhav Rakshit

Merge request reports