Mercurial > dropbear
diff sysoptions.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 | 7c7c5326ad73 |
children | 1c66ca4f3791 |
line wrap: on
line diff
--- a/sysoptions.h Thu Feb 22 23:07:13 2018 +0800 +++ b/sysoptions.h Mon Feb 26 21:17:13 2018 +0800 @@ -81,6 +81,8 @@ #define DROPBEAR_PASSWORD_ENV "DROPBEAR_PASSWORD" +#define DROPBEAR_NGROUP_MAX 1024 + /* Required for pubkey auth */ #define DROPBEAR_SIGNKEY_VERIFY ((DROPBEAR_SVR_PUBKEY_AUTH) || (DROPBEAR_CLIENT))