summaryrefslogtreecommitdiffhomepage
path: root/sysoptions.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-26 21:17:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-26 21:17:13 +0800
commit36ccfd21e71ecbf7c5441194b8d38bfe1ffe61a6 (patch)
treecb2581b24dc3b26595b73719eb8e6a0f08672e73 /sysoptions.h
parent44c323872a4f090742c6223bfc92c197e5bc513f (diff)
Fix restricted group code for BSDs, move to separate function
Diffstat (limited to 'sysoptions.h')
-rw-r--r--sysoptions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysoptions.h b/sysoptions.h
index ba4b4ca..3eba13b 100644
--- a/sysoptions.h
+++ b/sysoptions.h
@@ -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))