comparison runopts.h @ 1557:61a793b6e471 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Feb 2018 21:28:59 +0800
parents bb8eaa26bc93 1acbdf64088e
children 21dabe66f2c8
comparison
equal deleted inserted replaced
1546:bb8eaa26bc93 1557:61a793b6e471
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
96 #ifdef HAVE_GETGROUPLIST
97 /* restrict_group is the group name if group restriction was enabled,
98 NULL otherwise */
95 char *restrict_group; 99 char *restrict_group;
100 /* restrict_group_gid is only valid if restrict_group is set */
96 gid_t restrict_group_gid; 101 gid_t restrict_group_gid;
102 #endif
97 103
98 int noauthpass; 104 int noauthpass;
99 int norootpass; 105 int norootpass;
100 int allowblankpass; 106 int allowblankpass;
101 unsigned int maxauthtries; 107 unsigned int maxauthtries;