diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-10 10:11:45 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-10 10:11:45 +0200 |
commit | 23742053f5ee70cd394c33f28f3e6547e9e8e31d (patch) | |
tree | 0ce952aeda0f616e7a79701b514ba7a07cbd2bd6 /sys/man/1 | |
parent | b241dd11596ac16cb21ba1ffc24abd7a46153a09 (diff) |
mount, srv: add -N flag to skip authentication and attach anonymously as "none"
Diffstat (limited to 'sys/man/1')
-rw-r--r-- | sys/man/1/bind | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/man/1/bind b/sys/man/1/bind index 7994f7192..e4816c41e 100644 --- a/sys/man/1/bind +++ b/sys/man/1/bind @@ -144,7 +144,7 @@ operation fails. .PD .PP .I Mount -takes two additional options. +takes three additional options. The first, .B -k .IR keypattern , @@ -156,6 +156,11 @@ The second, causes .I mount to skip authentication entirely. +The third, +.BR -N , +skips authentication and specifies +.B none +as the username to the fileserver. .PP The .I spec |