sasl_server_step - perform a step in the server authentication negotiation
cc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/sasl.h> int sasl_server_step(sasl_conn_t *conn, const char *clientin, unsigned clientinlen, const char **serverout, unsigned *serveroutlen);
The sasl_server_step() performs a step in the authentication negotiation.
conn
clientin
clientinlen
serverout
serveroutlen
sasl_server_step() returns an integer that corresponds to a SASL error code.
SASL_OK
SASL_CONTINUE
All other error codes indicate an error situation that you must handle, or you should quit the authentication session. See sasl_errors(3SASL) for information on SASL error codes.
See attributes(5) for descriptions of the following attributes:
|
sasl_errors(3SASL), attributes(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |