service object to write out config files

This commit is contained in:
2016-10-06 19:31:31 -05:00
parent 44cc15befd
commit c5e79fc427
8 changed files with 78 additions and 0 deletions

3
_vsftpd/ftpd.passwd Normal file
View File

@ -0,0 +1,3 @@
client-two:$1$Uoqdsd1f$A39luV6N91OtA/VvcdBfC0
client-one:$1$cVA6ZMIU$K/ITsDMZWeEDFEvoWk0op.
client-three:$1$pGYnsuhu$3MPEsgikbEhX1mZQE/qDc/

1
_vsftpd/users/client-one Normal file
View File

@ -0,0 +1 @@
local_root=_vsftpd/root/client_one

View File

@ -0,0 +1 @@
local_root=_vsftpd/root/client_three

1
_vsftpd/users/client-two Normal file
View File

@ -0,0 +1 @@
local_root=_vsftpd/root/client_two