Re: Dialup admin

2003-03-01 Thread mberzig

Try to change file_uploads=On in the php.ini file


Selon Eric <[EMAIL PROTECTED]>:

> Hello,
> I have such problem with Dialup admin:
> When i run it in my browser the left frame (buttons) is stay unloaded & showa
> 
> the content of buttons.html.php3 file.
> I use php-4.3.0 & apache 1.3.27 & all off my other php-applications works 
> perfectly except Dialup admin :(
> Have somebody any ideas about it?
> Thanks in advance!!!
> 
> - 
> List info/subscribe/unsubscribe? See
> http://www.freeradius.org/list/users.html
> 




-
This mail sent through IMP: http://horde.org/imp/

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Tigris probleme !

2002-07-08 Thread mberzig

Hello,
I am using freeRADIUS to authenticate users, I have two NAS one is a patton
and the second is TIGRIS.
PATTON works fine and without problems, but I got many problems with TIGRIS
because users can not login.
I started the radius in debug mode, and I find that radius, send an accept
response to the TIGRIS, but the users can't login, it seem that TIGRIS
ignore the response.

Is there a freeradius bug with TIGRIS.





- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



failover question.

2002-05-30 Thread mberzig

Hello all,
I have tow radius server and tow sql server (master and slave), my question
is:
Ho to make redundant sql in authorize and in accounting section to radius
configuration file (radius.conf).
I have testing a lot of configuration but I have always problemes in
accounting.
Sincerly.



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



sqlcounter not working?

2002-05-23 Thread mberzig

hi,

We are using 2 radius server with 2 sql redundant(master and slave).
and we are using sqlcounter to limit users in time.
-We got two problems when testing this solution:

1- when sql1 gone down, the radiusd1 gone too.

2- when a user reach his limit time in sql1, the sqlcounter work correctly.
but in the slave sql2 , it don't work, even if the radacct db are
synchronized, why this problem?

here are the config files

sql.conf:

sql sql1 {

# Database type
# Current supported are: rlm_sql_mysql, rlm_sql_postgresql,
# rlm_sql_iodbc, rlm_sql_oracle, rlm_sql_unixodbc, rlm_sql_freetds
driver = "rlm_sql_mysql"

# Connect info
server = "192.168.100.1"
login = "x"
password = "xx"

 }

sql sql2 {

# Database type
# Current supported are: rlm_sql_mysql, rlm_sql_postgresql,
# rlm_sql_iodbc, rlm_sql_oracle, rlm_sql_unixodbc, rlm_sql_freetds
driver = "rlm_sql_mysql"

# Connect info
server = "192.168.100.1"
login = "x"
password = "xx"

}




in the radiusd.conf:

...

sqlcounter limitcounter {
counter-name = Limit-Session-Time
check-name = Max-Limit-Session
sqlmod-inst = sql2
key = User-Name
reset = never
 }

authorize {
#
# The preprocess module takes care of sanitizing some bizarre
# attributes in the request, and turning them into attributes
# which are more standard.
#
# It takes care of processing the 'raddb/hints' and the
# 'raddb/huntgroups' files.
#
# It also adds a Client-IP-Address attribute to the request.
#
preprocess

#
# The chap module will set 'Auth-Type := CHAP' if we are
# handling a CHAP request and Auth-Type has not already been set
#
#   chap
#   counter
#   attr_filter
#   eap
#   suffix
files
limitcounter
group {
sql1 {
fail = 1
notfound = return
noop = 2
ok   = return
updated  = 3
reject   = return
userlock = 4
invalid  = 5
handled  = 6
}
sql2 {
fail = 1
notfound = return
noop = 2
ok   = return
updated  = 3
reject   = return
userlock = 4
invalid  = 5
handled  = 6
}
}
limitcounter

}



# Accounting. Log to detail file, and to the radwtmp file, and maintain
# radutmp.
accounting {
#   acct_unique
detail
#   counter
unix
group {
sql1 {
fail = 1
notfound = return
noop = 2
ok   = return
updated  = 3
reject   = return
userlock = 4
invalid  = 5
handled  = 6
}
sql2 {
fail = 1
notfound = return
noop = 2
ok   = return
updated  = 3
reject   = return
userlock = 4
invalid  = 5
handled  = 6
}
}

radutmp
#   sradutmp
}

Any ideas !!!






- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html



FreeRADIUS redundant sql

2002-05-15 Thread mberzig

Hello!
I have install 2 freeradius (primary and secondairy) with counter module
and 2 sql redundant.
1- is it normal when sql1 are offline radius1 gone down ? I use radwatch to
restart automaticly radius.
2- I use rsync to syncronise the 2 radius server (accouting, counter and
file configuration).
But when a user have a counter limit the second radius ignore this limit.
why ?
Sincerly.




- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html