<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de-AT">
	<id>http://oldwiki.streamboard.tv/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HDHMETRO</id>
	<title>Streamboard Wiki - Benutzerbeiträge [de-at]</title>
	<link rel="self" type="application/atom+xml" href="http://oldwiki.streamboard.tv/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=HDHMETRO"/>
	<link rel="alternate" type="text/html" href="http://oldwiki.streamboard.tv/wiki/Spezial:Beitr%C3%A4ge/HDHMETRO"/>
	<updated>2026-05-09T01:11:44Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>http://oldwiki.streamboard.tv/index.php?title=OSCam/en/Config/oscam.user&amp;diff=9940</id>
		<title>OSCam/en/Config/oscam.user</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.streamboard.tv/index.php?title=OSCam/en/Config/oscam.user&amp;diff=9940"/>
		<updated>2012-09-30T05:58:49Z</updated>

		<summary type="html">&lt;p&gt;HDHMETRO: /* description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Kategorie:OSCam]]&lt;br /&gt;
{{OSCamHomeLinks}}&lt;br /&gt;
&lt;br /&gt;
== oscam.user ==&lt;br /&gt;
The user configuration file for OSCam contains user definitions. [account] sections in oscam.user are recurring (more than one account).&lt;br /&gt;
&lt;br /&gt;
=== [account] ===&lt;br /&gt;
{{OSCamUserParameter}}&lt;br /&gt;
&lt;br /&gt;
==== user ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&lt;br /&gt;
account name&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 user = user1&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 user =&lt;br /&gt;
&lt;br /&gt;
==== pwd ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&lt;br /&gt;
password for account&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 pwd = pwuser1&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 pwd =&lt;br /&gt;
&lt;br /&gt;
==== description ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
description of user account (text) &lt;br /&gt;
&lt;br /&gt;
Описание аккаунта пользователя (текст)&lt;br /&gt;
&lt;br /&gt;
==== disabled ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
account disabled&lt;br /&gt;
&lt;br /&gt;
Beispiel:&lt;br /&gt;
 disabled = 0 # (account enabled)&lt;br /&gt;
 disabled = 1 # (account disabled)&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 disabled = 0&lt;br /&gt;
&lt;br /&gt;
==== hostname ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
host from which user connection is allowed&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 hostname = client.dyndns.org&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 hostname =&lt;br /&gt;
&lt;br /&gt;
==== expdate ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
expiration date for account&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;year&amp;gt;-&amp;lt;month&amp;gt;-&amp;lt;day&amp;gt;|&amp;lt;year&amp;gt;/&amp;lt;month&amp;gt;/&amp;lt;day&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 expdate  = 2001-11-21&lt;br /&gt;
 expdate  = 2002/12/22&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 expdate = none&lt;br /&gt;
&lt;br /&gt;
==== allowedprotocols ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
allowedprotocols  =  [protocol1][,][protocol2][,][protocol3][,]...&lt;br /&gt;
&lt;br /&gt;
allowed protocols for user&lt;br /&gt;
&lt;br /&gt;
protocols&lt;br /&gt;
 camd33&lt;br /&gt;
 camd35&lt;br /&gt;
 cs357x&lt;br /&gt;
 cs378x&lt;br /&gt;
 newcamd&lt;br /&gt;
 cccam&lt;br /&gt;
 gbox&lt;br /&gt;
 radegast&lt;br /&gt;
&lt;br /&gt;
example&lt;br /&gt;
 allowedprotocols  =  cs357x,gbox       # only cs357x and gbox protocols are allowed&lt;br /&gt;
                   =  [blank]           # all protocols are allowed (default)&lt;br /&gt;
&lt;br /&gt;
==== allowedtimeframe ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
account enabled from - to&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 hh:mm-hh:mm&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 allowedtimeframe = 10:00-22:00&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 allowedtimeframe =&lt;br /&gt;
&lt;br /&gt;
==== uniq ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 uniq = 0  # disabled, default&lt;br /&gt;
 uniq = 1  # only one connection per user is allowed&lt;br /&gt;
 uniq = 2  # set user to fake if source ip is different&lt;br /&gt;
             (e.g. for newcamd clients with different CAIDs and ports)&lt;br /&gt;
 uniq = 3  # only one connection per user, but only the last login will survive (old mpcs behavior)&lt;br /&gt;
 uniq = 4  # set user only to fake if source ip is different, but only the last login will survive&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 uniq = 0&lt;br /&gt;
&lt;br /&gt;
==== numusers ====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
used only &#039;&#039;&#039;if anticascading&#039;&#039;&#039; is enabled!&lt;br /&gt;
&lt;br /&gt;
user per account&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 numusers = 5 # (maximal 5 user)&lt;br /&gt;
 numusers = 0 # (anticascading disabled)&lt;br /&gt;
 numusers =   # quantity&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 numusers =&lt;br /&gt;
&lt;br /&gt;
==== penalty ====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
used only if &#039;&#039;&#039;anticascading&#039;&#039;&#039; is enabled!&lt;br /&gt;
&lt;br /&gt;
level of penalty:&lt;br /&gt;
 &#039;&#039;&#039;penalty = -1&#039;&#039;&#039; # use value of [[OSCam/en/Config/oscam.conf#penalty|penalty]] defined in oscam.conf (&#039;&#039;&#039;default&#039;&#039;&#039;)&lt;br /&gt;
 penalty =  0 # only logging&lt;br /&gt;
 penalty =  1 # send fake DWs&lt;br /&gt;
 penalty =  2 # disable user temporary&lt;br /&gt;
 penalty =  3 # send DWs with delay ([[OSCam/en/Config/oscam.conf#fakedelay|fakedelay]])&lt;br /&gt;
&lt;br /&gt;
==== failban ====&lt;br /&gt;
{{Optional}}&lt;br /&gt;
&lt;br /&gt;
mask for IP based blocking:&lt;br /&gt;
 failban = 0 # ignore (default)&lt;br /&gt;
 failban = 2 # block IP of a disabled account on connecting&lt;br /&gt;
 failban = 4 # block IP of a sleeping account while sleeping comes up&lt;br /&gt;
&lt;br /&gt;
==== cacheex ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Green;color:White;padding:0 5px;&amp;quot;&amp;gt;NEW  svn6039:11/26/2011&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cacheex  =  0|1|2|3&lt;br /&gt;
&lt;br /&gt;
 1  =  enable cache exchange pull mode&lt;br /&gt;
 2  =  enable cache exchange push mode &lt;br /&gt;
 3  =  enable cache exchange reversepush mode&lt;br /&gt;
 0  =  default&lt;br /&gt;
 for camd 3.5x and CCcam protocol&lt;br /&gt;
&lt;br /&gt;
see also on oscam.server!&lt;br /&gt;
&lt;br /&gt;
Identical cache exchange modes must be set on local OSCam user account and remote OSCam server!&lt;br /&gt;
&lt;br /&gt;
===== cacheex-modes =====&lt;br /&gt;
===== cacheex = 1 - cachepull =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader1 has cacheex = 1&lt;br /&gt;
&lt;br /&gt;
OSCam B account1 has cacheex = 1&lt;br /&gt;
&lt;br /&gt;
OSCam A gets a ECM request, reader1 send this request to OSCam B,&lt;br /&gt;
&lt;br /&gt;
OSCam B checks his cache:&lt;br /&gt;
* Not found in cache: return NOK&lt;br /&gt;
* Found in cache: return OK+CW&lt;br /&gt;
* Not found in cache, but found pending request: wait &#039;&#039;cacheexwaittime&#039;&#039; in oscam.conf [global] and check again. OSCam B never requests new ECMs.&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  B ---&amp;gt; A&lt;br /&gt;
&lt;br /&gt;
===== cacheex  =  2 - cachepush =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader1 has cacheex = 2&lt;br /&gt;
&lt;br /&gt;
OSCam B account1 hastcacheex = 2&lt;br /&gt;
&lt;br /&gt;
If OSCam B gets a CW, its pushed to OSCam A, reader has normal functionality and can request ECMs.&lt;br /&gt;
* Problem: OSCAM can only push CW&#039;s if OSCam A is connected&lt;br /&gt;
* Problem or feature?: OSCam A reader can request ECMs from OSCam B&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  B ---&amp;gt; A&lt;br /&gt;
&lt;br /&gt;
===== cacheex  =  3 - reversecachepush =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader 1 has cacheex = 3&lt;br /&gt;
&lt;br /&gt;
If OSCam A gets a CW, its pushed to OSCam B. OSCam A never requests new ECMs.&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  A ---&amp;gt; B&lt;br /&gt;
&lt;br /&gt;
==== cacheex_maxhop ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Green;color:White;padding:0 5px;&amp;quot;&amp;gt;NEW  svn6691:05/07/2012&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cacheex_maxhop  =  hops&lt;br /&gt;
                =  defaolt = 10 hops&lt;br /&gt;
&lt;br /&gt;
define maximum hops for cache exchange&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== sleep ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
time waiting for inactive user in minutes&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 sleep = 5&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 sleep =&lt;br /&gt;
&lt;br /&gt;
==== sleepsend ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
0|255&lt;br /&gt;
&lt;br /&gt;
255 = &#039;&#039;&#039;OSCam client&#039;&#039;&#039; only: stopping requests until next zap,&lt;br /&gt;
&lt;br /&gt;
255 = &#039;&#039;&#039;camd 3.x&#039;&#039;&#039; only: stopping requests until restart of camd3 client&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
 sleepsend = 0&lt;br /&gt;
 sleepsend = 255&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 sleepsend =&lt;br /&gt;
&lt;br /&gt;
==== suppresscmd08 ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
switches suppress of CMD08&lt;br /&gt;
&lt;br /&gt;
 suppresscmd08 = 0 # CMD08 for camd3 3.57x/3.78x clients &#039;&#039;&#039;enabled&#039;&#039;&#039;&lt;br /&gt;
 suppresscmd08 = 1 # CMD08 for camd3 3.57x/3.78x clients &#039;&#039;&#039;disabled&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 suppresscmd08 = 0&lt;br /&gt;
&lt;br /&gt;
==== keepalive ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
disable keepalive between newcamd-server and client connection&lt;br /&gt;
&lt;br /&gt;
 keepalive = 0 # disabled &lt;br /&gt;
 keepalive = 1 # enabled (default)&lt;br /&gt;
&lt;br /&gt;
==== caid ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
caid = &amp;lt;CAID&amp;gt;[&amp;amp;&amp;lt;mask&amp;gt;][:&amp;lt;target CAID&amp;gt;][,&amp;lt;CAID&amp;gt;[&amp;amp;&amp;lt;mask&amp;gt;][:target &amp;lt;CAID&amp;gt;]]...&lt;br /&gt;
&lt;br /&gt;
define and mapping of CAIDs for reader, default:all CAIDs with mask FFFF&lt;br /&gt;
&lt;br /&gt;
example: &lt;br /&gt;
 caid = 0100&lt;br /&gt;
 caid = 0200&amp;amp;ffee:0300&lt;br /&gt;
 caid = 0400&amp;amp;ff00:0500,0600&lt;br /&gt;
 caid = 0702,0722&lt;br /&gt;
 caid = 0702&amp;amp;ffdf (shortcut for the example above)&lt;br /&gt;
&lt;br /&gt;
==== au ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 label of reader[,label of reader]...|1&lt;br /&gt;
&lt;br /&gt;
AU settings:&lt;br /&gt;
 au = [label of reader] # sending EMMs to specified reader&lt;br /&gt;
                          (security issue: clients can see SC data!)&lt;br /&gt;
 au = 1                 # auto AU is sending EMMs to all readers&lt;br /&gt;
                          (security issue: clients can see SC data!)&lt;br /&gt;
Default:&lt;br /&gt;
 au = [blank]           # none&lt;br /&gt;
&lt;br /&gt;
==== group ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Blue;color:White;padding:0 5px;&amp;quot;&amp;gt;CHANGE  svn6103:12/21/2011&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
user assingment to reader group. Valid 64 groups&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 group   =  1....64[,1....64]....&lt;br /&gt;
 default =  none&lt;br /&gt;
&lt;br /&gt;
==== betatunnel ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
define Betacrypt tunneling (max. see CS_MAXTUNTAB in globals.h).  The ServiceID can also be used for wildcarded CAIDs.&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;CAID&amp;gt;.&amp;lt;ServiceID&amp;gt;:&amp;lt;target CAID&amp;gt;[,&amp;lt;CAID&amp;gt;.&amp;lt;ServiceID&amp;gt;: &amp;lt;target CAID&amp;gt;]...&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 betatunnel = 0100.0001:0200,0300.0004:0500&lt;br /&gt;
 betatunnel = 0600.FFFF:0700&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 betatunnel =&lt;br /&gt;
&lt;br /&gt;
==== services ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
What services may use the User.? This requires a oscam.services be present. The logic here is as follows (in this order): &lt;br /&gt;
* If the field is empty (or invalid), the request is allowed.&lt;br /&gt;
* When a negative service (ie, those with &#039;&#039;&#039;!&#039;&#039;&#039;) is applicable, the request is rejected. &lt;br /&gt;
* If a positive service is applicable or there is no positive service, the request is allowed. &lt;br /&gt;
* If none of the previous points, the request is rejected. &lt;br /&gt;
This means that negative Services are only necessary in individual cases. Namely, exactly, then if you have a positive service, but it wants to exclude some back. This is not recommended, because here comes quickly to misconfigurations. Instead, an additional service to be created that contains all the relevant channels. &lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
 services = service1,! service2 # (client may not receive service1 service2) &lt;br /&gt;
 services = [!] services &lt;br /&gt;
&lt;br /&gt;
Default: &lt;br /&gt;
 services =&lt;br /&gt;
&lt;br /&gt;
==== ident ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user assingment to SC specific idents&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;CAID&amp;gt;:&amp;lt;ident&amp;gt;[,&amp;lt;ident&amp;gt;,...][;&amp;lt;CAID&amp;gt;:&amp;lt;ident&amp;gt;[,&amp;lt;ident&amp;gt;,...]]...&lt;br /&gt;
&lt;br /&gt;
default = none&lt;br /&gt;
&lt;br /&gt;
==== class ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user [de]assingment to SC specific classes&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 [!]class[,[!]class]...&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 class = 01,02,!03,!04&lt;br /&gt;
 &lt;br /&gt;
default = none&lt;br /&gt;
&lt;br /&gt;
==== chid ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user assingment to SC specific ChID&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 chid = &amp;lt;CAID&amp;gt;:&amp;lt;ChID&amp;gt;[,&amp;lt;ChID&amp;gt;,...][;&amp;lt;CAID&amp;gt;:&amp;lt;ChID&amp;gt;[,&amp;lt;ChID&amp;gt;,...]]...&lt;br /&gt;
      = [blank] default&lt;br /&gt;
&lt;br /&gt;
==== monlevel ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
monitor level:&lt;br /&gt;
 monlevel  = 0 # no access to monitor&lt;br /&gt;
 monlevel  = 1 # only server and own procs&lt;br /&gt;
 monlevel  = 2 # all procs, but viewing only, default&lt;br /&gt;
 monlevel  = 3 # all procs, reload of oscam.user possible&lt;br /&gt;
 monlevel  = 4 # complete access&lt;br /&gt;
&lt;br /&gt;
==== ccc ====&lt;br /&gt;
&lt;br /&gt;
===== cccmaxhops =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
only if &#039;&#039;&#039;CCcam proxies or CCcam server&#039;&#039;&#039; are used!&lt;br /&gt;
&lt;br /&gt;
maximum hops limit for CCcam clients&lt;br /&gt;
&lt;br /&gt;
 cccmaxhops = -1 # CCcam disbled for this user&lt;br /&gt;
               0 # local SCs only&lt;br /&gt;
               1 # local SCs + 1 hop&lt;br /&gt;
               2 # local SCs + 2 hops&lt;br /&gt;
                 # and so on&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 cccmaxhops = 10 # local SC&#039;s + 10 hops&lt;br /&gt;
&lt;br /&gt;
===== cccreshare =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
reshare level for CCcam clients&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 cccreshare = -1 # use [[OSCam/en/Config/oscam.conf#reshare|reshare]] level defined in oscam.conf  -  default&lt;br /&gt;
 cccreshare =  x # resharing for direct peer and share level x&lt;br /&gt;
&lt;br /&gt;
reshare could be defined on 2 ways:&lt;br /&gt;
&lt;br /&gt;
* reader (&amp;quot;cccreshare&amp;quot;)&lt;br /&gt;
* user-account (&amp;quot;cccreshare&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
A cards reshare value is set to the smallest value of the 2 parameters !&lt;br /&gt;
&lt;br /&gt;
===== cccignorereshare =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
only if &#039;&#039;&#039;CCcam proxies or CCcam server&#039;&#039;&#039; are used!&lt;br /&gt;
&lt;br /&gt;
CCcam ignore reshare settings&lt;br /&gt;
&lt;br /&gt;
 cccignorereshare  =  -1   #  use ignore reshare level of oscam.conf [ccc] - default &lt;br /&gt;
                   =   0   #  use ignore reshare level of server&lt;br /&gt;
                   =   1   #  use ignore reshare level of reader or user&lt;br /&gt;
&lt;br /&gt;
===== cccstealth =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
cccstealth = -1|0|1&lt;br /&gt;
&lt;br /&gt;
 -1  =  # use CCcam stealth of oscam.conf [ccc]  -  default&lt;br /&gt;
  0  =  # use extendet OSCam-CCcam-protocol&lt;br /&gt;
  1  =  # behaviour like the original CCcam-protocol, no activate partner detection and extendet&lt;br /&gt;
          OSCam-CCcam-protocol, prevent other OSCam to detect the server as OSCam-server&lt;br /&gt;
&lt;br /&gt;
{{OSCamTranslatedLinks}}&lt;/div&gt;</summary>
		<author><name>HDHMETRO</name></author>
	</entry>
	<entry>
		<id>http://oldwiki.streamboard.tv/index.php?title=OSCam/en/Config/oscam.user&amp;diff=9939</id>
		<title>OSCam/en/Config/oscam.user</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.streamboard.tv/index.php?title=OSCam/en/Config/oscam.user&amp;diff=9939"/>
		<updated>2012-09-30T05:58:25Z</updated>

		<summary type="html">&lt;p&gt;HDHMETRO: /* description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Kategorie:OSCam]]&lt;br /&gt;
{{OSCamHomeLinks}}&lt;br /&gt;
&lt;br /&gt;
== oscam.user ==&lt;br /&gt;
The user configuration file for OSCam contains user definitions. [account] sections in oscam.user are recurring (more than one account).&lt;br /&gt;
&lt;br /&gt;
=== [account] ===&lt;br /&gt;
{{OSCamUserParameter}}&lt;br /&gt;
&lt;br /&gt;
==== user ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&lt;br /&gt;
account name&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 user = user1&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 user =&lt;br /&gt;
&lt;br /&gt;
==== pwd ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&lt;br /&gt;
password for account&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 pwd = pwuser1&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 pwd =&lt;br /&gt;
&lt;br /&gt;
==== description ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
description of user account (text) &lt;br /&gt;
Описание аккаунта пользователя (текст)&lt;br /&gt;
&lt;br /&gt;
==== disabled ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
account disabled&lt;br /&gt;
&lt;br /&gt;
Beispiel:&lt;br /&gt;
 disabled = 0 # (account enabled)&lt;br /&gt;
 disabled = 1 # (account disabled)&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 disabled = 0&lt;br /&gt;
&lt;br /&gt;
==== hostname ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
host from which user connection is allowed&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 hostname = client.dyndns.org&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 hostname =&lt;br /&gt;
&lt;br /&gt;
==== expdate ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
expiration date for account&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;year&amp;gt;-&amp;lt;month&amp;gt;-&amp;lt;day&amp;gt;|&amp;lt;year&amp;gt;/&amp;lt;month&amp;gt;/&amp;lt;day&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 expdate  = 2001-11-21&lt;br /&gt;
 expdate  = 2002/12/22&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 expdate = none&lt;br /&gt;
&lt;br /&gt;
==== allowedprotocols ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
allowedprotocols  =  [protocol1][,][protocol2][,][protocol3][,]...&lt;br /&gt;
&lt;br /&gt;
allowed protocols for user&lt;br /&gt;
&lt;br /&gt;
protocols&lt;br /&gt;
 camd33&lt;br /&gt;
 camd35&lt;br /&gt;
 cs357x&lt;br /&gt;
 cs378x&lt;br /&gt;
 newcamd&lt;br /&gt;
 cccam&lt;br /&gt;
 gbox&lt;br /&gt;
 radegast&lt;br /&gt;
&lt;br /&gt;
example&lt;br /&gt;
 allowedprotocols  =  cs357x,gbox       # only cs357x and gbox protocols are allowed&lt;br /&gt;
                   =  [blank]           # all protocols are allowed (default)&lt;br /&gt;
&lt;br /&gt;
==== allowedtimeframe ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
account enabled from - to&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 hh:mm-hh:mm&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 allowedtimeframe = 10:00-22:00&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 allowedtimeframe =&lt;br /&gt;
&lt;br /&gt;
==== uniq ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 uniq = 0  # disabled, default&lt;br /&gt;
 uniq = 1  # only one connection per user is allowed&lt;br /&gt;
 uniq = 2  # set user to fake if source ip is different&lt;br /&gt;
             (e.g. for newcamd clients with different CAIDs and ports)&lt;br /&gt;
 uniq = 3  # only one connection per user, but only the last login will survive (old mpcs behavior)&lt;br /&gt;
 uniq = 4  # set user only to fake if source ip is different, but only the last login will survive&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 uniq = 0&lt;br /&gt;
&lt;br /&gt;
==== numusers ====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
used only &#039;&#039;&#039;if anticascading&#039;&#039;&#039; is enabled!&lt;br /&gt;
&lt;br /&gt;
user per account&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 numusers = 5 # (maximal 5 user)&lt;br /&gt;
 numusers = 0 # (anticascading disabled)&lt;br /&gt;
 numusers =   # quantity&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 numusers =&lt;br /&gt;
&lt;br /&gt;
==== penalty ====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
used only if &#039;&#039;&#039;anticascading&#039;&#039;&#039; is enabled!&lt;br /&gt;
&lt;br /&gt;
level of penalty:&lt;br /&gt;
 &#039;&#039;&#039;penalty = -1&#039;&#039;&#039; # use value of [[OSCam/en/Config/oscam.conf#penalty|penalty]] defined in oscam.conf (&#039;&#039;&#039;default&#039;&#039;&#039;)&lt;br /&gt;
 penalty =  0 # only logging&lt;br /&gt;
 penalty =  1 # send fake DWs&lt;br /&gt;
 penalty =  2 # disable user temporary&lt;br /&gt;
 penalty =  3 # send DWs with delay ([[OSCam/en/Config/oscam.conf#fakedelay|fakedelay]])&lt;br /&gt;
&lt;br /&gt;
==== failban ====&lt;br /&gt;
{{Optional}}&lt;br /&gt;
&lt;br /&gt;
mask for IP based blocking:&lt;br /&gt;
 failban = 0 # ignore (default)&lt;br /&gt;
 failban = 2 # block IP of a disabled account on connecting&lt;br /&gt;
 failban = 4 # block IP of a sleeping account while sleeping comes up&lt;br /&gt;
&lt;br /&gt;
==== cacheex ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Green;color:White;padding:0 5px;&amp;quot;&amp;gt;NEW  svn6039:11/26/2011&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cacheex  =  0|1|2|3&lt;br /&gt;
&lt;br /&gt;
 1  =  enable cache exchange pull mode&lt;br /&gt;
 2  =  enable cache exchange push mode &lt;br /&gt;
 3  =  enable cache exchange reversepush mode&lt;br /&gt;
 0  =  default&lt;br /&gt;
 for camd 3.5x and CCcam protocol&lt;br /&gt;
&lt;br /&gt;
see also on oscam.server!&lt;br /&gt;
&lt;br /&gt;
Identical cache exchange modes must be set on local OSCam user account and remote OSCam server!&lt;br /&gt;
&lt;br /&gt;
===== cacheex-modes =====&lt;br /&gt;
===== cacheex = 1 - cachepull =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader1 has cacheex = 1&lt;br /&gt;
&lt;br /&gt;
OSCam B account1 has cacheex = 1&lt;br /&gt;
&lt;br /&gt;
OSCam A gets a ECM request, reader1 send this request to OSCam B,&lt;br /&gt;
&lt;br /&gt;
OSCam B checks his cache:&lt;br /&gt;
* Not found in cache: return NOK&lt;br /&gt;
* Found in cache: return OK+CW&lt;br /&gt;
* Not found in cache, but found pending request: wait &#039;&#039;cacheexwaittime&#039;&#039; in oscam.conf [global] and check again. OSCam B never requests new ECMs.&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  B ---&amp;gt; A&lt;br /&gt;
&lt;br /&gt;
===== cacheex  =  2 - cachepush =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader1 has cacheex = 2&lt;br /&gt;
&lt;br /&gt;
OSCam B account1 hastcacheex = 2&lt;br /&gt;
&lt;br /&gt;
If OSCam B gets a CW, its pushed to OSCam A, reader has normal functionality and can request ECMs.&lt;br /&gt;
* Problem: OSCAM can only push CW&#039;s if OSCam A is connected&lt;br /&gt;
* Problem or feature?: OSCam A reader can request ECMs from OSCam B&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  B ---&amp;gt; A&lt;br /&gt;
&lt;br /&gt;
===== cacheex  =  3 - reversecachepush =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader 1 has cacheex = 3&lt;br /&gt;
&lt;br /&gt;
If OSCam A gets a CW, its pushed to OSCam B. OSCam A never requests new ECMs.&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  A ---&amp;gt; B&lt;br /&gt;
&lt;br /&gt;
==== cacheex_maxhop ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Green;color:White;padding:0 5px;&amp;quot;&amp;gt;NEW  svn6691:05/07/2012&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cacheex_maxhop  =  hops&lt;br /&gt;
                =  defaolt = 10 hops&lt;br /&gt;
&lt;br /&gt;
define maximum hops for cache exchange&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== sleep ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
time waiting for inactive user in minutes&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 sleep = 5&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 sleep =&lt;br /&gt;
&lt;br /&gt;
==== sleepsend ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
0|255&lt;br /&gt;
&lt;br /&gt;
255 = &#039;&#039;&#039;OSCam client&#039;&#039;&#039; only: stopping requests until next zap,&lt;br /&gt;
&lt;br /&gt;
255 = &#039;&#039;&#039;camd 3.x&#039;&#039;&#039; only: stopping requests until restart of camd3 client&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
 sleepsend = 0&lt;br /&gt;
 sleepsend = 255&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 sleepsend =&lt;br /&gt;
&lt;br /&gt;
==== suppresscmd08 ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
switches suppress of CMD08&lt;br /&gt;
&lt;br /&gt;
 suppresscmd08 = 0 # CMD08 for camd3 3.57x/3.78x clients &#039;&#039;&#039;enabled&#039;&#039;&#039;&lt;br /&gt;
 suppresscmd08 = 1 # CMD08 for camd3 3.57x/3.78x clients &#039;&#039;&#039;disabled&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 suppresscmd08 = 0&lt;br /&gt;
&lt;br /&gt;
==== keepalive ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
disable keepalive between newcamd-server and client connection&lt;br /&gt;
&lt;br /&gt;
 keepalive = 0 # disabled &lt;br /&gt;
 keepalive = 1 # enabled (default)&lt;br /&gt;
&lt;br /&gt;
==== caid ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
caid = &amp;lt;CAID&amp;gt;[&amp;amp;&amp;lt;mask&amp;gt;][:&amp;lt;target CAID&amp;gt;][,&amp;lt;CAID&amp;gt;[&amp;amp;&amp;lt;mask&amp;gt;][:target &amp;lt;CAID&amp;gt;]]...&lt;br /&gt;
&lt;br /&gt;
define and mapping of CAIDs for reader, default:all CAIDs with mask FFFF&lt;br /&gt;
&lt;br /&gt;
example: &lt;br /&gt;
 caid = 0100&lt;br /&gt;
 caid = 0200&amp;amp;ffee:0300&lt;br /&gt;
 caid = 0400&amp;amp;ff00:0500,0600&lt;br /&gt;
 caid = 0702,0722&lt;br /&gt;
 caid = 0702&amp;amp;ffdf (shortcut for the example above)&lt;br /&gt;
&lt;br /&gt;
==== au ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 label of reader[,label of reader]...|1&lt;br /&gt;
&lt;br /&gt;
AU settings:&lt;br /&gt;
 au = [label of reader] # sending EMMs to specified reader&lt;br /&gt;
                          (security issue: clients can see SC data!)&lt;br /&gt;
 au = 1                 # auto AU is sending EMMs to all readers&lt;br /&gt;
                          (security issue: clients can see SC data!)&lt;br /&gt;
Default:&lt;br /&gt;
 au = [blank]           # none&lt;br /&gt;
&lt;br /&gt;
==== group ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Blue;color:White;padding:0 5px;&amp;quot;&amp;gt;CHANGE  svn6103:12/21/2011&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
user assingment to reader group. Valid 64 groups&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 group   =  1....64[,1....64]....&lt;br /&gt;
 default =  none&lt;br /&gt;
&lt;br /&gt;
==== betatunnel ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
define Betacrypt tunneling (max. see CS_MAXTUNTAB in globals.h).  The ServiceID can also be used for wildcarded CAIDs.&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;CAID&amp;gt;.&amp;lt;ServiceID&amp;gt;:&amp;lt;target CAID&amp;gt;[,&amp;lt;CAID&amp;gt;.&amp;lt;ServiceID&amp;gt;: &amp;lt;target CAID&amp;gt;]...&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 betatunnel = 0100.0001:0200,0300.0004:0500&lt;br /&gt;
 betatunnel = 0600.FFFF:0700&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 betatunnel =&lt;br /&gt;
&lt;br /&gt;
==== services ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
What services may use the User.? This requires a oscam.services be present. The logic here is as follows (in this order): &lt;br /&gt;
* If the field is empty (or invalid), the request is allowed.&lt;br /&gt;
* When a negative service (ie, those with &#039;&#039;&#039;!&#039;&#039;&#039;) is applicable, the request is rejected. &lt;br /&gt;
* If a positive service is applicable or there is no positive service, the request is allowed. &lt;br /&gt;
* If none of the previous points, the request is rejected. &lt;br /&gt;
This means that negative Services are only necessary in individual cases. Namely, exactly, then if you have a positive service, but it wants to exclude some back. This is not recommended, because here comes quickly to misconfigurations. Instead, an additional service to be created that contains all the relevant channels. &lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
 services = service1,! service2 # (client may not receive service1 service2) &lt;br /&gt;
 services = [!] services &lt;br /&gt;
&lt;br /&gt;
Default: &lt;br /&gt;
 services =&lt;br /&gt;
&lt;br /&gt;
==== ident ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user assingment to SC specific idents&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;CAID&amp;gt;:&amp;lt;ident&amp;gt;[,&amp;lt;ident&amp;gt;,...][;&amp;lt;CAID&amp;gt;:&amp;lt;ident&amp;gt;[,&amp;lt;ident&amp;gt;,...]]...&lt;br /&gt;
&lt;br /&gt;
default = none&lt;br /&gt;
&lt;br /&gt;
==== class ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user [de]assingment to SC specific classes&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 [!]class[,[!]class]...&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 class = 01,02,!03,!04&lt;br /&gt;
 &lt;br /&gt;
default = none&lt;br /&gt;
&lt;br /&gt;
==== chid ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user assingment to SC specific ChID&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 chid = &amp;lt;CAID&amp;gt;:&amp;lt;ChID&amp;gt;[,&amp;lt;ChID&amp;gt;,...][;&amp;lt;CAID&amp;gt;:&amp;lt;ChID&amp;gt;[,&amp;lt;ChID&amp;gt;,...]]...&lt;br /&gt;
      = [blank] default&lt;br /&gt;
&lt;br /&gt;
==== monlevel ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
monitor level:&lt;br /&gt;
 monlevel  = 0 # no access to monitor&lt;br /&gt;
 monlevel  = 1 # only server and own procs&lt;br /&gt;
 monlevel  = 2 # all procs, but viewing only, default&lt;br /&gt;
 monlevel  = 3 # all procs, reload of oscam.user possible&lt;br /&gt;
 monlevel  = 4 # complete access&lt;br /&gt;
&lt;br /&gt;
==== ccc ====&lt;br /&gt;
&lt;br /&gt;
===== cccmaxhops =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
only if &#039;&#039;&#039;CCcam proxies or CCcam server&#039;&#039;&#039; are used!&lt;br /&gt;
&lt;br /&gt;
maximum hops limit for CCcam clients&lt;br /&gt;
&lt;br /&gt;
 cccmaxhops = -1 # CCcam disbled for this user&lt;br /&gt;
               0 # local SCs only&lt;br /&gt;
               1 # local SCs + 1 hop&lt;br /&gt;
               2 # local SCs + 2 hops&lt;br /&gt;
                 # and so on&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 cccmaxhops = 10 # local SC&#039;s + 10 hops&lt;br /&gt;
&lt;br /&gt;
===== cccreshare =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
reshare level for CCcam clients&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 cccreshare = -1 # use [[OSCam/en/Config/oscam.conf#reshare|reshare]] level defined in oscam.conf  -  default&lt;br /&gt;
 cccreshare =  x # resharing for direct peer and share level x&lt;br /&gt;
&lt;br /&gt;
reshare could be defined on 2 ways:&lt;br /&gt;
&lt;br /&gt;
* reader (&amp;quot;cccreshare&amp;quot;)&lt;br /&gt;
* user-account (&amp;quot;cccreshare&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
A cards reshare value is set to the smallest value of the 2 parameters !&lt;br /&gt;
&lt;br /&gt;
===== cccignorereshare =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
only if &#039;&#039;&#039;CCcam proxies or CCcam server&#039;&#039;&#039; are used!&lt;br /&gt;
&lt;br /&gt;
CCcam ignore reshare settings&lt;br /&gt;
&lt;br /&gt;
 cccignorereshare  =  -1   #  use ignore reshare level of oscam.conf [ccc] - default &lt;br /&gt;
                   =   0   #  use ignore reshare level of server&lt;br /&gt;
                   =   1   #  use ignore reshare level of reader or user&lt;br /&gt;
&lt;br /&gt;
===== cccstealth =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
cccstealth = -1|0|1&lt;br /&gt;
&lt;br /&gt;
 -1  =  # use CCcam stealth of oscam.conf [ccc]  -  default&lt;br /&gt;
  0  =  # use extendet OSCam-CCcam-protocol&lt;br /&gt;
  1  =  # behaviour like the original CCcam-protocol, no activate partner detection and extendet&lt;br /&gt;
          OSCam-CCcam-protocol, prevent other OSCam to detect the server as OSCam-server&lt;br /&gt;
&lt;br /&gt;
{{OSCamTranslatedLinks}}&lt;/div&gt;</summary>
		<author><name>HDHMETRO</name></author>
	</entry>
	<entry>
		<id>http://oldwiki.streamboard.tv/index.php?title=OSCam/en/Config/oscam.user&amp;diff=9938</id>
		<title>OSCam/en/Config/oscam.user</title>
		<link rel="alternate" type="text/html" href="http://oldwiki.streamboard.tv/index.php?title=OSCam/en/Config/oscam.user&amp;diff=9938"/>
		<updated>2012-09-30T05:57:48Z</updated>

		<summary type="html">&lt;p&gt;HDHMETRO: /* description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Kategorie:OSCam]]&lt;br /&gt;
{{OSCamHomeLinks}}&lt;br /&gt;
&lt;br /&gt;
== oscam.user ==&lt;br /&gt;
The user configuration file for OSCam contains user definitions. [account] sections in oscam.user are recurring (more than one account).&lt;br /&gt;
&lt;br /&gt;
=== [account] ===&lt;br /&gt;
{{OSCamUserParameter}}&lt;br /&gt;
&lt;br /&gt;
==== user ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&lt;br /&gt;
account name&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 user = user1&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 user =&lt;br /&gt;
&lt;br /&gt;
==== pwd ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&lt;br /&gt;
password for account&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 pwd = pwuser1&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 pwd =&lt;br /&gt;
&lt;br /&gt;
==== description ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
Описание аккаунта пользователя (текст)&lt;br /&gt;
&lt;br /&gt;
==== disabled ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
account disabled&lt;br /&gt;
&lt;br /&gt;
Beispiel:&lt;br /&gt;
 disabled = 0 # (account enabled)&lt;br /&gt;
 disabled = 1 # (account disabled)&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 disabled = 0&lt;br /&gt;
&lt;br /&gt;
==== hostname ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
host from which user connection is allowed&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 hostname = client.dyndns.org&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 hostname =&lt;br /&gt;
&lt;br /&gt;
==== expdate ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
expiration date for account&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;year&amp;gt;-&amp;lt;month&amp;gt;-&amp;lt;day&amp;gt;|&amp;lt;year&amp;gt;/&amp;lt;month&amp;gt;/&amp;lt;day&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 expdate  = 2001-11-21&lt;br /&gt;
 expdate  = 2002/12/22&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 expdate = none&lt;br /&gt;
&lt;br /&gt;
==== allowedprotocols ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
allowedprotocols  =  [protocol1][,][protocol2][,][protocol3][,]...&lt;br /&gt;
&lt;br /&gt;
allowed protocols for user&lt;br /&gt;
&lt;br /&gt;
protocols&lt;br /&gt;
 camd33&lt;br /&gt;
 camd35&lt;br /&gt;
 cs357x&lt;br /&gt;
 cs378x&lt;br /&gt;
 newcamd&lt;br /&gt;
 cccam&lt;br /&gt;
 gbox&lt;br /&gt;
 radegast&lt;br /&gt;
&lt;br /&gt;
example&lt;br /&gt;
 allowedprotocols  =  cs357x,gbox       # only cs357x and gbox protocols are allowed&lt;br /&gt;
                   =  [blank]           # all protocols are allowed (default)&lt;br /&gt;
&lt;br /&gt;
==== allowedtimeframe ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
account enabled from - to&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 hh:mm-hh:mm&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 allowedtimeframe = 10:00-22:00&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 allowedtimeframe =&lt;br /&gt;
&lt;br /&gt;
==== uniq ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 uniq = 0  # disabled, default&lt;br /&gt;
 uniq = 1  # only one connection per user is allowed&lt;br /&gt;
 uniq = 2  # set user to fake if source ip is different&lt;br /&gt;
             (e.g. for newcamd clients with different CAIDs and ports)&lt;br /&gt;
 uniq = 3  # only one connection per user, but only the last login will survive (old mpcs behavior)&lt;br /&gt;
 uniq = 4  # set user only to fake if source ip is different, but only the last login will survive&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 uniq = 0&lt;br /&gt;
&lt;br /&gt;
==== numusers ====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
used only &#039;&#039;&#039;if anticascading&#039;&#039;&#039; is enabled!&lt;br /&gt;
&lt;br /&gt;
user per account&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 numusers = 5 # (maximal 5 user)&lt;br /&gt;
 numusers = 0 # (anticascading disabled)&lt;br /&gt;
 numusers =   # quantity&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 numusers =&lt;br /&gt;
&lt;br /&gt;
==== penalty ====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
used only if &#039;&#039;&#039;anticascading&#039;&#039;&#039; is enabled!&lt;br /&gt;
&lt;br /&gt;
level of penalty:&lt;br /&gt;
 &#039;&#039;&#039;penalty = -1&#039;&#039;&#039; # use value of [[OSCam/en/Config/oscam.conf#penalty|penalty]] defined in oscam.conf (&#039;&#039;&#039;default&#039;&#039;&#039;)&lt;br /&gt;
 penalty =  0 # only logging&lt;br /&gt;
 penalty =  1 # send fake DWs&lt;br /&gt;
 penalty =  2 # disable user temporary&lt;br /&gt;
 penalty =  3 # send DWs with delay ([[OSCam/en/Config/oscam.conf#fakedelay|fakedelay]])&lt;br /&gt;
&lt;br /&gt;
==== failban ====&lt;br /&gt;
{{Optional}}&lt;br /&gt;
&lt;br /&gt;
mask for IP based blocking:&lt;br /&gt;
 failban = 0 # ignore (default)&lt;br /&gt;
 failban = 2 # block IP of a disabled account on connecting&lt;br /&gt;
 failban = 4 # block IP of a sleeping account while sleeping comes up&lt;br /&gt;
&lt;br /&gt;
==== cacheex ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Green;color:White;padding:0 5px;&amp;quot;&amp;gt;NEW  svn6039:11/26/2011&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cacheex  =  0|1|2|3&lt;br /&gt;
&lt;br /&gt;
 1  =  enable cache exchange pull mode&lt;br /&gt;
 2  =  enable cache exchange push mode &lt;br /&gt;
 3  =  enable cache exchange reversepush mode&lt;br /&gt;
 0  =  default&lt;br /&gt;
 for camd 3.5x and CCcam protocol&lt;br /&gt;
&lt;br /&gt;
see also on oscam.server!&lt;br /&gt;
&lt;br /&gt;
Identical cache exchange modes must be set on local OSCam user account and remote OSCam server!&lt;br /&gt;
&lt;br /&gt;
===== cacheex-modes =====&lt;br /&gt;
===== cacheex = 1 - cachepull =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader1 has cacheex = 1&lt;br /&gt;
&lt;br /&gt;
OSCam B account1 has cacheex = 1&lt;br /&gt;
&lt;br /&gt;
OSCam A gets a ECM request, reader1 send this request to OSCam B,&lt;br /&gt;
&lt;br /&gt;
OSCam B checks his cache:&lt;br /&gt;
* Not found in cache: return NOK&lt;br /&gt;
* Found in cache: return OK+CW&lt;br /&gt;
* Not found in cache, but found pending request: wait &#039;&#039;cacheexwaittime&#039;&#039; in oscam.conf [global] and check again. OSCam B never requests new ECMs.&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  B ---&amp;gt; A&lt;br /&gt;
&lt;br /&gt;
===== cacheex  =  2 - cachepush =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader1 has cacheex = 2&lt;br /&gt;
&lt;br /&gt;
OSCam B account1 hastcacheex = 2&lt;br /&gt;
&lt;br /&gt;
If OSCam B gets a CW, its pushed to OSCam A, reader has normal functionality and can request ECMs.&lt;br /&gt;
* Problem: OSCAM can only push CW&#039;s if OSCam A is connected&lt;br /&gt;
* Problem or feature?: OSCam A reader can request ECMs from OSCam B&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  B ---&amp;gt; A&lt;br /&gt;
&lt;br /&gt;
===== cacheex  =  3 - reversecachepush =====&lt;br /&gt;
Situation:&lt;br /&gt;
&lt;br /&gt;
OSCam A reader 1 has cacheex = 3&lt;br /&gt;
&lt;br /&gt;
If OSCam A gets a CW, its pushed to OSCam B. OSCam A never requests new ECMs.&lt;br /&gt;
&lt;br /&gt;
CW-flow  =  A ---&amp;gt; B&lt;br /&gt;
&lt;br /&gt;
==== cacheex_maxhop ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Green;color:White;padding:0 5px;&amp;quot;&amp;gt;NEW  svn6691:05/07/2012&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
cacheex_maxhop  =  hops&lt;br /&gt;
                =  defaolt = 10 hops&lt;br /&gt;
&lt;br /&gt;
define maximum hops for cache exchange&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== sleep ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
time waiting for inactive user in minutes&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 sleep = 5&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 sleep =&lt;br /&gt;
&lt;br /&gt;
==== sleepsend ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
0|255&lt;br /&gt;
&lt;br /&gt;
255 = &#039;&#039;&#039;OSCam client&#039;&#039;&#039; only: stopping requests until next zap,&lt;br /&gt;
&lt;br /&gt;
255 = &#039;&#039;&#039;camd 3.x&#039;&#039;&#039; only: stopping requests until restart of camd3 client&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
 sleepsend = 0&lt;br /&gt;
 sleepsend = 255&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 sleepsend =&lt;br /&gt;
&lt;br /&gt;
==== suppresscmd08 ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
switches suppress of CMD08&lt;br /&gt;
&lt;br /&gt;
 suppresscmd08 = 0 # CMD08 for camd3 3.57x/3.78x clients &#039;&#039;&#039;enabled&#039;&#039;&#039;&lt;br /&gt;
 suppresscmd08 = 1 # CMD08 for camd3 3.57x/3.78x clients &#039;&#039;&#039;disabled&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 suppresscmd08 = 0&lt;br /&gt;
&lt;br /&gt;
==== keepalive ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
disable keepalive between newcamd-server and client connection&lt;br /&gt;
&lt;br /&gt;
 keepalive = 0 # disabled &lt;br /&gt;
 keepalive = 1 # enabled (default)&lt;br /&gt;
&lt;br /&gt;
==== caid ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
caid = &amp;lt;CAID&amp;gt;[&amp;amp;&amp;lt;mask&amp;gt;][:&amp;lt;target CAID&amp;gt;][,&amp;lt;CAID&amp;gt;[&amp;amp;&amp;lt;mask&amp;gt;][:target &amp;lt;CAID&amp;gt;]]...&lt;br /&gt;
&lt;br /&gt;
define and mapping of CAIDs for reader, default:all CAIDs with mask FFFF&lt;br /&gt;
&lt;br /&gt;
example: &lt;br /&gt;
 caid = 0100&lt;br /&gt;
 caid = 0200&amp;amp;ffee:0300&lt;br /&gt;
 caid = 0400&amp;amp;ff00:0500,0600&lt;br /&gt;
 caid = 0702,0722&lt;br /&gt;
 caid = 0702&amp;amp;ffdf (shortcut for the example above)&lt;br /&gt;
&lt;br /&gt;
==== au ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 label of reader[,label of reader]...|1&lt;br /&gt;
&lt;br /&gt;
AU settings:&lt;br /&gt;
 au = [label of reader] # sending EMMs to specified reader&lt;br /&gt;
                          (security issue: clients can see SC data!)&lt;br /&gt;
 au = 1                 # auto AU is sending EMMs to all readers&lt;br /&gt;
                          (security issue: clients can see SC data!)&lt;br /&gt;
Default:&lt;br /&gt;
 au = [blank]           # none&lt;br /&gt;
&lt;br /&gt;
==== group ====&lt;br /&gt;
{{required}}&lt;br /&gt;
&amp;lt;span style=&amp;quot;background-color:Blue;color:White;padding:0 5px;&amp;quot;&amp;gt;CHANGE  svn6103:12/21/2011&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
user assingment to reader group. Valid 64 groups&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 group   =  1....64[,1....64]....&lt;br /&gt;
 default =  none&lt;br /&gt;
&lt;br /&gt;
==== betatunnel ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
define Betacrypt tunneling (max. see CS_MAXTUNTAB in globals.h).  The ServiceID can also be used for wildcarded CAIDs.&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;CAID&amp;gt;.&amp;lt;ServiceID&amp;gt;:&amp;lt;target CAID&amp;gt;[,&amp;lt;CAID&amp;gt;.&amp;lt;ServiceID&amp;gt;: &amp;lt;target CAID&amp;gt;]...&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 betatunnel = 0100.0001:0200,0300.0004:0500&lt;br /&gt;
 betatunnel = 0600.FFFF:0700&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 betatunnel =&lt;br /&gt;
&lt;br /&gt;
==== services ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
What services may use the User.? This requires a oscam.services be present. The logic here is as follows (in this order): &lt;br /&gt;
* If the field is empty (or invalid), the request is allowed.&lt;br /&gt;
* When a negative service (ie, those with &#039;&#039;&#039;!&#039;&#039;&#039;) is applicable, the request is rejected. &lt;br /&gt;
* If a positive service is applicable or there is no positive service, the request is allowed. &lt;br /&gt;
* If none of the previous points, the request is rejected. &lt;br /&gt;
This means that negative Services are only necessary in individual cases. Namely, exactly, then if you have a positive service, but it wants to exclude some back. This is not recommended, because here comes quickly to misconfigurations. Instead, an additional service to be created that contains all the relevant channels. &lt;br /&gt;
&lt;br /&gt;
Example: &lt;br /&gt;
 services = service1,! service2 # (client may not receive service1 service2) &lt;br /&gt;
 services = [!] services &lt;br /&gt;
&lt;br /&gt;
Default: &lt;br /&gt;
 services =&lt;br /&gt;
&lt;br /&gt;
==== ident ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user assingment to SC specific idents&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 &amp;lt;CAID&amp;gt;:&amp;lt;ident&amp;gt;[,&amp;lt;ident&amp;gt;,...][;&amp;lt;CAID&amp;gt;:&amp;lt;ident&amp;gt;[,&amp;lt;ident&amp;gt;,...]]...&lt;br /&gt;
&lt;br /&gt;
default = none&lt;br /&gt;
&lt;br /&gt;
==== class ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user [de]assingment to SC specific classes&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 [!]class[,[!]class]...&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 class = 01,02,!03,!04&lt;br /&gt;
 &lt;br /&gt;
default = none&lt;br /&gt;
&lt;br /&gt;
==== chid ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
user assingment to SC specific ChID&lt;br /&gt;
&lt;br /&gt;
Format:&lt;br /&gt;
 chid = &amp;lt;CAID&amp;gt;:&amp;lt;ChID&amp;gt;[,&amp;lt;ChID&amp;gt;,...][;&amp;lt;CAID&amp;gt;:&amp;lt;ChID&amp;gt;[,&amp;lt;ChID&amp;gt;,...]]...&lt;br /&gt;
      = [blank] default&lt;br /&gt;
&lt;br /&gt;
==== monlevel ====&lt;br /&gt;
{{Optional/en}}&lt;br /&gt;
&lt;br /&gt;
monitor level:&lt;br /&gt;
 monlevel  = 0 # no access to monitor&lt;br /&gt;
 monlevel  = 1 # only server and own procs&lt;br /&gt;
 monlevel  = 2 # all procs, but viewing only, default&lt;br /&gt;
 monlevel  = 3 # all procs, reload of oscam.user possible&lt;br /&gt;
 monlevel  = 4 # complete access&lt;br /&gt;
&lt;br /&gt;
==== ccc ====&lt;br /&gt;
&lt;br /&gt;
===== cccmaxhops =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
only if &#039;&#039;&#039;CCcam proxies or CCcam server&#039;&#039;&#039; are used!&lt;br /&gt;
&lt;br /&gt;
maximum hops limit for CCcam clients&lt;br /&gt;
&lt;br /&gt;
 cccmaxhops = -1 # CCcam disbled for this user&lt;br /&gt;
               0 # local SCs only&lt;br /&gt;
               1 # local SCs + 1 hop&lt;br /&gt;
               2 # local SCs + 2 hops&lt;br /&gt;
                 # and so on&lt;br /&gt;
&lt;br /&gt;
Default:&lt;br /&gt;
 cccmaxhops = 10 # local SC&#039;s + 10 hops&lt;br /&gt;
&lt;br /&gt;
===== cccreshare =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
reshare level for CCcam clients&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
 cccreshare = -1 # use [[OSCam/en/Config/oscam.conf#reshare|reshare]] level defined in oscam.conf  -  default&lt;br /&gt;
 cccreshare =  x # resharing for direct peer and share level x&lt;br /&gt;
&lt;br /&gt;
reshare could be defined on 2 ways:&lt;br /&gt;
&lt;br /&gt;
* reader (&amp;quot;cccreshare&amp;quot;)&lt;br /&gt;
* user-account (&amp;quot;cccreshare&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
A cards reshare value is set to the smallest value of the 2 parameters !&lt;br /&gt;
&lt;br /&gt;
===== cccignorereshare =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
only if &#039;&#039;&#039;CCcam proxies or CCcam server&#039;&#039;&#039; are used!&lt;br /&gt;
&lt;br /&gt;
CCcam ignore reshare settings&lt;br /&gt;
&lt;br /&gt;
 cccignorereshare  =  -1   #  use ignore reshare level of oscam.conf [ccc] - default &lt;br /&gt;
                   =   0   #  use ignore reshare level of server&lt;br /&gt;
                   =   1   #  use ignore reshare level of reader or user&lt;br /&gt;
&lt;br /&gt;
===== cccstealth =====&lt;br /&gt;
{{Depends/en}}&lt;br /&gt;
&lt;br /&gt;
cccstealth = -1|0|1&lt;br /&gt;
&lt;br /&gt;
 -1  =  # use CCcam stealth of oscam.conf [ccc]  -  default&lt;br /&gt;
  0  =  # use extendet OSCam-CCcam-protocol&lt;br /&gt;
  1  =  # behaviour like the original CCcam-protocol, no activate partner detection and extendet&lt;br /&gt;
          OSCam-CCcam-protocol, prevent other OSCam to detect the server as OSCam-server&lt;br /&gt;
&lt;br /&gt;
{{OSCamTranslatedLinks}}&lt;/div&gt;</summary>
		<author><name>HDHMETRO</name></author>
	</entry>
</feed>