Hi,
I have some questions regarding AuthBy SQL after I had ugraded into 2.1.3:
I have only one AuthBySQL and auth/acct goes into Oracle. Here is the sample
log:
Fri Mar 5 09:28:46 1999: DEBUG: Handling request with Handler
'Realm=DEFAULT'
Fri Mar 5 09:28:46 1999: DEBUG: Rewrote user name to 54722
Fri Mar 5 09:28:46 1999: DEBUG: Query is: select NASIDENTIFIER, NASPORT,
ACCTSE
SSIONID from RADONLINE where USERNAME='54722'
Fri Mar 5 09:28:46 1999: DEBUG: Handling with Radius::AuthSQL
Fri Mar 5 09:28:46 1999: DEBUG: Handling with Radius::AuthSQL
Fri Mar 5 09:28:46 1999: DEBUG: Query is: select
PASSWORD,CHECKATTR,REPLYATTR f
rom SUBSCRIBERS where USERNAME = '54722' and (expiredate > sysdate or
totaldays
= 0)
Fri Mar 5 09:28:46 1999: DEBUG: Radius::AuthSQL looks for match with 54722
Fri Mar 5 09:28:46 1999: DEBUG: Radius::AuthSQL ACCEPT:
Fri Mar 5 09:28:46 1999: DEBUG: Access accepted for 54722
Fri Mar 5 09:28:46 1999: DEBUG: Packet dump:
*** Sending to 195.174.219.2 port 1767 ....
Code: Access-Accept
Why are there TWO "Handling with Radius::AuthSQL statements in the log file?
And here is:
Fri Mar 5 09:28:49 1999: DEBUG: Handling request with Handler
'Realm=DEFAULT'
Fri Mar 5 09:28:49 1999: DEBUG: Rewrote user name to 1623282
Fri Mar 5 09:28:49 1999: DEBUG: Query is: select NASIDENTIFIER, NASPORT,
ACCTSE
SSIONID from RADONLINE where USERNAME='1623282'
Fri Mar 5 09:28:49 1999: DEBUG: Handling with Radius::AuthSQL
Fri Mar 5 09:28:49 1999: DEBUG: Handling with Radius::AuthSQL
Fri Mar 5 09:28:49 1999: DEBUG: Query is: select
PASSWORD,CHECKATTR,REPLYATTR f
rom SUBSCRIBERS where USERNAME = '1623282' and (expiredate > sysdate or
totalday
s = 0)
Fri Mar 5 09:28:49 1999: DEBUG: Radius::AuthSQL looks for match with
1623282
Fri Mar 5 09:28:49 1999: DEBUG: Radius::AuthSQL REJECT: Bad Password
Fri Mar 5 09:28:49 1999: DEBUG: Query is: select
PASSWORD,CHECKATTR,REPLYATTR f
rom SUBSCRIBERS where USERNAME = 'DEFAULT' and (expiredate > sysdate or
totalday
s = 0)
Fri Mar 5 09:28:49 1999: INFO: Access rejected for 1623282: Bad Password
Why does Radiator go to USERNAME='DEFAULT' check????
Any ideas?
Thanks,
Ferhat
===
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.