ZeroMQ介面函式之 :zmq_plain
zmq_plain(7) ØMQ Manual - ØMQ/4.1.0
Name
zmq_plain - 明文認證
Synopsis
PLAIN機制定義了一種簡單的使用者/密碼機制來使伺服器認證客戶端。PLAIN機制並不試圖保證安全和可信。PLAIN機制的目的是用在對安全要求較低的內部網中。PLAIN機制在RFC文件 中進行了說明。
Usage
要是有PLAIN機制,需要在服務端的socket設定ZMQ_PLAIN_SERVER屬性,並且在客戶端的socket設定ZMQ_PLAIN_USERNAME屬性和ZMQ_PLAIN_PASSWORD屬性。至於是那一端進行的繫結,那一端進行的連線請求並不影響。
See also
zmq_setsockopt(3) zmq_null(7) mq_curve(7) zmq(7)
Authors
This page was written by the ØMQ community. To make a change please read the ØMQ Contribution Policy at http://www.zeromq.org/docs:contributing.
Web site design and content is copyright (c) 2007-2012 iMatix Corporation. Contact us for professional support. Site content licensed under the Creative Commons Attribution-Share Alike 3.0 License. ØMQ is copyright (c) Copyright (c) 2007-2012 iMatix Corporation and Contributors. ØMQ is free software licensed under the LGPL. ØMQ, ZeroMQ, and 0MQ are trademarks of iMatix Corporation. Terms of Use — Privacy
Policy
翻譯:風波
mail : [email protected]