From 0379b862ecfba68a854a5033fba80ac584c4f17e Mon Sep 17 00:00:00 2001 From: Thomas Keller Date: Sat, 9 Oct 2010 12:21:20 +0000 Subject: [PATCH] Document 'idf_strong_key_check' (closes issue 516) --- src/IDF/conf/idf.php-dist | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/IDF/conf/idf.php-dist b/src/IDF/conf/idf.php-dist index 54c8ac8..997c068 100644 --- a/src/IDF/conf/idf.php-dist +++ b/src/IDF/conf/idf.php-dist @@ -256,6 +256,13 @@ $cfg['allowed_scm'] = array('git' => 'IDF_Scm_Git', 'mtn' => 'IDF_Scm_Monotone', ); +# Set to true when uploaded public keys should not only be validated +# syntactically, but also by the specific backend. For SSH public +# keys, ssh-keygen(3) must be available and usable in PATH, for +# monotone public keys, the monotone binary (as configured above) +# is used. +# $cfg['idf_strong_key_check'] = false; + # If you want to use another memtypes database # $cfg['idf_mimetypes_db'] = '/etc/mime.types';