(RADIATOR) question about Radiator and Orinoco AP-2500

2003-03-19 Thread Primoz Jeroncic
Hi there

I was trying to find something about this in mailing list archive but
I didn't have to much luck so I hope you won't mind to much if this
question was answered already.

I have Orinoco (Proxim) AP-2500 which I configured for getting
authorization about allowed users from external Radius. My problem
is that when I use Cisco Secure ACS as Radius it works fine and
clients can browse web, send mails, use telnet etc. without problems
once when they sign with their username and password. As soon as I
change Cisco Secure ACS with Radiator only thing which still works
is browsing web. Sending mail, telneting etc. stop working. I'm
almost 100% sure there's just one small thing which should be
configured with Radiator to send back to Orinoco some attributes
and everything would work, but I really don't have any idea what
those attributes would be, since even on Cisco Secure ACS I didn't
configure anythnig special except username and password for user
and client IP address and authentication key (using Radius IETF
authentication not some vendor specific one).

Problem is that I would really like to use Radiator for this
and not something else, since I can write some aplication which will
be maintaining users file, much easier then playing with some SQL
for same purpose. And not to mention that I would rather have it
run on some Unix box and not Windows server. Cisco ACS runs on Solaris
too but for this project I don't have budget for Sun machine and
Cisco ACS doesn't run on Solaris for Intel.

Btw.. current config is this:
Radius.cfg

Client 10.0.0.10
  Secret test
  DupInterval 0
/Client
Realm DEFAULT
  AuthBy FILE
 Filename /radiator/conf/users
  /AuthBy
/Realm

/radiator/conf/users
user1 Password = test1, Expiration = 25/03/03
Idle-Timeout = 5,
Session-Timeout = 5,
Fall-Through = yes

Thanks in advance for any help.

Best regards,
Primoz Jeroncic
Support - IP/VoIP Connectivity  Routing
---
Softnet d.o.o.  tel:  +386 1 562 31 40   |
Borovec 2   fax:  +386 1 562 18 55   |   1 + 1 = 3
1236 Trzin  mailto:[EMAIL PROTECTED] | for larger values of 1
Slovenija   http://www.softnet.si/primoz
---


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


(RADIATOR) Radiator,MS SQL Cisco AS5300 for VoIP

2000-11-17 Thread Primoz Jeroncic

Hi

I'm totaly new to this thing since we have only evaluation version
of Radiator. I have to test Radiator to see if it works as we would
like it in our configuration. So here's my config: We have Cisco
AS5300 as VoIP gateway, PC with Microsoft SQL and Radiator 
currently running on same PC as SQL. We need to get attributes
cisco-h323-credit-time and cisco-h323-credit-amount back from
Radiator to AS5300. It works nice when I use text user file, 
but when I tried to use SQL database it doesn't really work.
I made SQL database called radius based on ansiCreate.sql
script which comes with Radiator distribution. Then I added
my user with password, leaving ENCRYPTEDPASSWORD field and
CHECKATTR field empty but added next line in REPLYATTR field:
cisco-h323-credit-amount = "h323-credit-amount=100.00",cisco-h323-credit-time = 
"h323-credit-time=1000"
I copied those two lines from userfile where it worked when I
had it done like this:
1234Password = "5678"
cisco-h323-credit-amount = "h323-credit-amount=100.00",
cisco-h323-credit-time = "h323-credit-time=1000"

Now caller manage to authenticate on Radiator, it even puts 
data to table ACCOUNTING but Radiator doesn't send REPLYATTR
back to AS5300. My radius config file looks like this:

Client 10.10.10.10
Secret test
DupInterval 0
/Client
# I also added this client to SQL.
ClientListSQL
DBSourcedbi:ODBC:radius_odb
DBUsername: sa
DBAuth  
/ClientListSQL
Realm DEFAULT
 AuthBy
DBSourcedbi:ODBC:radius_odb
DBUsername: sa
DBAuth  
AcctColumnDef   START_TIME,cisco-h323-setup-time
 /AuthBy
/Realm DEFAULT

Did I miss something? Because when I was trying before with txt
database AS5300 gave me at least "invalid AVPair" if I put wrong
syntax for "cisco-h323-credit-time". Now it doesn't complain
at all because it looks like it doesn't get anything back from
Radiator. Also debugging on Radiator doesn't show anything about
sending something back to Cisco.

Any idea what I could do to get those things back to Cisco from
Radiator?

Thanks for all help in advance.

Have nice weekend.

stay tuned,
Primoz
Tech support - ULTRASERVIS #1 :)
---
Primoz Jeroncic tel:  +386 1 562 31 40   |The label said:
Blatnica 8  fax:  +386 1 562 18 55   |  Windows 95 or better  
1236 Trzin  mailto:[EMAIL PROTECTED] |   So we bought a SGI
Slovenija   http://www.softnet.si/people/primoz
---


===
Archive at http://www.starport.net/~radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.