aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-04 14:09:27 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-04 14:09:27 +0000
commitdcb57a9e51e8fe7412948ec0c47d383ed390ed61 (patch)
tree4b137f53d1959e099db77da43091973471df0dbc /src/gns
parent4022058a6325b650542ad8e5a52e167c5336eaaa (diff)
downloadgnunet-dcb57a9e51e8fe7412948ec0c47d383ed390ed61.tar.gz
gnunet-dcb57a9e51e8fe7412948ec0c47d383ed390ed61.zip
add argument to GNUNET_CRYPTO_ecc_decode_key to allow testing to disable key validation
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/gns.conf.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gns/gns.conf.in b/src/gns/gns.conf.in
index a6075f346..f2aa1c2c6 100644
--- a/src/gns/gns.conf.in
+++ b/src/gns/gns.conf.in
@@ -22,6 +22,13 @@ HIJACK_DNS = NO
22# Automatically import PKEYs we learn into the shorten zone? 22# Automatically import PKEYs we learn into the shorten zone?
23AUTO_IMPORT_PKEY = YES 23AUTO_IMPORT_PKEY = YES
24 24
25# Do we require users that want to access GNS to run this process
26# (usually not a good idea)
27UNIX_MATCH_UID = NO
28
29# Do we require users that want to access GNS to be in the 'gnunet' group?
30UNIX_MATCH_GID = YES
31
25# When we automatically import PKEYs into shorten zone, require confirmation 32# When we automatically import PKEYs into shorten zone, require confirmation
26# before they become active? (Not useful right now as the GUI to confirm 33# before they become active? (Not useful right now as the GUI to confirm
27# doesn't exist) 34# doesn't exist)