Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dico(1) [debian man page]

DICO(1) 							   User Commands							   DICO(1)

NAME
dico - a DICT client SYNOPSIS
dico [-mDSHIqatvh] [-p SERVICE] [-d NAME] [-s NAME] [-i DBNAME] [-u NAME] [-k STRING] [-c STRING] [--host=SERVER] [--port=SERVICE] [--data- base=NAME] [--source=ADDR] [--match] [--strategy=NAME] [--levdist, --levenshtein-distance=N]fR [--dbs] [--strategies] [--serverhelp] [--info=DBNAME] [--serverinfo] [--quiet] [--noauth] [--sasl] [--nosasl] [--user=NAME] [--key, --passwordfR=STRING]fR [--autologin=NAME] [--client=STRING] [--transcript] [--verbose] [--time-stamp] [--source-info] [--help] [--usage] [--version] DESCRIPTION
dico is an RFC 2229 compliant dictionary client. OPTIONS
Server selection --host=SERVER Connect to this server. -p, --port=SERVICE Specify port to connect to. -d, --database=NAME Select a database to search. --source=ADDR Set a source address for TCP connections. Operation modes -m, --match Match instead of define. -s, --strategy=NAME Select a strategy for matching. Implies --match. --levdist, --levenshtein-distance=N Set maximum Levenshtein distance to N. -D, --dbs Show available databases. -S, --strategies Show available search strategies. -H, --serverhelp show server help. -i, --info=DBNAME Show information about database DBNAME. -I, --serverinfo Show information about the server. -q, --quiet Do not print the normal dico welcome. Authentication -a, --noauth Disable authentication. --sasl Enable SASL authentication (default). --nosasl Disable SASL authentication. -u, --user=NAME Set user name for authentication. -k, --key, --password=STRING Set shared secret for authentication. --autologin=NAME Set the name of autologin file to use. -c, --client=STRING Additional text for client command. Debugging -t, --transcript Enable session transcript. -v, --verbose Increase debugging verbosity level. --time-stamp Include time stamp in the debugging output. --source-info Include source line information in the debugging output. Other options -h, --help Give this help list --usage Give a short usage message --version Print program version Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options. REPORTING BUGS
Report bugs to <bug-dico@gnu.org>. COPYRIGHT
Copyright (C) 2005, 2006, 2007, 2008 Sergey Poznyakoff License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
dicod(8), The full documentation for dico is maintained as a Texinfo manual. If the info and dico-doc programs are properly installed at your site, the command info dico should give you access to the complete manual. AUTHOR
dico was written by Sergey Poznyakoff <gray@gnu.org.ua>. This manual page was written by (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>, for the Debian project (and may be used by others). dico (GNU dico 2.0) April 2009 DICO(1)

Check Out this Related Man Page

GSASL(1)							   User Commands							  GSASL(1)

NAME
gsasl - SASL library command line interface SYNOPSIS
gsasl [OPTIONS]... [HOST [PORT]]... DESCRIPTION
GNU SASL 1.8.0 Authenticate user to a server using Simple Authentication and Security Layer. Currently IMAP and SMTP servers are supported. This is a command line interface for the GNU SASL library. -h, --help Print help and exit -V, --version Print version and exit Commands: -c, --client Act as client. (default=on) -s, --server Act as server. (default=off) --client-mechanisms Write name of supported client mechanisms separated by space to stdout. (default=off) --server-mechanisms Write name of supported server mechanisms separated by space to stdout. (default=off) Network options: --connect=HOST[:PORT] Connect to TCP server and negotiate on stream instead of stdin/stdout. PORT is the protocol service, or an integer denoting the port, and defaults to 143 (imap) if not specified. Also sets the --hostname default. Generic options: -d, --application-data After authentication, read data from stdin and run it through the mechanism's security layer and print it base64 encoded to stdout. The default is to terminate after authentication. (default=on) --imap Use a IMAP-like logon procedure (client only). Also sets the --service default to 'imap'. (default=off) --smtp Use a SMTP-like logon procedure (client only). Also sets the --service default to 'smtp'. (default=off) -m, --mechanism=STRING Mechanism to use. --no-client-first Disallow client to send data first (client only). (default=off) SASL mechanism options (they are prompted for when required): -n, --anonymous-token=STRING Token for anonymous authentication, usually mail address (ANONYMOUS only). -a, --authentication-id=STRING Identity of credential owner. -z, --authorization-id=STRING Identity to request service for. -p, --password=STRING Password for authentication (insecure for non-testing purposes). -r, --realm=STRING Realm. Defaults to hostname. -x, --maxbuf=NUMBER Indicate maximum buffer size (DIGEST-MD5 only). --passcode=NUMBER Passcode for authentication (SECURID only). --service=STRING Set the requested service name (should be a registered GSSAPI host based service name). --hostname=STRING Set the name of the server with the requested service. --service-name=STRING Set the generic server name in case of a replicated server (DIGEST-MD5 only). --enable-cram-md5-validate Validate CRAM-MD5 challenge and response interactively. (default=off) --disable-cleartext-validate Disable cleartext validate hook, forcing server to prompt for password. (default=off) --quality-of-protection=TYPE How application payload will be protected. 'qop-auth' means no protection, 'qop-int' means integrity protection, 'qop-conf' means integrity and confidentialiy protection. Currently only used by DIGEST-MD5, where the default is 'qop-int'. STARTTLS options: --starttls Force use of STARTTLS. The default is to use STARTTLS when available. (default=off) --no-starttls Unconditionally disable STARTTLS. (default=off) --no-cb Don't use channel bindings from TLS. (default=off) --x509-ca-file=FILE File containing one or more X.509 Certificate Authorities certificates in PEM format, used to verify the certificate received from the server. If not specified, no verification of the remote server certificate will be done. --x509-cert-file=FILE File containing client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. --x509-key-file=FILE Private key for the client X.509 certificate in PEM format. Used together with --x509-key-file to specify the certificate/key pair. --priority=STRING Cipher priority string. Other options: --verbose Produce verbose output. (default=off) --quiet Don't produce any diagnostic output. (default=off) AUTHOR
Written by Simon Josefsson. REPORTING BUGS
Report bugs to: bug-gsasl@gnu.org GNU SASL home page: <http://www.gnu.org/software/gsasl/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2012 Simon Josefsson. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for gsasl is maintained as a Texinfo manual. If the info and gsasl programs are properly installed at your site, the command info gsasl should give you access to the complete manual. gsasl 1.8.0 May 2012 GSASL(1)
Man Page