|
Re: seca2 card
<?xml version="1.0"?>
<!--
For setup-issues, look in readme.txt!
If there are other troubles, try different forums or irc channels around :o)
-->
<newCSconfig>
<readers name="Card Readers">
<device>
<name>lower</name>
<type>Sci</type>
<node>/dev/sci0</node>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxid>0000000000</boxid>
<PTShandshake>no</PTShandshake> <!-- Set to yes(if wanted) for cryptoworks, Viacess and cas7 Conax-->
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10000</newcamd_port>
<priority>round</priority> <!-- hard is default -->
<autosid>no</autosid>
<Seca-PPV>no</Seca-PPV>
<sid></sid>
</device>
<device>
<name>upper</name>
<type>Sci</type>
<node>/dev/sci1</node>
<export>yes</export>
<enabled>no</enabled>
<blocksa>No</blocksa>
<blockua>No</blockua>
<blockga>No</blockga>
<boxid>0000000000</boxid>
<PTShandshake>no</PTShandshake> <!-- Set to yes(if wanted) for cryptoworks, Viacess and cas7 Conax-->
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>10001</newcamd_port>
<priority>round</priority> <!-- hard is default -->
<autosid>no</autosid>
<Seca-PPV>no</Seca-PPV>
<sid></sid>
</device>
</readers>
<radegastserver>
<enabled>yes</enabled>
<port>678</port>
<allow>ALL</allow>
</radegastserver>
<cache>
<emm>10</emm>
<ecm>10</ecm>
</cache>
<debug>
<level>normal</level>
<type>init</type>
<output>all</output>
<logfile></logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.0.10</udp_host>
<udp_port>1000</udp_port>
<udp_options></udp_options>
<tcp_port>3001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<name>cardserv</name>
<deskey>15 L5 6B E0 GE A8 1B 49 DE E9 72 P4 9C 0V</deskey>
<userfile>/tmp/users.txt</userfile>
<user>
<name>servername</name>
<password>serverpass</password>
<au>on</au>
<allow>lower</allow>
<allow>upper</allow>
</user>
<user>
<name>xxx</name>
<password>xxx2</password>
<allow>lower</allow>
<allow>upper</allow>
</user>
</newcamdserver>
</newCSconfig>
|