On Mon, 10 Mar 2003, Redi Tela wrote: > Hello, > > Safe_mode was already off and register_globals was on. I tried > dialup_admin from freeradius-snapshot-20030310 but now looks even worse: > now I get a blank frame when I click over 'New Group'. I set sql_debug = > true, but where can I see the output of this?
If you get a blank frame there's probably something wrong with your directories. My suggestion is to put dialup_admin in something like /usr/local/dialupadmin and make a link from your htdocs directory to dialup_admin/htdocs: ln -s /usr/local/dialupadmin/htdocs /htdocs/dialupadmin The output of sql debugging will show in the dialup_admin pages. > > Best Regards > > Redi > > Redi Tela > Systems Administrator > Mail [EMAIL PROTECTED] > Phone: +355-4-256-001 > Fax: +355-4-256-002 > Mob: +355-69-20-80-710 > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Kostas > Kalevras > Sent: Monday, March 10, 2003 3:55 PM > To: [EMAIL PROTECTED] > Subject: RE: Dialup_admin (...or smth else) not working properly > > > On Mon, 10 Mar 2003, Redi Tela wrote: > > > Hello, > > > > I'm using v0.81. Here is what I changed under ../conf/admin.conf > > > > general_base_dir: /path/to/www/radius > > general_radiusd_base_dir: /usr/local/sbin/radiusd > > general_domain: somedomain.org.al > > > > > > sql_type: mysql > > sql_server: localhost > > sql_port: 3306 > > sql_username: root > > sql_password: xxxxxx > > sql_database: radius > > sql_accounting_table: radacct > > sql_badusers_table: badusers > > sql_check_table: radcheck > > sql_reply_table: radreply > > sql_user_info_table: userinfo > > sql_groupcheck_table: radgroupcheck > > sql_groupreply_table: radgroupreply > > sql_usergroup_table: usergroup > > > > But if there is a problem, I guess I should see some message under > > httpd/error_log. How can I set safe mode off in the phpserver? I'm > > using apache-1.3.22 and php4.1.2. > > You can set safe_mode to Off by changing the corresponding directive in > your php.ini file. Also check that register_globals is set to on. > > I would suggest using the dialup_admin included in the latest cvs. It > has a lot of bug fixes and new features and you can also enable > sql_debug and see exactly what is happening. > > > > > Till now I'm using Icradius, but it will be great if I make this work, > > > as it has some more neat features. > > > > Best Regards, > > > > Redi > > > > > > > > Redi Tela > > Systems Administrator > > Mail [EMAIL PROTECTED] > > Phone: +355-4-256-001 > > Fax: +355-4-256-002 > > Mob: +355-69-20-80-710 > > > > > > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Evren > > Yurtesen > > Sent: Monday, March 10, 2003 11:41 AM > > To: [EMAIL PROTECTED] > > Subject: Re: Dialup_admin (...or smth else) not working properly > > > > > > Well if you dont see any error messages then perhaps you might try to > > set safe mode off in your php server although it is not safe if you > > have your customers accessing the same server for web hosting etc. But > > > little earlier version of dialup_admin had this problem. But the one > > with 0.81 must have the fixed one though. Did you set the conf files > > etc. of dialup admin? > > > > Evren > > > > On Mon, 10 Mar 2003, Redi Tela wrote: > > > > > Hello, > > > > > > I just installed freeradius 0.81 with mysql on a Redhat 7.1 machine. > > > > Everything seems to be working properly except for the web > > > interface. Dialup_admin doesn't interact properly with freeradius > > > and mysql, ex. When I try to add a new group, it doesn't show > > > anything, or when I try > > > > > to add a new user, it doesn't add anything to the mysql database. In > > > > the archive I read somewhere to use the latest CVS, but when I click > > > > that link on the freeradius.org, it shows an error. > > > > > > Any help will be much appreciated, > > > > > > Best Regards, > > > > > > Redi > > > > > > Redi Tela > > > Systems Administrator > > > Mail [EMAIL PROTECTED] > > > Phone: +355-4-256-001 > > > Fax: +355-4-256-002 > > > Mob: +355-69-20-80-710 > > > > > > > > > > > > > > > - > > > List info/subscribe/unsubscribe? See > > > http://www.freeradius.org/list/users.html > > > > > > > > > - > > List info/subscribe/unsubscribe? See > > http://www.freeradius.org/list/users.html > > > > > > > > > > - > > List info/subscribe/unsubscribe? See > > http://www.freeradius.org/list/users.html > > > > -- > Kostas Kalevras Network Operations Center > [EMAIL PROTECTED] National Technical University of Athens, Greece > Work Phone: +30 210 7721861 > 'Go back to the shadow' Gandalf > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > > > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > -- Kostas Kalevras Network Operations Center [EMAIL PROTECTED] National Technical University of Athens, Greece Work Phone: +30 210 7721861 'Go back to the shadow' Gandalf - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
