GNU/Linux |
CentOS 2.1AS(Slurm) |
|
![]() |
sasl_getsimple_t(3) |
![]() |
sasl_getsimple_t − The SASL callback for username/authname/realm
#include <sasl.h>
int sasl_getsimple_t(void *context,
int id, | |||
const cahr ** result, | |||
unsigned * len); |
sasl_getsimple_t is used to retrieve simple things from the application. In practice this is authentication name, authorization name, and realm. The id parameter indicates which value is being requested. See sasl.h for a list of possible values.
SASL callback functions should return SASL return codes. See sasl.h for a complete list. SASL_OK indicates success.
RFC 2222
othersaslstuff
![]() |
sasl_getsimple_t(3) | ![]() |