proftpd config - AuthUserFile

Hi,

Trying to get proftpd to do my bidding for a little project I am working on.

Currently, I am using an AuthUserFile to manage virtual users. However, I would like to split it out so that each user has their own passwd file in their own folder or a folder of my choosing.

In essence, something like this:

AuthUserFile /home/user/.passwd

The problem is.. the users cannot be known in advance, as they come and go from the system. I would like to just be able to do this:

AuthUserFile /home/*/.passwd

Will that even work? Any problems with doing that? I havent had much success yet, and the documentation leaves a lot to be desired proftpd config - AuthUserFile

Thanks.

 

 

 

 

Top