blob: e68df3af817d727cc340cecc8ad5d67456b18aa2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# FTP
Simple PB for pure-ftpd FTP server.
LDAP mode is untested.
Creates a new unit, the Debian wrapper for pure-ftpd is stupid to automate.
```
---
ftp:
ldap:
enable: false
host: 'ldap.example.com'
port: 636
bind_dn: ''
bind_pw: ''
base: ''
filter: '(&(objectClass=posixAccount)(uid=\L))'
enable_pam: false
tls:
enable: false
cert: ''
key: ''
```
|