Dialupadmin

2005-06-04 Thread Rupak








Hello all 



I want to install dialup admin for free radius 1.0.2.I am using free
radius with mysql to authenticate my users+accounting too.Now after
installing dialup admin will it make any defect in my box.



Thank You



Rupak






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

(no subject)

2005-06-02 Thread Rupak








Hello ALL



I am interested in installing dialup admin.I am currently running
freeradius-1.0.2 with mysql that ships with redhat9.and chillispot for wireless
authentication.i wanted to know where can I find good configuration resources
that would help me install dialup-admin. I checked the how tos
under /dialupadmin/docs/*.But didnt find it friendly.It was specifying
to create a data base named radius.But I have already created a
database named radius when I installed radius with mysql support.Now
I dont wanna proceed until I am confident. So please help me with some
resources.



Thanking You



Rupak






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

Abt dialup Admin

2005-06-02 Thread Rupak








Hello ALL



I am interested in installing dialup admin.I am currently running
freeradius-1.0.2 with mysql that ships with redhat9.and chillispot for wireless
authentication.i wanted to know where can I find good configuration resources
that would help me install dialup-admin. I checked the how tos
under /dialupadmin/docs/*.But didnt find it friendly.It was specifying
to create a data base named radius.But I have already created a
database named radius when I installed radius with mysql support.Now
I dont wanna proceed until I am confident. So please help me with some
resources.



Thanking You



Rupak









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

Freeradius+mysql+error

2005-06-01 Thread rupak
Hello everybody.

I have configured free radius yo work with my sql.my sql server is also
running.I have configured sql.conf and freeradius.conf to work with free
radius.But when i start radius in debugging mode then i find the following
errors.What can be the error.

[EMAIL PROTECTED] mysql]# /usr/local/freeradius/sbin/radiusd -x
Starting - reading configuration files ...
Using deprecated naslist file.  Support for this will go away soon.
Module: Loaded exec
rlm_exec: Wait=yes but no output defined. Did you mean output=none?
Module: Instantiated exec (exec)
Module: Loaded expr
Module: Instantiated expr (expr)
Module: Loaded SQL Counter
Module: Instantiated sqlcounter (noresetcounter)
Module: Loaded PAP
Module: Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap (chap)
Module: Loaded MS-CHAP
Module: Instantiated mschap (mschap)
Module: Loaded preprocess
Module: Instantiated preprocess (preprocess)
Module: Loaded realm
Module: Instantiated realm (suffix)
Module: Loaded SQL
rlm_sql (sql): Driver rlm_sql_mysql (module rlm_sql_mysql) loaded and linked
rlm_sql (sql): Attempting to connect to [EMAIL PROTECTED]:/radius
rlm_sql (sql): starting 0
rlm_sql (sql): Attempting to connect rlm_sql_mysql #0
rlm_sql_mysql: Starting connect to MySQL server for #0
rlm_sql_mysql: Couldn't connect socket to MySQL server [EMAIL PROTECTED]:radius
rlm_sql_mysql: Mysql error 'Access denied for user: '[EMAIL PROTECTED]'
(Using password: YES)'
rlm_sql (sql): Failed to connect DB handle #0
rlm_sql (sql): starting 1
rlm_sql (sql): starting 2
rlm_sql (sql): starting 3
rlm_sql (sql): starting 4
rlm_sql (sql): Failed to connect to any SQL server.
Module: Instantiated sql (sql)
Module: Loaded Acct-Unique-Session-Id
Module: Instantiated acct_unique (acct_unique)
Module: Loaded detail
Module: Instantiated detail (detail)
Module: Loaded System
Module: Instantiated unix (unix)
Module: Loaded eap
rlm_eap: Loaded and initialized type md5
rlm_eap: Loaded and initialized type leap
rlm_eap: Loaded and initialized type gtc
rlm_eap: Loaded and initialized type mschapv2
Module: Instantiated eap (eap)
Initializing the thread pool...
Listening on authentication *:1812
Listening on accounting *:1813
Listening on proxy *:1814
Ready to process requests.
  and it does not authenticate any users


Rupak


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


I did it MYsql+freeradius+chillispot

2005-06-01 Thread Rupak








Thank you very much to all the participants for helping me to
successfully installing the server.i have now created users in my sql and it is
authenticating successfully.Now in the current scenerao I am only able to
give prepaid facility to my users



I mean that in the section Simeltaneous-Use I give the
required seconds. Now I want to know what is the attribute for
the postpaid scheme.



I mean that I wont define any sort of time limitations.But I want my
customers surfing time to be appended in mysql.How can this be done?.
And can the Max-All-Session value be given in minutes/hours.



Thank you



Rupak Shrestha






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

RE: Freeradius+mysql+error

2005-06-01 Thread Rupak

Thank you 
I just finished it successfully. Actually the problem was with the sql
server.Now I am defining the attribute  Max-All-Session in seconds. That
means I am defining time limitations. [Prepaid].But what I want is that I
will make a user and it can surf unlimited.But the total time should be
automatically appended in my sql.What is the Attribute for this and the
Value also. And can we define time limitations in minutes/hours



Hello,

Check your sql configuration in sql.conf

in the following area

# Connect info
server = yousqlip
login = user
password = pws

Abdul Lateef
Kapilvastu Lumbini




__ 
Discover Yahoo! 
Find restaurants, movies, travel and more fun for the weekend. Check it out!

http://discover.yahoo.com/weekend.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


RE: Freeradius+mysql error

2005-05-31 Thread Rupak

Thank you for the reply I think I have compiled free radius with mysql
support because I had installed it --with-experimental-modules.Now if I
start the sql server by giving the command mysql -u root -p rootpass radius
 db_mysql.sql then it returns me with the following error

Error 2002: can't connect to local mysql server through socket
/var/lib/mysql/mysql.sock (111)

What may be the problem.The following is my radius.conf for authorize and
accounting section

authorize {
 preprocess
   #   counter
#   attr_filter
#   eap
suffix
sql
files
#   mschap
}

accounting {
#   acct_unique
detail
#   counter
unix
sql
radutmp
#   sradutmp
}

and I have not commented the default values.Will make any problem?.




On Mon, May 30, 2005 at 04:23:24PM -0700, Rupak wrote:
 rlm_sql (sql): Could not link driver rlm_sql_mysql: file not found
 rlm_sql (sql): Make sure it (and all its dependent libraries!) are in the
 search path of your system's ld.
 radiusd.conf[14]: sql: Module instantiation failed.

Compile freeradius with MySQL support, or alternatively get a RPM which
already
have this support compiled into it.

--
Chris.

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

__ NOD32 1. (20050527) Information __

This message was checked by NOD32 antivirus system.
http://www.nod32.com



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


RE: Freeradius+mysql error

2005-05-31 Thread Rupak

Well I have installed the following things of my sql.The things are the
following.
rpm -q mysql--it is installed
rpm -q mysql-server--it is installed
rpm -q mysql-devel---it is installed.
These packages were installed from redhat9.But when I start the service
Service mysqld start/status   it says mysqld dead but subsys locked.what
may be the problem?.



Try installing the Mysql rpm separately and then check wether ur MySQL
is running correctly or not.
Try this tweak,hope it will clear the mess.


:
 
 Thank you for the reply I think I have compiled free radius with mysql
 support because I had installed it --with-experimental-modules.Now if I
 start the sql server by giving the command mysql -u root -p rootpass
radius
  db_mysql.sql then it returns me with the following error
 
 Error 2002: can't connect to local mysql server through socket
 /var/lib/mysql/mysql.sock (111)
 
 What may be the problem.The following is my radius.conf for authorize and
 accounting section
 
 authorize {
  preprocess
   #   counter
 #   attr_filter
 #   eap
suffix
sql
files
 #   mschap
 }
 
 accounting {
#   acct_unique
detail
 #   counter
unix
sql
radutmp
 #   sradutmp
 }
 
 and I have not commented the default values.Will make any problem?.
 
  rlm_sql (sql): Could not link driver rlm_sql_mysql: file not found
  rlm_sql (sql): Make sure it (and all its dependent libraries!) are in
the
  search path of your system's ld.
  radiusd.conf[14]: sql: Module instantiation failed.
 
 Compile freeradius with MySQL support, or alternatively get a RPM which
 already
 have this support compiled into it.
 
 --
 Chris.


-- 
Kamran Bukhari

- 



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


RE: Freeradius+mysql error

2005-05-31 Thread Rupak
Ya you must be right. I have'nt configured the file /etc/my.cnf.I saw the
file and found that the value of user= was set to mysql. Where as in the
sql.conf file  I pointed out the following
Login = root
Password = password.But I don't know how to configure mysql.Does any one
have a link to a good tutorial.As I am a newbie in the world of mysql 

Hi,

 Thank you for the reply I think I have compiled free radius with mysql
 support because I had installed it --with-experimental-modules.Now if I
 start the sql server by giving the command mysql -u root -p rootpass
radius
  db_mysql.sql then it returns me with the following error
 
 Error 2002: can't connect to local mysql server through socket
 /var/lib/mysql/mysql.sock (111)
 
 What may be the problem.The following is my radius.conf for authorize and
 accounting section

this isnt a FreeRADIUS problem at this point - the above error message is a
straight
'mysql cannot talk to mysql server'.  check that 

1) mysql is running
2) mysql is configured to allow your host to talk to it
3) mysql is configured to allow root account to talk to it - and that the
password is correct
4) firewall issues - check that you arent blocking mysql conversations in
some wierd way

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

__ NOD32 1. (20050527) Information __

This message was checked by NOD32 antivirus system.
http://www.nod32.com



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


RE: Freeradius+mysql error

2005-05-31 Thread Rupak

I checked bu there is no mysqld.sock in /var/run/mysqld. May be because my
sql is not started. Because it gives back an error telling that  mysqld
dead but subsys locked
Rupak

Rupak wrote:

Ya you must be right. I have'nt configured the file /etc/my.cnf.I saw the
file and found that the value of user= was set to mysql. Where as in the
sql.conf file  I pointed out the following
Login = root
Password = password.But I don't know how to configure mysql.Does any one
have a link to a good tutorial.As I am a newbie in the world of mysql 

Hi,

  

Thank you for the reply I think I have compiled free radius with mysql
support because I had installed it --with-experimental-modules.Now if I
start the sql server by giving the command mysql -u root -p rootpass


radius
  

 db_mysql.sql then it returns me with the following error

Error 2002: can't connect to local mysql server through socket
/var/lib/mysql/mysql.sock (111)

What may be the problem.The following is my radius.conf for authorize and
accounting section



this isnt a FreeRADIUS problem at this point - the above error message is a
straight
'mysql cannot talk to mysql server'.  check that 

1) mysql is running
2) mysql is configured to allow your host to talk to it
3) mysql is configured to allow root account to talk to it - and that the
password is correct
4) firewall issues - check that you arent blocking mysql conversations in
some wierd way

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

__ NOD32 1. (20050527) Information __

This message was checked by NOD32 antivirus system.
http://www.nod32.com



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

Additionally, if mysql failed to start have a look at 
/var/log/mysql_error.log or something similar to that. It will tell you 
the reason...

Also something could have screwed your /var/run/mysql/mysqld.sock.
For testing u may rename the file and restart mysqld then. It should 
then create a new socket...

cheers
Sebastian





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


RE: upgrading freeRADIUS

2005-05-31 Thread Rupak
  I also had the same problem.Later on I came to know that I had to again
./configure --prefix=- to another fresh unpacked tarball.Not in the old
unpacked tar ball.just again try tar -xvf freeradius-1.0.2.tar and again
./configure then make then again make install. This time  try and give
another directory in --prefix section.when I had faced this problem I even
formatted my box.Thanx that it was an isolated machine.

Rupak


Hi Stéphane (and all the others of course),

Thats is what I was trying to do, configure and install the new version 
elsewhere but still on the same machine (I'm gonna set the default ports 
to something else so there will be no conflicts). Now I've downloaded 
version 1.0.2 and I get a compilation error.
I do :
#configure --prefix=/opt/freeradius1.0.2
#make
and in the end of the compilation output I get this...

In file included from x99_rlm.c:54:
x99.h:26:42: openssl/des.h: No such file or directory
gmake[6]: *** [x99_rlm.o] Error 1
gmake[6]: Leaving directory 
`/home/vicky/freeradius-1.0.2/src/modules/rlm_x99_token'
gmake[5]: *** [common] Error 1
gmake[5]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules'
gmake[4]: *** [all] Error 2
gmake[4]: Leaving directory `/home/vicky/freeradius-1.0.2/src/modules'
gmake[3]: *** [common] Error 1
gmake[3]: Leaving directory `/home/vicky/freeradius-1.0.2/src'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/home/vicky/freeradius-1.0.2/src'
gmake[1]: *** [common] Error 1
gmake[1]: Leaving directory `/home/vicky/freeradius-1.0.2'
make: *** [all] Error 2
zsh: exit 2 make

What am I missing?

Cheers

Vicky

DELORT Stephane wrote:

Hello Vicky,

Haven't you try to copy your config files and do the upgrade on a test
system ?
(create an exact replica on another machine and upgrade it)
I think it would be useful to post an howto to upgrade from xxx to yyy
once you've done it.

regards,
Stéphane



-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] la part de
vicky
Envoyé : mardi 31 mai 2005 11:31
À : FreeRadius users mailing list
Objet : upgrading freeRADIUS


Hi list subscribers, hi list admins, (again)

I'm running a freeRADIUS server version 0.8.1 (I know it is ancient) and
I want to upgrade it to the latest version available. I have been trying
to find some kind of procedure to upgrading but with no success. Does
anyone know how to (in a fairly simple way) safely upgrade? The
safetyness is very crucial, I cant risk overwriting my old configuration.

The old server is built with
#configure --prefix=/opt/freeradius
#make
#su
#make install

Thanks to you all in advance and please notice that I'm not that of an
expert on RADIUS...

Keep up the good work!

  



-- 
Vicky El Fhaily
Integration Manager

TRUSTIVE (France)
WTC 2, Les Bouillides
120, Route des Macarons
Parc de Sophia Antipolis
06560 Valbonne, France
Phone: +33 493 65 25 63
Fax: +33 493 65 21 56
www.trustive.com / www.corp.trustive.com


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

__ NOD32 1. (20050527) Information __

This message was checked by NOD32 antivirus system.
http://www.nod32.com



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


Freeradius+mysql error

2005-05-30 Thread Rupak










I configured freeradius it was working well.Now I wanted to make it
work with my sql.My distro is redhat9 and I am using the version
mysql-3.23.54a-11.rpm.Free radius was working and authenticating user.But after
configuring the files to make it work with sql it is not working well.It gave
me the following errors.I did exactly that was defined in the resources.Like in
the forum section of chillispot.org .Tutorial was posted by barteki. And other
sites as well.



[EMAIL PROTECTED] rlm_sql_mysql]# radiusd -x
Starting - reading configuration files ...
Using deprecated naslist file. Support for this will go away soon.
Module: Loaded exec
rlm_exec: Wait=yes but no output defined. Did you mean output=none?
Module: Instantiated exec (exec)
Module: Loaded expr
Module: Instantiated expr (expr)
Module: Loaded SQL Counter
Module: Instantiated sqlcounter (noresetcounter)
Module: Loaded PAP
Module: Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap (chap)
Module: Loaded MS-CHAP
Module: Instantiated mschap (mschap)
Module: Loaded preprocess
Module: Instantiated preprocess (preprocess)
Module: Loaded realm
Module: Instantiated realm (suffix)
Module: Loaded SQL
rlm_sql (sql): Could not link driver rlm_sql_mysql: file not found
rlm_sql (sql): Make sure it (and all its dependent libraries!) are in the
search path of your system's ld.
radiusd.conf[14]: sql: Module instantiation failed.





Can any one point me to a correct lane



Thanking you







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

(no subject)

2005-05-13 Thread Rupak








Hello every one I have a small question out here



I am using the latest version.I want the free radius to authenticate
with /etc/passwd.I know this is possible but I dont know how to do it.Does
any one have acomplished this issue before.If yes please guide me through this.
Any instruction or tutorial.



Thanking You People

Rupak








RE: Freeradius authentication /etc/passwd

2005-05-13 Thread Rupak
Thanks for the reply


I did that but when I started the radius server it gave me an error.Actually
I just uncommented the line you had specified.if I have to play with other
lines etc.. Please specify.I am new to the world of Radius.

Thanking You

Rupak



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marcin
Jessa
Sent: Friday, May 13, 2005 2:46 AM
To: freeradius-users@lists.freeradius.org
Cc: [EMAIL PROTECTED]
Subject: Re: Freeradius authentication /etc/passwd


The Unix module should do that for you.
In radiud.conf:
# Unix /etc/passwd style authentication


On Fri, 13 May 2005 15:04:23 -0700
Rupak [EMAIL PROTECTED] wrote:

 Hello every one I have a small question out here
 
  
 
 I am using the latest version.I want the free radius to authenticate with
 /etc/passwd.I know this is possible but I don't know how to do it.Does any
 one have acomplished this issue before.If yes please guide me through
this.
 Any instruction or tutorial.
 
  
 
 Thanking You People
 
 Rupak
 
  
 
 

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

__ NOD32 1.1094 (20050512) Information __

This message was checked by NOD32 antivirus system.
http://www.nod32.com



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


free radius+ /etc/passwd authentication

2005-05-10 Thread Rupak








I am using the latest version of free radius I wanted to know how can I
make free radius to authenticate with /etc/passwd

With accounting feature.if possible with prepaid feature also.the
version I am using is 1.0.2.



Thanking you








free radius + dependencies

2005-05-05 Thread Rupak












Hello as you people suggested me to use free radius rpm I installed it.the
version is freeradius-1.0.1-1.x86_64.rpm.Now when I issue the command rpm ivh
freeradius-1.0.1-1.x86_64.rpm. Then it shows me dependencies
as following



error: Failed dependencies:

 libc.so.6()(64bit) is needed
by freeradius-1.0.1-1

 libc.so.6(GLIBC_2.2.5)(64bit)
is needed by freeradius-1.0.1-1

 libc.so.6(GLIBC_2.3)(64bit)
is needed by freeradius-1.0.1-1

 libc.so.6(GLIBC_2.3.4)(64bit)
is needed by freeradius-1.0.1-1

 libcom_err.so.2()(64bit) is
needed by freeradius-1.0.1-1

 libcrypt.so.1()(64bit) is
needed by freeradius-1.0.1-1

 libcrypto.so.4()(64bit) is
needed by freeradius-1.0.1-1

 libdl.so.2()(64bit) is
needed by freeradius-1.0.1-1

 libgdbm.so.2()(64bit) is
needed by freeradius-1.0.1-1

 libk5crypto.so.3()(64bit) is
needed by freeradius-1.0.1-1

 libkrb5.so.3()(64bit) is
needed by freeradius-1.0.1-1

 liblber-2.2.so.7()(64bit) is
needed by freeradius-1.0.1-1

 libldap_r-2.2.so.7()(64bit)
is needed by freeradius-1.0.1-1

 libltdl.so.3()(64bit) is
needed by freeradius-1.0.1-1

 libnsl.so.1()(64bit) is
needed by freeradius-1.0.1-1

 libpam.so.0()(64bit) is
needed by freeradius-1.0.1-1

 libpthread.so.0()(64bit) is
needed by freeradius-1.0.1-1

 libpthread.so.0(GLIBC_2.2.5)(64bit)
is needed by freeradius-1.0.1-1

 libresolv.so.2()(64bit) is
needed by freeradius-1.0.1-1

 libsasl2.so.2()(64bit) is
needed by freeradius-1.0.1-1

 libssl.so.4()(64bit) is
needed by freeradius-1.0.1-1





Now where can I get the listed dependencies.

thankyou








Radius+chillyspot

2005-05-04 Thread Rupak












Hello all I am having problems configuring chillyspot with free radius.I
am confused if this is the correct list to post this messasge.The version of
free radius is freeradius-1.0.2.tar.gz.This is latest free-radius version.The chillyspot
version is chillispot-1.0RC3.i386.rpm .the chilly installation was ok.I
installed the radius as follows



$./configure

$make

#make install



Now the tutorial of chilly has instructed to edit a file called /etc/raddb/users

 
/etc/raddb/clients.conf





But there is no such directory or file over there.I think many of you
people have done this successfully.So can you people help me out of this.



Thanks










Radius Installation

2005-05-04 Thread rupak










Hello all!!



I installed the latest radius software that is freeradius-1.0.2.Downloaded
from www.freeradius.org



The installation steps are as follows



1
#./configure
--prefix=/usr/local/freeradius [I tried ./configure only
also]

2
#make

3
#make install.



But after installation when I go to /usr/local/etc/raddb.
There is nothing inside raddb directory.I am really confused.I tried the old
version also freeradius-1.0.0. But again the same problem.when I look at
/usr/local/bin then there are 2 files over there. radeapclient
smbencrypt.I was expecting the files /etc/raddb/users and /etc/raddb/clients.conf This is my
first installation So I am really getting in trouble.Please kindly give me some
suggestions.Thanking you










RE: Radius Installation

2005-05-04 Thread Rupak











I did it the way you told me..some files
are created at /op/freeradius.But the other files are not at /opt/freeradius/etc/raddb



When I issued the command ./configure .the
following doubtfull output came.



checking whether build environment is
sane... yes





I think this is the problem.Do you have
any idea on this..

























-Original Message-
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Tariq Rashid
Sent: Wednesday, May
 04, 2005 2:58 AM
To: 'freeradius-users@lists.freeradius.org'
Subject: RE: Radius Installation











since
you configured with --prefix=/usr/local/freeradius, everything will be under
that directory.











so
etc/raddb will be in /usr/local/freeradius/etc/raddb and so on...











if
you're going to use --prefix - why not completely separate if from the system /usr
and do a 











--prefix=/opt/freeradius











tariq





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 04 May 2005 23:30
To:
freeradius-users@lists.freeradius.org
Subject: Radius Installation



Hello all!!



I installed the latest radius
software that is freeradius-1.0.2.Downloaded from www.freeradius.org



The installation step's are as
follows



1
#./configure
--prefix=/usr/local/freeradius [I tried ./configure only
also]

2
#make

3
#make install.



But after installation when I go to
/usr/local/etc/raddb. There is nothing inside raddb directory.I am really
confused.I tried the old version also freeradius-1.0.0. But again the
same problem.when I look at /usr/local/bin then there are 2 file's over there.
radeapclient
smbencrypt.I was expecting the file's /etc/raddb/users and /etc/raddb/clients.conf This is my
first installation So I am really getting in trouble.Please kindly give me some
suggestion's.Thanking you...







__ NOD32 1.1086 (20050502) Information __

This message was checked by NOD32 antivirus system.
http://www.nod32.com








RE: Radius Installation

2005-05-04 Thread Rupak









Thanx for the reply Tariq.



These directory are listed under /opt/freeradius.



bin etc include
lib man sbin share var



under the bin directory the following are
listed



radeapclient smbencrypt



under the etc direcrory the following are
listed



raddb [but there are no
files under this directory]



under the lib directory the following are
listed



libeap-1.0.2.la
rlm_eap_mschapv2-1.0.2.so

libeap-1.0.2.so
rlm_eap_mschapv2.a

libeap.a
rlm_eap_mschapv2.la

libeap.la
rlm_eap_mschapv2.so

libeap.so
rlm_eap.so

libltdl.a
rlm_exec-1.0.2.la

libltdl.la
rlm_exec-1.0.2.so

libltdl.so
rlm_exec.a

libltdl.so.3
rlm_exec.la

libltdl.so.3.1.0
rlm_exec.so

libradius-1.0.2.la
rlm_expr-1.0.2.la

libradius-1.0.2.so
rlm_expr-1.0.2.so

libradius.a
rlm_expr.a

libradius.la
rlm_expr.la

libradius.so
rlm_expr.so

rlm_acct_unique-1.0.2.la
rlm_fastusers-1.0.2.la

rlm_acct_unique-1.0.2.so
rlm_fastusers-1.0.2.so

rlm_acct_unique.a
rlm_fastusers.a

rlm_acct_unique.la
rlm_fastusers.la

rlm_acct_unique.so
rlm_fastusers.so

rlm_always-1.0.2.la
rlm_files-1.0.2.la

rlm_always-1.0.2.so
rlm_files-1.0.2.so

rlm_always.a
rlm_files.a

rlm_always.la
rlm_files.la

rlm_always.so
rlm_files.so

rlm_attr_filter-1.0.2.la
rlm_mschap-1.0.2.la

rlm_attr_filter-1.0.2.so
rlm_mschap-1.0.2.so

rlm_attr_filter.a
rlm_mschap.a

rlm_attr_filter.la
rlm_mschap.la

rlm_attr_filter.so
rlm_mschap.so

rlm_attr_rewrite-1.0.2.la rlm_ns_mta_md5-1.0.2.la

rlm_attr_rewrite-1.0.2.so rlm_ns_mta_md5-1.0.2.so

rlm_attr_rewrite.a
rlm_ns_mta_md5.a

rlm_attr_rewrite.la
rlm_ns_mta_md5.la

rlm_attr_rewrite.so
rlm_ns_mta_md5.so

rlm_chap-1.0.2.la
rlm_pap-1.0.2.la

rlm_chap-1.0.2.so
rlm_pap-1.0.2.so

rlm_chap.a
rlm_pap.a

rlm_chap.la
rlm_pap.la

rlm_chap.so
rlm_pap.so

rlm_checkval-1.0.2.la
rlm_passwd-1.0.2.la

rlm_detail-1.0.2.la
rlm_passwd-1.0.2.so

rlm_detail-1.0.2.so
rlm_passwd.a

rlm_detail.a
rlm_passwd.la

rlm_detail.la
rlm_passwd.so

rlm_detail.so
rlm_preprocess-1.0.2.la

rlm_digest-1.0.2.la
rlm_preprocess-1.0.2.so

rlm_digest-1.0.2.so
rlm_preprocess.a

rlm_digest.a
rlm_preprocess.la

rlm_digest.la
rlm_preprocess.so

rlm_digest.so
rlm_radutmp-1.0.2.la

rlm_eap-1.0.2.la
rlm_radutmp-1.0.2.so

rlm_eap-1.0.2.so rlm_radutmp.a

rlm_eap.a
rlm_radutmp.la

rlm_eap_gtc-1.0.2.la
rlm_radutmp.so

rlm_eap_gtc-1.0.2.so
rlm_realm-1.0.2.la

rlm_eap_gtc.a
rlm_realm-1.0.2.so

rlm_eap_gtc.la
rlm_realm.a

rlm_eap_gtc.so rlm_realm.la

rlm_eap.la
rlm_realm.so

rlm_eap_leap-1.0.2.la
rlm_sql-1.0.2.la

rlm_eap_leap-1.0.2.so
rlm_sql-1.0.2.so

rlm_eap_leap.a
rlm_sql.a

rlm_eap_leap.la
rlm_sql.la

rlm_eap_leap.so
rlm_sql.so

rlm_eap_md5-1.0.2.la
rlm_unix-1.0.2.la

rlm_eap_md5-1.0.2.so
rlm_unix-1.0.2.so

rlm_eap_md5.a
rlm_unix.a

rlm_eap_md5.la
rlm_unix.la

rlm_eap_md5.so
rlm_unix.so

rlm_eap_mschapv2-1.0.2.la rlm_x99_token-1.0.2.la






but what I was expecting is



raddb/clients.conf



etc/raddb/users



I think that these are the main
configuration files that should be edited



Thanx in Adv



Rupak



-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tariq Rashid
Sent: Wednesday, May
 04, 2005 3:47 AM
To:
'freeradius-users@lists.freeradius.org'
Subject: RE: Radius Installation





here
what i have always done...











tar
-xvzf freeradius-1.0.2.tar.gz











cd
freeradius-1.0.2





./configure
--prefix=/opt/freeradius102





make





make
install











now
everything is in /opt/freeradius102











here is
a listing of my /opt/freeradius102 directory:





 ls /opt/freeradius102/
 bin etc
include lib man
sbin share var

















which
files are you missing?



































-Original Message-
From: Rupak
[mailto:[EMAIL PROTECTED]
Sent: 05 May 2005 00:21
To:
freeradius-users@lists.freeradius.org
Subject: RE: Radius Installation



I did it
the way you told me..some files are created at /op/freeradius.But the other
files are not at /opt/freeradius/etc/raddb



When I
issued the command ./configure .the following doubtfull output came.



checking
whether build environment is sane... yes





I think
this is the problem.Do you have any idea on this..

























-Original Message-
From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Tariq Rashid
Sent: Wednesday, May
 04, 2005 2:58 AM
To:
'freeradius-users@lists.freeradius.org'
Subject: RE: Radius Installation











since
you configured with --prefix=/usr/local/freeradius, everything will be under
that directory.











so
etc/raddb will be in /usr/local/freeradius/etc/raddb and so on...











if
you're going to use --prefix - why not completely separate if from the system
/usr and do a 











--prefix=/opt/freeradius











tariq





-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: 04 May 2005 23:30
To:
freeradius-users@lists.freeradius.org
Subject: Radius Installation



Hello all!!



I installed the latest radius
software that is freeradius