Hello Everyone ([EMAIL PROTECTED])

I'm having some problems with Radiator regarding Silmultaneous Access. We
have three NAS servers authenticating and accounting on radiator, I have
three types of authentications (as shown bellow on my config file), but I
still have Simultaneous connections and that's what I'm trying to limit, any
ideia or help is thankful:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
->> Config File <<-

# MAX.cfg

Foreground
LogStdout
Trace           4
LogDir          c:\radiator\malbanet\log
LogFile         %L\%Y%m%d.log
DbDir           c:\radiator
DictionaryFile  %D\dictionary.nt

<Client localhost>
 Secret mysecretkey
</Client>
<Client xxx.xxx.xxx.xxx>
 Secret  mysecretkey
</Client>
<Client xxx.xxx.xxx.xxx>
 Secret  mysecretkey
</Client>
<Client xxx.xxx.xxx.xxx>
 Secret  mysecretkey
</Client>

<Realm DEFAULT>
 RewriteUsername tr/[A-Z]/[a-z]/
 AuthByPolicy ContinueUntilAccept

 <AuthBy SQL>
 AuthSelect
 DBSource dbi:ODBC:myodbc
 AccountingTable mytable
 AcctColumnDef SessionID,Acct-Session-Id
 AcctColumnDef TIME_STAMP,Timestamp,integer
 AcctColumnDef StatusType,Acct-Status-Type
 AcctColumnDef UserName,User-Name
 AcctColumnDef SessionTime,Acct-Session-Time,integer
 AcctColumnDef InPackets,Acct-Input-Packets
 AcctColumnDef OutPackets,Acct-Output-Packets
 AcctColumnDef FoneID,Calling-Station-Id
 AcctColumnDef IpAddress,Framed-IP-Address
 AcctColumnDef TIME_STAMP,Timestamp,formatted-date,('%e %m %Y %H:%M:%S')
 </AuthBy>

 <AuthBy FILE>
# This file is for users that can have more then 1 access per time \
# see file bellow
 DefaultSimultaneousUse 5
 Filename %D/userx
 </AuthBy>

 <AuthBy FILE>
# This File is for users that can only connect on certain times \
# see file bellow
 DefaultSimultaneousUse 1
 Filename %D/userz
 </AuthBy>

 <AuthBy FILE>
# This file sends all DEFAULT to authenticate against NT user database \
# see file bellow
 DefaultSimultaneousUse 1
 Filename %D/usery
 </AuthBy>


 # 1 Log accounting to the detail file in LogDir
 AcctLogFileName   %L\%Y%m.act

 # 2 Log accounting to the detail file in LogDir
 AcctLogFileName   %L\%Y%m%d.act

</Realm>

 <AuthBy NT>
 DefaultSimultaneousUse 1
 Identifier nt
 </AuthBy>

# End of Config File
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
->> "Userx" file <<-

# User-File ->> Limits users access to max. of 5 simultaneous sessions

username1         User-Password = "password", Framed-Protocol = PPP

username2         User-Password = "password", Framed-Protocol = PPP

# End of User File
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
->> "Userz" file <<-

# User File ->> limits access hours

beltrame  Auth-Type=nt
Framed-Protocol = PPP
Time = Wk2100-2200,Sa1500-2400,Su0000-2400

# End of User File
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
->> "Usery" file <<-

# User-File ->> Limits user access to max. of 1 simultaneous session
# Sends authentication to hit against NT user Database

DEFAULT  Auth-Type=nt

# End of User File
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-




Best Regards
Michael Gatti
Malbanet Servi�os On-Line
Caxias do Sul - RS - Brazil



===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to