diff options
| author | fukachan <fukachan> | 2006-01-07 13:15:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-07 13:15:29 +0000 |
| commit | 6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c (patch) | |
| tree | 56236f59c8eca10a4f4ce8b5f88887993d4dec66 /fml/etc/src/config.cf.ja | |
| parent | 69cc589f5eaf2c9bfe040bf11637b4e4d13c60ad (diff) | |
| download | fml8-6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c.tar.gz fml8-6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c.tar.bz2 fml8-6c4db2a3d03ffa5c12982e3f730014dfc5efcf0c.zip | |
+chaddr_command_operation_mode = automatic
+subscribe_command_operation_mode = automatic
+unsubscribe_command_operation_mode = automatic
Diffstat (limited to 'fml/etc/src/config.cf.ja')
| -rw-r--r-- | fml/etc/src/config.cf.ja/command.cf | 33 |
1 files changed, 27 insertions, 6 deletions
diff --git a/fml/etc/src/config.cf.ja/command.cf b/fml/etc/src/config.cf.ja/command.cf index c6c4694b..cca77c34 100644 --- a/fml/etc/src/config.cf.ja/command.cf +++ b/fml/etc/src/config.cf.ja/command.cf @@ -334,28 +334,49 @@ get_command_request_limit = 100 # Descriptions: subscribe コマンドで confirmation 認証(コールバック認証) # を行なうか否か? -# History: -# Value: SELECT ( confirmation ) +# History: $MANUAL_REGISTRATION_TYPE +# Value: SELECT ( confirmation manual ) # Examples: subscribe_command_auth_type = confirmation +# Descriptions: subscribe の処理は自動か?管理者による手動か? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +subscribe_command_operation_mode = automatic + + # Descriptions: chaddr コマンドで confirmation 認証(コールバック認証) # を行なうか否か? -# History: -# Value: SELECT ( confirmation ) +# History: $MANUAL_REGISTRATION_TYPE +# Value: SELECT ( confirmation manual ) # Examples: chaddr_command_auth_type = confirmation +# Descriptions: chaddr の処理は自動か?管理者による手動か? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +chaddr_command_operation_mode = automatic + + # Descriptions: unsubscribe コマンドで confirmation 認証(コールバック認証) # を行なうか否か? -# History: -# Value: SELECT ( confirmation ) +# History: $MANUAL_REGISTRATION_TYPE +# Value: SELECT ( confirmation manual ) # Examples: unsubscribe_command_auth_type = confirmation +# Descriptions: unsubscribe の処理は自動か?管理者による手動か? +# History: $PERMIT_POST_HANDLER $PERMIT_COMMAND_HANDER +# Value: SELECT ( automatic manual ) +# Examples: +unsubscribe_command_operation_mode = automatic + + =head2 newml command |
