cardservproxy and expired date for users

blackangel82

Registered
Messages
16
Hi anybody see cardservproxy with expiry date ?? (user account)
I see in trunk
<user name="user1" password="secret1" profiles="myprofile" start-date="01-07-2010" expire-date="01-11-2010" ecm-rate="-1"/>

This expiry date and ecm rate works ?? when somebody have expired account can connect or not and also ecm limits when somebdy send 20 ecm in 60 sec can send more or is droped ecm ???
Best Regards
 
Last edited:

XPinG

Registered
Messages
2
Hi,

ecm-rate can be used to limit the number of ECMs per second and if the users reaches that value an empty CW is sent to him,

I made a test using class="com.bowman.cardserv.XmlUserManager" and it worked OK on a test server
 

[0_o]

Registered
Messages
124
Hi,

ecm-rate can be used to limit the number of ECMs per second and if the users reaches that value an empty CW is sent to him,

I made a test using class="com.bowman.cardserv.XmlUserManager" and it worked OK on a test server

That worked for you?
It's because I'm trying to use that and I dont see the limit of ECMs per second. Still the same thing with the class you said to use and the default class. Am I doing something wrong? :S

I hope someone can help me :)


Thanks
 
Top