summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-14 07:05:10 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-09-14 07:05:10 -0500
commit113f9c6a7c81112fb4830fde99b71fdc775641b3 (patch)
treece246ae0fd04479cbff3ff6be8feffcbbe6bdc17 /devel
parent5cb2e1bd09a4fe47c6384ed9d55e58ee1efe7a66 (diff)
downloadhorizon-113f9c6a7c81112fb4830fde99b71fdc775641b3.tar.gz
horizon-113f9c6a7c81112fb4830fde99b71fdc775641b3.tar.bz2
horizon-113f9c6a7c81112fb4830fde99b71fdc775641b3.tar.xz
horizon-113f9c6a7c81112fb4830fde99b71fdc775641b3.zip
script: keys: Allow Blowfish
Diffstat (limited to 'devel')
-rw-r--r--devel/script/2_keys.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml
index 2e56067..5d251e4 100644
--- a/devel/script/2_keys.xml
+++ b/devel/script/2_keys.xml
@@ -118,7 +118,7 @@ pkginstall claws-mail
</formalpara>
<formalpara id="rootpw.format">
<title>Format</title>
- <para>The <literal>rootpw</literal> key is a string value containing a crypt(3) style, SHA-512 hashed passphrase. It is invalid to provide a plaintext passphrase.</para>
+ <para>The <literal>rootpw</literal> key is a string value containing a crypt(3) style, SHA-512 or Blowfish hashed passphrase. It is invalid to provide a plaintext passphrase.</para>
</formalpara>
<formalpara id="rootpw.example">
<title>Example</title>
@@ -559,7 +559,7 @@ useralias awilfox A. Wilcox
</formalpara>
<formalpara id="userpw.format">
<title>Format</title>
- <para>The <literal>userpw</literal> key is a space-separated tuple of two string elements: the user account name, and the encrypted, SHA-512 hashed passphrase. It is invalid to specify a plaintext passphrase. <literal>userpw</literal> may appear up to once per <literal>username</literal>. It is invalid to specify more than one <literal>userpw</literal> for a given <literal>username</literal>. It is invalid to specify a <literal>userpw</literal> for an account that is not created by <literal>username</literal>.</para>
+ <para>The <literal>userpw</literal> key is a space-separated tuple of two string elements: the user account name, and the encrypted, SHA-512 or Blowfish hashed passphrase. It is invalid to specify a plaintext passphrase. <literal>userpw</literal> may appear up to once per <literal>username</literal>. It is invalid to specify more than one <literal>userpw</literal> for a given <literal>username</literal>. It is invalid to specify a <literal>userpw</literal> for an account that is not created by <literal>username</literal>.</para>
</formalpara>
<formalpara id="userpw.default">
<title>Default</title>