Searched defs:auth_level (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c167 static int auth_level = 0; variable
946 "auth_level = %d user = %s\n",
947 level, auth_level,
2220 auth_level = 0;
2222 auth_level = AUTH_USER;
2224 auth_level = AUTH_VALID;
2226 auth_level = -1;
2234 auth_level = AUTH_USER;
2472 if (auth_level == -1 || init_status != 0) {
2480 if (init_status == 0 && auth_level !
[all...]

Completed in 50 milliseconds