Commit 98c1b325 authored by Martin Pool's avatar Martin Pool

Rather than literally "nobody", try using uid/gid = 65534 as

"nobody".  The existing code kind-of assumes this.
parent 7a176e87
...@@ -209,6 +209,12 @@ use chroot = no ...@@ -209,6 +209,12 @@ use chroot = no
hosts allow = localhost, 127.0.0.1 hosts allow = localhost, 127.0.0.1
log file = $logfile log file = $logfile
# We don't know if this machine has "nobody" or "nogroup", so use the quasi-canonical
# values of (uint16_t) -2.
uid = 65534
gid = 65534
[test-from] [test-from]
path = $FROM path = $FROM
read only = yes read only = yes
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment