543 lines
19 KiB
HTML
543 lines
19 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
|
<HTML><HEAD><TITLE>Man page of oscam.user</TITLE>
|
||
|
|
</HEAD><BODY>
|
||
|
|
<H1>oscam.user</H1>
|
||
|
|
Section: File Formats (5)<BR><A HREF="#index">Index</A>
|
||
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
||
|
|
|
||
|
|
<A NAME="lbAB"> </A>
|
||
|
|
<H2>NAME</H2>
|
||
|
|
|
||
|
|
<B>oscam.user</B> - user configuration file for OSCam
|
||
|
|
<A NAME="lbAC"> </A>
|
||
|
|
<H2>SYNOPSIS</H2>
|
||
|
|
|
||
|
|
The user configuration file for OSCam contains user definitions. [account]
|
||
|
|
sections in <B>oscam.user</B> are <I>recurring</I> (more than one account).
|
||
|
|
<A NAME="lbAD"> </A>
|
||
|
|
<H2>DESCRIPTIONS</H2>
|
||
|
|
|
||
|
|
<A NAME="lbAE"> </A>
|
||
|
|
<H3>The [account] section</H3>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>user</B> = <B>name</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
account name, <I>required</I>
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>pwd</B> = <B>password</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
password for account, <I>required</I>
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>description</B> = <B>text</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
description of user account
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>disabled</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
1 = account disabled, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>hostname</B> = <B>hostname</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
host from which user connection is allowed
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>expdate</B> = <B><year>-<month>-<day></B>|<B><year>/<month>/<day></B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
expiration date for account, default:none
|
||
|
|
<P>
|
||
|
|
<BR> example: expdate = 2001-11-21
|
||
|
|
<BR> expdate = 2002/12/22
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>allowedprotocols</B> = <B>[camd33][,][camd35][,][cs357x][,][cs378x][,][newcamd][,][cccam][,][gbox][,][radegast]</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
list of all allowed connection protocols, default:all connection protocols
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>allowedtimeframe</B> = <B>DAY@hh:mm-hh:mm[,hh:mm-hh:mm][,hh:mm-hh:mm][;DAY@hh:mm-hh:mm[,hh:mm-hh:mm][,hh:mm-hh:mm]]</B><BR>
|
||
|
|
|
||
|
|
where <B>DAY</B> is <B>SUN,MON,TUE,WED,THU,FRI,SAT</B> or <B>ALL</B> (for all possible days)</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
account enabled from hh:mm to hh:mm for the specified days, default:none<BR>
|
||
|
|
<BR>
|
||
|
|
comma (,) to separate times and semicolon(; ) to separate the different days.<BR>
|
||
|
|
You can use ALL@ if you want the same time frames for everyday.<BR>
|
||
|
|
<BR>
|
||
|
|
Example:<BR>
|
||
|
|
allowedtimeframe = ALL@10:00-22:00;MON@00:00-02:00,02:45-04:37;FRI@00:00-10:00,22:00-24:00;SAT@00:00-24:00<BR>
|
||
|
|
<BR>
|
||
|
|
If you use: DAY@22:00-05:00 this will be turned into DAY@00:00-05:00,22:00-24:00<BR>
|
||
|
|
<BR>
|
||
|
|
ALL@ is always checked and used, so you can watch TV the whole day on FRIday in this exemple. There is no problem to overlap ALL@ in a day definition, like for SAT@ definition.<BR>
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>max_connections</B> = <B>count</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
maximum allowed connections per user when unique level will be adducted, default:1
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>uniq</B> = <B>0</B>|<B>1</B>|<B>2</B>|<B>4</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
unique level:
|
||
|
|
<P>
|
||
|
|
<BR> <B>0</B> = disabled (default)
|
||
|
|
<BR> <B>1</B> = only one connection per user is allowed
|
||
|
|
<BR> <B>2</B> = set user to fake if source ip is different
|
||
|
|
<BR> (e.g. for newcamd clients with different CAIDs and ports)
|
||
|
|
<BR> <B>3</B> = only one connection per user, but only the last login
|
||
|
|
<BR> will survive (old MpCS behavior)
|
||
|
|
<BR> <B>4</B> = set user only to fake if source ip is different,
|
||
|
|
<BR> but only the last login will survive
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>numusers</B> = <B>quantity</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
anti-cascading: user per account, 0 = anti-cascading disabled, -1 = global value from oscam.conf, default:-1
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>penalty</B> = <B>0</B>|<B>1</B>|<B>2</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
level of penalty:
|
||
|
|
<P>
|
||
|
|
<BR> <B>-1</B> = level of oscam.conf (default)
|
||
|
|
<BR> <B> 0</B> = only logging
|
||
|
|
<BR> <B> 1</B> = send fake CWs
|
||
|
|
<BR> <B> 2</B> = temporary user ban
|
||
|
|
<BR> <B> 3</B> = send delayed CWs
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>fakedelay</B> = <B>0</B>|<B>1</B>|<B>milli-seconds</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
set fake delay time individually for user:
|
||
|
|
<P>
|
||
|
|
<BR> <B> 0</B> = disable fake delay
|
||
|
|
<BR> <B>-1</B> = fake delay of oscam.conf (default)
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>acosc_max_ecms_per_minute</B> = <B>count</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
maximum ecms per minute, 0 = unlimited, default:0
|
||
|
|
<P>
|
||
|
|
Can be overwritten per user in <B>oscam.user</B>.
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>acosc_max_active_sids</B> = <B>count</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
maximum active SIDs with anti-cascading over SID, 0 = unlimited, -1 = use global setting, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>acosc_zap_limit</B> = <B>count</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
zap limit for anti-cascading over SID, 0 = unlimited, -1 = use global setting, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>acosc_penalty</B> = <B>0</B>|<B>1</B>|<B>2</B>|<B>3</B>|<B>4</B>|<B>-1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
level of penalty with anti-cascading over SID count:
|
||
|
|
<P>
|
||
|
|
<BR> <B>0</B> = only logging (default)
|
||
|
|
<BR> <B>1</B> = send fake CWs
|
||
|
|
<BR> <B>2</B> = temporary user ban
|
||
|
|
<BR> <B>3</B> = send delayed CWs
|
||
|
|
<BR> <B>4</B> = temporary hidecards to the client
|
||
|
|
<BR> <B>-1</B> = use global setting
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>acosc_penalty_duration</B> = <B>seconds</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
penalty duration for anti-cascading over SID count, -1 = use global setting, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>acosc_delay</B> = <B>milli-seconds</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
delay for anti-cascading over SID count, -1 = use global setting, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>failban</B> = <B>0</B>|<B>2</B>|<B>4</B>|<B>8</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
mask for IP address based blocking:
|
||
|
|
<P>
|
||
|
|
<BR> <B>0</B> = ignore (default)
|
||
|
|
<BR> <B>2</B> = block IP address of a disabled account on connecting
|
||
|
|
<BR> <B>4</B> = block IP address of a sleeping account while sleeping comes up
|
||
|
|
<BR> <B>8</B> = block duplicate IP address
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>lb_nbest_readers</B> = <B>counts</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
set count of best readers for load balancing, -1 = use global lb_nbest_readers, default:-1
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>lb_nfb_readers</B> = <B>counts</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
set count of fallback readers for load balancing, -1 = use global lb_nfb_readers, default:1
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>lb_nbest_percaid</B> = <B>CAID1:count1[,CAID2:count2]...</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
set count of best readers per CAIDs for load balancing, wildcard CAIDs with two-digit CAIDs possible, default:none
|
||
|
|
<P>
|
||
|
|
<BR> example: lb_nbest_percaid = 0100:4,0200:3,03:2,04:1
|
||
|
|
<BR> (wildcard CAIDs 03xx and 04xx)
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>preferlocalcards</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
SC decoding behavior:.
|
||
|
|
<P>
|
||
|
|
<BR> <B>-1</B> = global value from oscam.conf (default)
|
||
|
|
<BR> <B>0</B> = local SCs used like a remote reader
|
||
|
|
<BR> <B>1</B> = prefer cache exchange based SCs
|
||
|
|
<BR> <B>2</B> = prefer local SCs
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cwc_disable</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
1 = disbale CW cycle check, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cacheex</B> = <B>0</B>|<B>1</B>|<B>2</B>|<B>3</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
set cache exchange mode
|
||
|
|
<P>
|
||
|
|
<BR> <B>0</B>: disable cache exchange mode (default)
|
||
|
|
<BR> <B>1</B>: enable cache exchange pull mode
|
||
|
|
<BR> <B>2</B>: enable cache exchange push mode for camd 3.5x / 3.57x and
|
||
|
|
<BR> CCcam protocol
|
||
|
|
<BR> <B>3</B>: enable reverse cache exchange push mode for camd 3.5x / 3.57x
|
||
|
|
<BR> and CCcam protocol
|
||
|
|
<P>
|
||
|
|
<I>Identical cache exchange modes must be set on local OSCam user account and remote OSCam server.</I>
|
||
|
|
<P>
|
||
|
|
<I>Please consider memory consumption.</I>
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cacheex_maxhop</B> = <B>hops</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
define maximum hops for cache exchange, default=10
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>no_wait_time</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
set wait time behaviour:
|
||
|
|
<BR>
|
||
|
|
<BR> <B>0</B>: use <B>wait_time</B> set in <B>oscam.conf</B> (default)
|
||
|
|
<BR> <B>1</B>: do not use <B>wait_time</B> set in <B>oscam.conf</B>
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>csp_ecm_filter</B> = <B>[caid][&mask][@provid][$servid],n</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
cache exchange incoming ECM filter setting (mode 3 only) for Cardservproxy, default:none
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cacheex_drop_csp</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
1 = drop incoming Cardservproxy cache (mode 3 only), detection is zero ecmd5, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cacheex_allow_request</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
1 = allow incoming ECM request (mode 3 only), default:1
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cacheex_allow_filter</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
1= allow cache exchange filter (for cache exchange mode 3 only), default:1
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cacheex_block_fakecws</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
1 = enable fake DCWs blocking (for cache exchange mode 3 only), get fake DCWs form <B>oscam.fakecws</B>, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>sleep</B> = <B>minutes</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
time waiting for inactive user, default:none
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>sleepsend</B> = <B>0</B>|<B>255</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
255 = <I>OSCam client only</I>: stopping requests until next zap, 255 = <I>camd 3.x only</I>: stopping requests until restart of camd 3.x client, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>suppresscmd08</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
0 = tell camd 3.5x, 3.57x and 3.78x clients not to request again for rejected
|
||
|
|
CAID, service ID and provider ID combination, 1 = disable, default:0
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>keepalive</B> = <B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
0 = disable keepalive between server and client for newcamd or CCcam protocol, default:1
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>umaxidle</B> = <B>seconds</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
value for user being idle before disconnect, 0 = idle disconnect disabled, -1 use clientmaxidle in global section, default:-1
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>caid</B> = <B><CAID>[&<mask>][:<target CAID>][,<CAID>[&<mask>][:<target CAID>]]...</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
limit and mapping of CAIDs, default:all CAIDs with mask FFFF
|
||
|
|
<P>
|
||
|
|
example: caid = 0100
|
||
|
|
<BR> caid = 0200&ffee:0300
|
||
|
|
<BR> caid = 0400&ff00:0500,0600
|
||
|
|
<BR> caid = 0702,0722
|
||
|
|
<BR> caid = 0702&ffdf (shortcut for the example above)
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>au</B> = <B>label of reader[,label of reader]...</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
AU setting, default:none:
|
||
|
|
<P>
|
||
|
|
<BR> <B>label of reader</B> = sending EMMs to specified reader
|
||
|
|
<BR> <I>(security issue: clients can see SC data!)</I>
|
||
|
|
<BR> <B>1</B> = auto AU is sending EMMs to <I>all</I> readers
|
||
|
|
<BR> <I>(security issue: clients can see SC data!)</I>
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>group</B> = <B>1..64[,1..64]...</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
user assingment to reader groups, default:none, <I>required</I>
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>betatunnel</B> = <B><CAID>.<ServiceID>:<target CAID>[,<CAID>.<ServiceID>:
|
||
|
|
<target CAID>]...</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
Define Betacrypt tunneling.
|
||
|
|
The ServiceID can also be used for wildcarded CAIDs.
|
||
|
|
<P>
|
||
|
|
<BR> example: betatunnel = 0100.0001:0200,0300.0004:0500
|
||
|
|
<BR> betatunnel = 0600.FFFF:0700
|
||
|
|
<P>
|
||
|
|
<I>Be carefull using abbreviations.</I>
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>emmreassembly</B> = <B>0</B>|<B>1</B>||<B>2</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
EMM reassembly, should be set for Viaccess and Cryptoworks readers if the
|
||
|
|
client that you are using to send EMMs is reassembling them instead of
|
||
|
|
just sending them to OSCam for processing.
|
||
|
|
<P>
|
||
|
|
<BR> <B>0</B>: disabled
|
||
|
|
<BR> <B>1</B>: enabled for DVB API
|
||
|
|
<BR> <B>2</B>: enabled (default)
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>services</B> = <B>[!]services[,[!]<services>]...</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
user [de]assingment to service group, default:none
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>ident</B> = <B><CAID>:<provid>[,<provid>,...][;<CAID>:<provid>[,<provid>,...]]...</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
user assingment to SC specific idents, default:none
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>class</B> = <B>[!]class[,[!]class]...</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
user [de]assingment to SC specific classes, default=none
|
||
|
|
<P>
|
||
|
|
<BR> example: class = 01,02,!03,!04
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>chid</B> = <B><CAID>:<ChID>[,<CAID>:<ChID>]...</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
user assingment to SC specific ChIDs, default:none
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>monlevel</B> = <B>0</B>|<B>1</B>|<B>2</B>|<B>3</B>|<B>4</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
monitor level:
|
||
|
|
<P>
|
||
|
|
<BR> <B>0</B> = no access to monitor (default)
|
||
|
|
<BR> <B>1</B> = only server and own procs
|
||
|
|
<BR> <B>2</B> = all procs, but viewing only
|
||
|
|
<BR> <B>3</B> = all procs, reload of <B>oscam.user</B> possible
|
||
|
|
<BR> <B>4</B> = complete access
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cccmaxhops</B> = <B>hops</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
maximum hops limit for CCcam clients, default:10
|
||
|
|
<P>
|
||
|
|
<BR> <B>-1</B> = CCcam disabled for this user
|
||
|
|
<BR> <B>0</B> = local SCs only
|
||
|
|
<BR> <B>1</B> = local SCs + 1 hop
|
||
|
|
<BR> <B>2</B> = local SCs + 2 hops
|
||
|
|
<BR> and so on
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cccreshare</B> = <B>level</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
reshare level for CCcam clients
|
||
|
|
<P>
|
||
|
|
<BR> <B>-1</B> = use reshare level of <B>oscam.conf</B> (default)
|
||
|
|
<BR> <B>0</B> = resharing for direct peer only
|
||
|
|
<BR> <B>x</B> = resharing for direct peer and share level x
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cccignorereshare</B> = <B>-1</B>|<B>0</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
CCcam ignore reshare setting:
|
||
|
|
<P>
|
||
|
|
<BR> <B>-1</B> = use ignore reshare level of <B>oscam.conf</B> (default)
|
||
|
|
<BR> <B>0</B> = use ignore reshare setting of server
|
||
|
|
<BR> <B>1</B> = use ignore reshare setting of reader or user
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<B>cccstealth</B> = <B>-1</B>|<B>1</B>
|
||
|
|
<DL COMPACT><DT><DD>
|
||
|
|
CCcam stealth:
|
||
|
|
<P>
|
||
|
|
<BR> <B>-1</B> = use CCcam stealth of <B>oscam.conf</B> (default)
|
||
|
|
<BR> <B>0</B> = use extended OSCam-CCcam protocol
|
||
|
|
<BR> <B>1</B> = behaviour like the original CCcam: no activate partner
|
||
|
|
<BR> detection and extended OSCam-CCcam protocol, prevent
|
||
|
|
<BR> other OSCam to detect the server as OSCam server
|
||
|
|
</DL>
|
||
|
|
|
||
|
|
<A NAME="lbAF"> </A>
|
||
|
|
<H2>EXAMPLES</H2>
|
||
|
|
|
||
|
|
<BR> [account]
|
||
|
|
<BR> user = username
|
||
|
|
<BR> pwd = password
|
||
|
|
<BR> group = 1
|
||
|
|
<BR> au = myserialmousereader
|
||
|
|
<BR> services = myservice
|
||
|
|
<BR> betatunnel = 0100.0001:0101,0100.0002:0101
|
||
|
|
<BR> caid = 0100
|
||
|
|
<BR> ident = 0100:000000
|
||
|
|
<BR> uniq = 1
|
||
|
|
<A NAME="lbAG"> </A>
|
||
|
|
<H2>SEE ALSO</H2>
|
||
|
|
|
||
|
|
<B><A HREF="/cgi-bin/man/man2html?1+list_smargo">list_smargo</A></B>(1), <B><A HREF="/cgi-bin/man/man2html?1+oscam">oscam</A></B>(1), <B><A HREF="/cgi-bin/man/man2html?5+oscam.ac">oscam.ac</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.cacheex">oscam.cacheex</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.cert">oscam.cert</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.conf">oscam.conf</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.dvbapi">oscam.dvbapi</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.fakecws">oscam.fakecws</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.guess">oscam.guess</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.ird">oscam.ird</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.provid">oscam.provid</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.ratelimit">oscam.ratelimit</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.server">oscam.server</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.services">oscam.services</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.tiers">oscam.tiers</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.srvid">oscam.srvid</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.srvid2">oscam.srvid2</A></B>(5), <B><A HREF="/cgi-bin/man/man2html?5+oscam.whitelist">oscam.whitelist</A></B>(5)
|
||
|
|
<P>
|
||
|
|
|
||
|
|
<HR>
|
||
|
|
<A NAME="index"> </A><H2>Index</H2>
|
||
|
|
<DL>
|
||
|
|
<DT><A HREF="#lbAB">NAME</A><DD>
|
||
|
|
<DT><A HREF="#lbAC">SYNOPSIS</A><DD>
|
||
|
|
<DT><A HREF="#lbAD">DESCRIPTIONS</A><DD>
|
||
|
|
<DL>
|
||
|
|
<DT><A HREF="#lbAE">The [account] section</A><DD>
|
||
|
|
</DL>
|
||
|
|
<DT><A HREF="#lbAF">EXAMPLES</A><DD>
|
||
|
|
<DT><A HREF="#lbAG">SEE ALSO</A><DD>
|
||
|
|
</DL>
|
||
|
|
</BODY>
|
||
|
|
</HTML>
|