comparison runopts.h @ 1537:6a83b1944432

Fix restricted group code for BSDs, move to separate function
author Matt Johnston <matt@ucc.asn.au>
date Mon, 26 Feb 2018 21:17:13 +0800
parents ed930fd6f60f
children bb8eaa26bc93 1acbdf64088e
comparison
equal deleted inserted replaced
1536:a55a6901a181 1537:6a83b1944432
90 /* whether to print the MOTD */ 90 /* whether to print the MOTD */
91 int domotd; 91 int domotd;
92 #endif 92 #endif
93 93
94 int norootlogin; 94 int norootlogin;
95 char *grouploginname; 95 char *restrict_group;
96 gid_t *grouploginid; 96 gid_t restrict_group_gid;
97 97
98 int noauthpass; 98 int noauthpass;
99 int norootpass; 99 int norootpass;
100 int allowblankpass; 100 int allowblankpass;
101 unsigned int maxauthtries; 101 unsigned int maxauthtries;