I am using the custom authentication extension to control access to CompleteFTP. In the past this has worked well since we only ever had one directory and all users got the same access. However, now I would like to create multiple directory structures with different access based on the user. So far in CompleteFTP I've done the following:
* Setup separate root folders with different Owners and Groups
* Setup separate Users and Groups with appropriate permissions
According to the documentation, overriding the TemplateUserName should do what I want...base on access in my system use the corresponding template user in CompleteFTP. However, the online documentation appears to be out of date since the method is now deprecated.
So my question is how do I control folder access in CompleteFTP while authenticating against an external system.