Re: postrgresql and operator field

2002-01-31 Thread xiashao7



Would you try xtradius+pstgresql+quick-r ?
It also has a  web interface for User and Administrator.  
http://www.q-linux.com/software/quick-r/



Is any support of operator fileds for postgres?
I downloaded and compiled freeradius snapshot, but it seems that db schema
was changed only for mysql. Is any way to use operator fields with
postgres? Has anyone tested it?
 
I also need Simultaneous-Use attribute but i still can not figure out
does it really work with sql or work AT ALL :) I currently run freeradius
0.3 with authetification/authorization via postgresql.
 
Any help will be appreciated.
 
-- 
cron-ripe
 
 
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html




accounting : how to record ISDN channel numbers

2002-01-28 Thread xiashao7



hi:
   I am using Redhat 7.1 running  freeradius-0.4 and  
using  bintech router. I use Mysql for Authentication,Authorization and 
Accounting .
    Some users use 64k ISDN , while others use 128k ISDN 
,  I  want to record the channel number they use in 
Mysql database . I don't find 
related field in radacct table of Mysql .
 Shall I add a field in radacct table ? 
how to do ?
  Thanks a lot .
 
  
    


freeradius doesn't permit of ISDN 128k (only permit of 64K)

2002-01-27 Thread xiashao7



hi,freeradius-users:
    I am using Redhat 7.1 running  freeradius-0.4 
and  using  bintech router. I use Mysql for 
Authentication,Authorization and Accounting .The authentication is ok when I 
enter username and password. But it doesn't permit of using  ISDN 128k . 
 The error is :       "One or more 
additonal line did not connect.    If only a single line 
connected, the server may not be configured to accept multi-link 
calls." select "accept ", I could only use 64k , 
that means  I could only use one ISDN channel instead of 
two.     Maybe it caused by multi-link PPP 
attribute. How should I configure the 
Framed-protocol? The following is my current 
freeradius configuration in Mysql.   
Attribute    
Value   
Framed-Protocal    
PPP  
Simultaneous-Use   
4  
Port-Limit  
4 Maybe I should change configuration in bintech 
router, but I don't find ant related information.  Any advice would be 
highly appreciated .