diff options
author | June McEnroe <june@causal.agency> | 2019-11-05 01:11:29 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-05 01:11:29 -0500 |
commit | 003fa4cf3780f7966f5522d159ea6eff0b07cd0f (patch) | |
tree | 6a2633ed9d50854bcd5c53874dda9936508944ae /pounce.1 | |
parent | Add options for TLS client certificate (diff) | |
download | pounce-003fa4cf3780f7966f5522d159ea6eff0b07cd0f.tar.gz pounce-003fa4cf3780f7966f5522d159ea6eff0b07cd0f.zip |
Implement SASL EXTERNAL
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/pounce.1 b/pounce.1 index 213575b..ee4451b 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd November 4, 2019 +.Dd November 5, 2019 .Dt POUNCE 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Nv +.Op Fl Nev .Op Fl A Ar mesg .Op Fl C Ar path .Op Fl H Ar host @@ -133,7 +133,7 @@ string must be hashed using the .Fl x flag. . -.It Fl a Ar user : Ns Ar pass , Cm sasl = Ar user : Ns Ar pass +.It Fl a Ar user : Ns Ar pass , Cm sasl-plain = Ar user : Ns Ar pass Authenticate as .Ar user with @@ -147,6 +147,11 @@ If the certificate key is in a separate file, set it with .Fl k . . +.It Fl e , Cm sasl-external +Authenticate using SASL EXTERNAL. +Set the client TLS client certificate path with +.Fl c . +. .It Fl f Ar path , Cm save = Ar path Load the contents of the buffer from .Ar path , |