OSCam/en/Config/oscam.user: Unterschied zwischen den Versionen

Aus Streamboard Wiki
Zur Navigation springen Zur Suche springen
Zeile 207: Zeile 207:


Beispiel:
Beispiel:
  disabled = 0 # (User ist aktiv)
  disabled = 0 # (account enabled)
  disabled = 1 # (User ist gesperrt)
  disabled = 1 # (acount diesabled)


Default:
Default:
Zeile 214: Zeile 214:


==== allowedtimeframe ====
==== allowedtimeframe ====
{{Optional}}
{{Optional/en}}
 
account enabled from


Zeitspanne, in der der User schauen darf.
Format:
hh:mm-hh:mm


Beispiel:
Example:
  allowedtimeframe = 10:00-22:00
  allowedtimeframe = 10:00-22:00
allowedtimeframe = hh:mm-hh:mm


Default:
Default:
Zeile 226: Zeile 228:


==== numusers ====
==== numusers ====
{{Depends}}
{{Depends/en}}
 
used only if anticascading is enabled!


Wird nur benötigt wenn Anti-Cascading aktiviert ist.
user per account
Anzahl der zugelassenen User pro Account


Beispiel:
Example:
  numusers = 5 # (Maximal 5 User)
  numusers = 5 # (maximal 5 user)
  numusers = 0 # (Anti-Cascading deaktiviert)
  numusers = 0 # (anticascading disabled)
  numusers =  # quantity
  numusers =  # quantity


Zeile 240: Zeile 243:


==== penalty ====
==== penalty ====
{{Depends}}
{{Depends/en}}


Wird nur benötigt wenn Anti-Cascading aktiviert ist.
used only if anticascading is enabled!
Was passiert wenn der Wert numuser überschritten wird.


Beispiel:
penalty = 0 # (Es wird nur geloggt)
penalty = 1 # (Sendet Fake CW's)
penalty = 2 # (deaktiviert temporär den Account)


Default:
level of penalty:
  penalty = 0
  penalty = 0 # only logging (default)
penalty = 1 # send fake CWs
penalty = 2 # disbable user temporary


==== failban ====
==== failban ====
{{Optional}}
{{Optional}}


Was passiert wenn der Wert numuser überschritten wird.
mask for IP based blocking:
 
  failban = 0 # ignore (default)
Beispiel:
  failban = 2 # block IP of a disabled account on connecting
  failban = 0 # (ignoriert)
  failban = 4 # block IP of a sleeping account while sleeping comes up
  failban = 2 # (Blockt die IP wenn sich ein deaktivierter Client verbindet)
  failban = 4 # (Blockt die IP eines schlafenden Accounts)
 
Default:
failban = 0


==== suppresscmd08 ====
==== suppresscmd08 ====
{{Optional}}
{{Optional/en}}
 
Nur wenn als Protokoll camd3|3.57x|3.78x verwendet wird. Das CMD08 ist ein Command welches dem Client mitteilt das die Anfrage unerwünscht ist (rejected). Camd3 und Oscam als Client stellen auf dieses Command hin die Anfragen für diesen Service an den Server ein. Sollte der Wert beim User nicht gesetzt sein gilt der globale Wert aus der oscam.conf. Das Command kann mit dem undokumentierten Parameter sleepsend=0|255 ergänzt werden (CMD08 senden bei status 'sleep').


'''Zur Beachtung:''' Camd3 clients sperren die Anfrage bis zum Neustart. Oscam Clients sperren die Anfrage bis zum nächsten Zap. Sleepsend=255 sollte also nur bei Oscam Clients verwendet werden da ein Camd3 Client nach einem Sleepstatus einen Neustart bräuchte um diesen Service wieder anzufragen.
switches suppress of CMD08


Beispiel:
  suppresscmd08 = 0 # CMD08 for camd3 3.57x/3.78x clients '''enabled'''
  suppresscmd08 = 0 # (aktiviert)
  suppresscmd08 = 1 # CMD08 for camd3 3.57x/3.78x clients '''disabled'''
  suppresscmd08 = 1 # (deaktiviert)


Default:
Default:
Zeile 281: Zeile 273:


==== keepalive ====
==== keepalive ====
{{Optional}}
{{Optional/en}}
 
Die Verbindung zwischen Server und Client wird aufrechterhalten


Beispiel:
disable keepalive between server and client connection
keepalive = 0 # (deaktiviert)
keepalive = 1 # (aktiviert)


Default:
keepalive = 0 # disabled
  keepalive = 1
  keepalive = 1 # enabled (default)


==== cccmaxhops ====
==== cccmaxhops ====
{{Depends}}
{{Depends/en}}
only if CCcam proxies or CCcam server are used!


Nur wenn CCcam Proxies vorhanden sind oder ein CCcam Server verwendet wird.
maximum hops limit for CCcam clients
Maximale Hops die dem User erlaubt sind.


Beispiel:
Example:
  cccmaxhops = 5
  cccmaxhops = 5
  cccmaxhops = hops
  cccmaxhops = hops
Default:
cccmaxhops = 10


==== cccreshare ====
==== cccreshare ====
{{Depends}}
{{Depends/en}}
 
only if CCcam proxies or CCcam server are used!
Nur wenn CCcam Proxies vorhanden sind oder ein CCcam Server verwendet wird.
Reshare Level welches dem User erlaubt wurde.


Beispiel:
reshare level for CCcam clients
cccreshare = -1
cccreshare = x # (Share Level)


Default:
Example:
  cccreshare = 10
  cccreshare = -1 # no resharing (default)
cccreshare = x  # resharing for direct peer and share level x




{{OSCamTranslatedLinks}}
{{OSCamTranslatedLinks}}

Version vom 1. Februar 2011, 16:50 Uhr

OSCam Übersicht OSCam Home OSCam Accueil OSCam Home

oscam.user

The user configuration file for OSCam contains user definitions. [account] sections in oscam.user are recurring (more than one account).

[account]

[account]
user                   =
pwd                    =
description            =
disabled               =
hostname               =
expdate                =
allowedprotocols       =  #  NEU - NEW - NOUVEAU - NUOVO  svn 5662:07/17/2011
allowedtimeframe       =  #  ÄNDERUNG - CHANGE - MODIFICATIONS - MODIFICA svn 11356:02/09/2017
uniq                   =
numusers               =
penalty                =
acosc_max_active_sids  =  #  NEU - NEW - NOUVEAU - NUOVO  svn 7940:05/20/2014
acosc_zap_limit        =  #  NEU - NEW - NOUVEAU - NUOVO  svn 7940:05/20/2014
acosc_penalty          =  #  NEU - NEW - NOUVEAU - NUOVO  svn 7940:05/20/2014
acosc_penalty_duration =  #  NEU - NEW - NOUVEAU - NUOVO  svn 7940:05/20/2014
acosc_delay            =  #  NEU - NEW - NOUVEAU - NUOVO  svn 7940:05/20/2014
fakedelay              =  #  NEU - NEW - NOUVEAU - NUOVO  svn 7785:10/22/2012
failban                =  #  ÄNDERUNG - CHANGE - MODIFICATIONS - MODIFICA  svn 7772:10/21/2012
lb_nbest_readers       =  #  NEU - NEW - NOUVEAU - NUOVO  svn 8642:05/10/2013
lb_nbest_percaid       =  #  NEU - NEW - NOUVEAU - NUOVO  svn 8642:05/10/2013
preferlocalcards       =  #  NEU - NEW - NOUVEAU - NUOVO  svn 10050:11/30/2014
cwc_disable               #  NEU - NEW - NOUVEAU - NUOVO  svn 10049:11/30/2014
cacheex                =  #  NEU - NEW - NOUVEAU - NUOVO  svn 6039:11/26/2011
cacheex_maxhop         =  #  NEU - NEW - NOUVEAU - NUOVO  svn 6691:05/07/2012
sleep                  =
sleepsend              =
suppresscmd08          =
keepalive              =
umaxidle               =  #  NEU - NEW - NOUVEAU - NUOVO  svn 8929:09/25/2013
                          #  ÄNDERUNG - CHANGE - MODIFICATIONS - MODIFICA  svn 9801:07/17/2014
caid                   =  
au                     =
group                  =  #  ÄNDERUNG - CHANGE - MODIFICATIONS - MODIFICA  svn6103:12/21/2011
betatunnel             =
emmreassembly          =  #  NEU - NEW - NOUVEAU - NUOVO  svn 8591:04/01/2013
services               =
ident                  =  
class                  = 
chid                   =  
monlevel               =
cccmaxhops             =
cccreshare             =  #  ÄNDERUNG - CHANGE - MODIFICATIONS - MODIFICA  svn8608:04/10/2013 
cccignorereshare       =  
cccstealth             =

user

parameter is required

account name

Example:

user = user1

Default:

user =

pwd

parameter is required

password for account

Example:

pwd = pwuser1

Default:

pwd =

description

parameter is optional

description of user account (text)

hostname

parameter is optional

host from which user connection is allowed

Example::

hostname = pwuser1

Default:

hostname =

betatunnel

Parameter ist optional

define Betacrypt tunneling (max. see CS_MAXTUNTAB in globals.h). The ServiceID can also be used for wildcarded CAIDs.

Format:

<CAID>.<ServiceID>:<target CAID>[,<CAID>.<ServiceID>: <target CAID>]...

Example:

betatunnel = 0100.0001:0200,0300.0004:0500
betatunnel = 0600.FFFF:0700

Default:

betatunnel =

uniq

parameter is optional

Example:

uniq = 0  # disabled, default
uniq = 1  # only one connection per user is allowed
uniq = 2  # set user to fake if source ip is different
            (e.g. for newcamd clients with different CAIDs and ports)
uniq = 3  # only one connection per user, but only the last login will survive (old mpcs behavior)
uniq = 4  # set user only to fake if source ip is different, but only the last login will survive

Default:

uniq = 0

sleep

parameter is optional

time waiting for inactive user in minutes

Example:

sleep = 5

Default:

sleep =

sleepsend

parameter is optional

0|255

255 = OSCam client only: stopping requests until next zap, 255 = camd3 only: stopping requests until restart of camd3 client

Examples:

sleepsend = 0
sleepsend = 255

Default:

sleepsend =

caid

parameter is optional

limit CAIDs

Format:

<CAID>[&<mask>][:<CAID>[&<mask>]...

Example:

caid = 0100&ffff:0200:0300&ffff

Default:

caid =

au

parameter is optional

Format:

label of reader[,label of reader]...|1

AU settings:

au = [label of reader] # sending EMMs to specified reader
                         (security issue: clients can see SC data!)
au = 1                 # auto AU is sending EMMs to all readers
                         (security issue: clients can see SC data!)

Default:

au =

group

parameter is required

user assingment to reader group

Format:

group[,<group>]...

services

parameter is optional

user [de]assingment to service group

Format:

[!]services[,[!]<services>]...

default = none

ident

parameter is optional

user assingment to idents

Format:

<CAID>:<ident>[,<ident>,...][;<CAID>:<ident>[,<ident>,...]]...

default = none

class

parameter is optional

user [de]assingment to classes

Format:

[!]class[,[!]class]...

Example:

class = 01,02,!03,!04

default = none

chid

parameter is optional

user assingment to Irdeto ChID

Format:

chid = <CAID>:<ChID>[,<CAID>:<ChID>]...
     = [blank] default

monlevel

parameter is optional

monitor level:

monlevel  = 0 # no access to monitor
monlevel  = 1 # only server and own procs
monlevel  = 2 # all procs, but viewing only, default
monlevel  = 3 # all procs, reload of oscam.user possible
monlevel  = 4 # complete access

expdate

parameter is optional

expiration date for account

Format:

<year>-<month>-<day>|<year>/<month>/<day>

Example:

expdate  = 2001-11-21
expdate  = 2002/12/22

Default:

expdate = none

disabled

parameter is optional

account disabled

Beispiel:

disabled = 0 # (account enabled)
disabled = 1 # (acount diesabled)

Default:

disabled = 0

allowedtimeframe

parameter is optional

account enabled from

Format:

hh:mm-hh:mm

Example:

allowedtimeframe = 10:00-22:00

Default:

allowedtimeframe =

numusers

parameter depends on setup/programversion

used only if anticascading is enabled!

user per account

Example:

numusers = 5 # (maximal 5 user)
numusers = 0 # (anticascading disabled)
numusers =   # quantity

Default:

numusers =

penalty

parameter depends on setup/programversion

used only if anticascading is enabled!


level of penalty:

penalty = 0 # only logging (default)
penalty = 1 # send fake CWs
penalty = 2 # disbable user temporary

failban

Parameter ist optional

mask for IP based blocking:

failban = 0 # ignore (default)
failban = 2 # block IP of a disabled account on connecting
failban = 4 # block IP of a sleeping account while sleeping comes up

suppresscmd08

parameter is optional

switches suppress of CMD08

suppresscmd08 = 0 # CMD08 for camd3 3.57x/3.78x clients enabled
suppresscmd08 = 1 # CMD08 for camd3 3.57x/3.78x clients disabled

Default:

suppresscmd08 = 0

keepalive

parameter is optional

disable keepalive between server and client connection

keepalive = 0 # disabled 
keepalive = 1 # enabled (default)

cccmaxhops

parameter depends on setup/programversion

only if CCcam proxies or CCcam server are used!

maximum hops limit for CCcam clients

Example:

cccmaxhops = 5
cccmaxhops = hops

cccreshare

parameter depends on setup/programversion

only if CCcam proxies or CCcam server are used!

reshare level for CCcam clients

Example:

cccreshare = -1 # no resharing (default)
cccreshare = x  # resharing for direct peer and share level x


Diese Seite in anderen Sprachen - This page in other languages - Cette page dans d'autres langues - Queste pagine in altre Lingue

[[OSCam/de/{{#titleparts:OSCam/en/Config/oscam.user|3|3}}|Deutsch]] [[OSCam/en/{{#titleparts:OSCam/en/Config/oscam.user|3|3}}|English]] [[OSCam/fr/{{#titleparts:OSCam/en/Config/oscam.user|3|3}}|Français]] [[OSCam/it/{{#titleparts:OSCam/en/Config/oscam.user|3|3}}|Italiano]]