summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/customize
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-11-30 10:01:13 +0000
committerfukachan <fukachan>2003-11-30 10:01:13 +0000
commitf2091065c5bfe9ff07ba7bae63d42475e2dc5eec (patch)
tree2324d9acb644ed658aeceed2b2e98470270ed8c7 /fml/doc/en/tutorial/customize
parentba63f5f3b7154c090f72b898ecf48255ff48b874 (diff)
downloadfml8-f2091065c5bfe9ff07ba7bae63d42475e2dc5eec.tar.gz
fml8-f2091065c5bfe9ff07ba7bae63d42475e2dc5eec.tar.bz2
fml8-f2091065c5bfe9ff07ba7bae63d42475e2dc5eec.zip
s/system_accounts/system_special_accounts/g
Diffstat (limited to 'fml/doc/en/tutorial/customize')
-rw-r--r--fml/doc/en/tutorial/customize/post_permit_anyone.sgml6
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/doc/en/tutorial/customize/post_permit_anyone.sgml b/fml/doc/en/tutorial/customize/post_permit_anyone.sgml
index f8664a7b..56d66f6c 100644
--- a/fml/doc/en/tutorial/customize/post_permit_anyone.sgml
+++ b/fml/doc/en/tutorial/customize/post_permit_anyone.sgml
@@ -1,5 +1,5 @@
<!--
- $FML$
+ $FML: post_permit_anyone.sgml,v 1.1 2003/07/26 07:31:28 fukachan Exp $
$jaFML: post_permit_anyone.sgml,v 1.3 2003/04/15 14:51:37 fukachan Exp $
-->
@@ -19,11 +19,11 @@ To set this as "permit_anyone", anybody can post.
<para>
By default,
<screen>
-post_restrictions = reject_system_accounts
+post_restrictions = reject_system_special_accounts
permit_member_maps
reject
</screen>
-"reject_system_accounts" denys post if
+"reject_system_special_accounts" denys post if
From: looks like system accounts e.g. root, postmaster.
</para>