.TH "SASL-SAMPLE-SERVER" "8" .SH "NAME" sasl-sample-server \(em Sample server program for demonstrating and testing SASL authentication. .SH "SYNOPSIS" .PP \fBsasl-sample-server\fR [\-b min=\fIN\fR,max=\fIN\fR] [\-e ssf=\fIN\fR,id=\fIID\fR] [\-m \fIMECH\fR] [\-f \fIFLAGS\fR] [\-i local=\fIIP\fR,remote=\fIIP\fR] [\-p \fIPATH\fR] [\-d \fIDOM\fR] [\-u \fIDOM\fR] [\-s \fINAME\fR] [\-l] .SH "DESCRIPTION" .PP This manual page documents briefly the \fBsasl-sample-server\fR command. .PP This manual page was written for the \fBDebian\fP distribution because the original program does not have a manual page. .PP \fBsasl-sample-server\fR is a program to demonstrate and test SASL authentication. It implements the server part, and the client part is available as sasl-sample-client. .SH "OPTIONS" .PP A summary of options is included below. .IP "\fB-b\fP" 10 Number of bits to use for encryption. .RS .IP "min=N" 10 minimum number of bits to use (1 => integrity) .IP "max=N" 10 maximum number of bits to use .RE .IP "\fB-e\fP" 10 Assume external encryption. .RS .IP "ssf=N" 10 external mech provides N bits of encryption .IP "id=ID" 10 external mech provides authentication id ID .RE .IP "\fB-m\fP" 10 Force use of MECH for security. .IP "\fB-f\fP" 10 Set security flags. .RS .IP "noplain" 10 require security vs. passive attacks .IP "noactive" 10 require security vs. active attacks .IP "nodict" 10 require security vs. passive dictionary attacks .IP "forwardsec" 10 require forward secrecy .IP "maximum" 10 require all security flags .IP "passcred" 10 attempt to pass client credentials .RE .IP "\fB-i\fP" 10 Set IP addresses (required by some mechs). .RS .IP "local=IP;PORT" 10 set local address to IP, port PORT .IP "remote=IP;PORT" 10 set remote address to IP, port PORT .RE .IP "\fB-p\fP" 10 Colon-separated search path for mechanisms. .IP "\fB-s\fP" 10 Service name passed to mechanisms. .IP "\fB-d\fP" 10 Local server domain. .IP "\fB-u\fP" 10 User domain. .IP "\fB-l\fP" 10 Enable server-send-last. .SH "AUTHOR" .PP This manual page was written by Fabian Fagerholm fabbe@debian.org for the \fBDebian\fP system (but may be used by others). Permission is granted to redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. .\" created by instant / docbook-to-man