1ZMQ_PLAIN(7)                      0MQ Manual                      ZMQ_PLAIN(7)
2
3
4

NAME

6       zmq_plain - clear-text authentication
7

SYNOPSIS

9       The PLAIN mechanism defines a simple username/password mechanism that
10       lets a server authenticate a client. PLAIN makes no attempt at security
11       or confidentiality. It is intended for use on internal networks where
12       security requirements are low. The PLAIN mechanism is defined by this
13       document: http://rfc.zeromq.org/spec:24.
14

USAGE

16       To use PLAIN, the server shall set the ZMQ_PLAIN_SERVER option, and the
17       client shall set the ZMQ_PLAIN_USERNAME and ZMQ_PLAIN_PASSWORD socket
18       options. Which peer binds, and which connects, is not relevant.
19

SEE ALSO

21       zmq_setsockopt(3) zmq_null(7) zmq_curve(7) zmq(7)
22

AUTHORS

24       This page was written by the 0MQ community. To make a change please
25       read the 0MQ Contribution Policy at
26       http://www.zeromq.org/docs:contributing.
27
28
29
300MQ 4.3.4                         07/23/2021                      ZMQ_PLAIN(7)
Impressum