; borfrras.ini: The configuration file for the 'borfrras.exe' program. ; ; This file must be in the same directory as the 'borfrras.exe' ; program. The commented values given below are defaults. ; ; Note that domain security groups are not automatically created ; by the program, so you must ensure that all of the domain ; security groups given below actually exist in the domain. ; [borfrras] ; Domain="bfree.on.ca" ; PollingInterval=10 ; TimeServerGroup="Borf Time Servers" ; TimeLockoutGroup="Borf Time Lockout" ; TimeBusyThreshold=0.80 ; TimeLimit=3600 ; TimeLimitOff=0 ; TimeLimitOn=9 ; DuplicateServerGroup="Borf Duplicate Servers" ; DuplicateLockoutGroup="Borf Duplicate Lockout" ; DuplicateLimit=1 ; Key Legend ; ---------- ; ; Domain (This option is unimplemented. It will be ignored.) ; ; The Windows 2000 native-mode domain to which the program will ; connect. If this key is not defined, then the primary local ; domain is implied. This computer must be participating in the ; domain with full privileges for the program to work properly. ; ; ; PollingInterval ; ; The time, in seconds, between when the program will enumerate ; RRAS servers and apply connection rules. ; ; TimeServerGroup ; ; The program will enforce time restrictions on RRAS servers ; that are part of this domain security group. ; ; TimeLockoutGroup ; ; Users that violate time restrictions will be added to this ; domain security group and disconnected. ; ; TimeBusyThreshold ; ; Time restrictions will be enforced only when this value is ; less than the percentage of busy modem ports across all RRAS ; servers in TimeServerGroup. This value must be in the [0..1] ; range because it represents a percentage. ; ; TimeLimit ; ; The maximum allowed duration, in seconds, for any connection ; on a server in TimeServerGroup. Users that exceed this limit ; are added to TimeLockoutGroup and disconnected. ; ; TimeLimitOff ; ; The hour in which the time restriction exclusion period ; begins. The default, 0, represents midnight in the local time ; zone. This value must be less than or equal to TimeLimitOn. ; ; TimeLimitOn ; ; The hour in which the time restriction exclusion period ends. ; The default, 9, represents 0900 hrs in the local time zone. ; This value must be greater than or equal to TimeLimitOff. ; ; DuplicateServerGroup ; ; The program will enforce connection count restrictions on RRAS ; servers that are part of this domain security group. ; ; DuplicateLockoutGroup ; ; Users that violate connection count restrictions are added to ; this domain security group and disconnected. ; ; DuplicateLimit ; ; The maximum number of concurrent connections that each user is ; allowed. If a user has more than DuplicateLimit connections ; amongst all servers in DuplicateServerGroup, then the user ; will be added to DuplicateLockoutGroup and disconnected. ; ; eof