Displaying 1 result from an estimated 1 matches for "8d3b60bc".
2007 Jan 03
1
How to Vary Module Path Based on User
I want to vary the path rsync uses based on the user that authenitcated to the module.
I can see doing this in one of two ways:
1) Append the username that was used for the connection to the path string of the module on the fly. What was /path/to/dir is now /path/to/dir/username
2) Append the username into the dest_path that was sent from the other side. The effect of this would do the same