diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-16 09:31:21 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-09-16 09:31:21 -0500 |
commit | 8060d286e3e7d9a3247ae08cfea40076b52abfd4 (patch) | |
tree | d870b5b67f46737c5255cd3f34cffb7a5d35ce2e /devel/script | |
parent | 760e718dd1f6ed5d924ed6468204d6dcb6d00234 (diff) | |
download | horizon-8060d286e3e7d9a3247ae08cfea40076b52abfd4.tar.gz horizon-8060d286e3e7d9a3247ae08cfea40076b52abfd4.tar.bz2 horizon-8060d286e3e7d9a3247ae08cfea40076b52abfd4.tar.xz horizon-8060d286e3e7d9a3247ae08cfea40076b52abfd4.zip |
script: 2: Limit 255 user accounts
Diffstat (limited to 'devel/script')
-rw-r--r-- | devel/script/2_keys.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/script/2_keys.xml b/devel/script/2_keys.xml index 5d251e4..605df2d 100644 --- a/devel/script/2_keys.xml +++ b/devel/script/2_keys.xml @@ -486,7 +486,7 @@ signingkey https://packages/builder@ourcompany.net.pub </formalpara> <formalpara id="username.format"> <title>Format</title> - <para>The <literal>username</literal> key is a string value, describing the user account's name. This name must be a valid Linux account name. <literal>username</literal> may be specified up to 64,535 times. It is invalid to specify the same account name more than once. It is invalid to specify the name of a system account.</para> + <para>The <literal>username</literal> key is a string value, describing the user account's name. This name must be a valid Linux account name. <literal>username</literal> may be specified up to 255 times. It is invalid to specify the same account name more than once. It is invalid to specify the name of a system account.</para> </formalpara> <formalpara id="username.default"> <title>Default</title> |