In your configuration settings for dialup admin do you have the variable
"general_use_session" set to YES???  If it is - try setting it to NO and see
if things start working... it may not be the mode of operation you want but
it is a good check to isolate the actual problem...

If the general_use_session was set to YES and changing it to NO allows the
scripts to work then I suspect the Register_Sessions() call in the
defaults.php3 file is causing the problem (of course that is a depreciated
call in versions of PHP greater than 4.02 and versions greated than 4.1.0
recommend not using that function call at all)...

If this is indeed the problem you will need to rewrite part of the
lib/defaults.php3 script to use the "$_SESSION" form to setup the sessions
defaults instead of the depreciated Register_Sessions() call...
or use an older version of PHP (prior to 4.x.x) to get things working
properly - I would suggest the re-write then send the changes to the
freeradius site so they can include the updates [grin]....

gm...

----- Original Message ----- 
From: "Rico Spiesberger" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 16, 2004 8:33 AM
Subject: Re: dialup admin does not work


> yes, the problem with these files, but the register_globals in the
> php.ini are "on"
>
> rico
>
>
>
> Gary McKinney wrote:
>
> >Do you have the same problem with:
> >
> >group_new.php3
> >user_admin.php3
> >user_edit.php3
> >and user_state.php3
> >
> >as you have with user_new.php3  ?
> >
> >If so - is the "register_globals" directive in the php.ini file set to
"off"
> >or "no" ???
> >
> >gm...
> >
> >
> >
> >
> >
> >
>
>
> -
> List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html

---
[This E-mail scanned for viruses by Declude Ant-Virus Scanner]


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

Reply via email to