/
µC/TELNETs Authentication
µC/TELNETs Authentication
To control the telnet access to the machine the server runs on, your application must implement an authentication mechanism via this callback function:
CPU_BOOLEAN TELNETs_AuthUser (CPU_CHAR *user_name, CPU_CHAR *pw);
where user_name
is the entered login name and password, the associated password provided by the client. If your application authenticates correctly the user, the function must return DEF_OK
. Otherwise, DEF_FAIL
must be returned.
Related content
TELNETs_Init()
TELNETs_Init()
More like this
TELNETsShell_Init
TELNETsShell_Init
More like this
Using µC/TELNETs
Using µC/TELNETs
More like this
TELNETs_AuthUser()
TELNETs_AuthUser()
More like this
µC/TELNETs Configuration
µC/TELNETs Configuration
More like this
Installing µC/TELNETs
Installing µC/TELNETs
More like this