From: ivan Date: Mon, 29 Sep 2003 05:51:20 +0000 (+0000) Subject: added agent.disabled X-Git-Tag: NET_WHOIS_RAW_0_31~367 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e17e58178d528e16d45c333996f763afda55e054 added agent.disabled agent.username agent._password --- diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index 27d02529c..bb122700a 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -336,6 +336,9 @@ sub tables_hash_hack { 'typenum', 'int', '', '', 'freq', 'int', 'NULL', '', 'prog', @perl_type, + 'disabled', 'char', 'NULL', 1, + 'username', 'varchar', '', $char_d, + '_password','varchar', '', $char_d, ], 'primary_key' => 'agentnum', 'unique' => [], diff --git a/httemplate/docs/schema.html b/httemplate/docs/schema.html index 9204bdc8f..bef567186 100644 --- a/httemplate/docs/schema.html +++ b/httemplate/docs/schema.html @@ -12,6 +12,9 @@
  • typenum - agent type
  • prog - (unimplemented)
  • freq - (unimplemented) +
  • disabled - Disabled flag, empty or 'Y' +
  • username - Username for the Agent interface +
  • _password - Password for the Agent interface
  • agent_type - Agent types define groups of packages that you can then assign to particular agents.