Home
last modified time | relevance | path

Searched refs:MAX_ALLOW_USERS (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dservconf.h28 #define MAX_ALLOW_USERS 256 /* Max # users on allow list. */ macro
127 char *allow_users[MAX_ALLOW_USERS];
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dservconf.c1127 if (options->num_allow_users >= MAX_ALLOW_USERS) in process_server_config_line()