help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] Password on a MySQL db...


From: Edward Rudd
Subject: Re: [Help-gnu-radius] Password on a MySQL db...
Date: 27 Feb 2003 17:24:30 -0600

wait.. server config is for pam_radius, sorry..
client.config is for the radius programs..

the client.config config file defines what server the client programs
should connect to and what password to use to connect and a timeout for
logging in.
the clients config file defines what clients are allowed to connect to
this server and what password they should use to login.

my clients file looks something like this
--- /etc/raddb/clients
# all these comments that explain the config file omitted.
localhost   mypassword
---
my client.config file looks something like this.
--- /etc/raddb/client.config
server local 127.0.0.1 mypassword 1812 1813
source_ip 127.0.0.1
timeout 3
retry 1
---

I am using 1812 and 1813 for the server ports (as they are the official
RFC standard ports to use for radius)
make sure the passwords in those two file are the same.. if they are
different then that might be your problem..

On Thu, 2003-02-27 at 10:49, Mario - Firewalls wrote:
> No,
> 
> Why should I have this line ?
> what for is this ?
> on what section it should be ?
> 
> ----------------------------------
> Mário Frederico Leão Balistieri
> Diretor de Implementações
> Firewalls
> address@hidden
> 
> 
> Key fingerprint = C2BA B98D EE25 BEAF E0EF  4AD6 4B75 DDD2 1D74 97C7
> 
> On 27 Feb 2003, Edward Rudd wrote:
> 
> > Do you have the line
> > 127.0.0.1 1234 3
> > in the server config file?
> >
> >
> > On Thu, 2003-02-27 at 10:17, Mario - Firewalls wrote:
> > > So, here is some of my conf.
> > >
> > > My clients file is:
> > > 127.0.0.1               1234
> > >
> > > for testiing...
> > >
> > > my config file is default with listem 127.0.0.1:1645 on auth section and 
> > > listen 127.0.0.1:1646 on acct section.
> > >
> > > my sqlserver file is default with:
> > >
> > > server 127.0.0.1
> > > port 3306
> > > login Radius
> > > password guessme
> > > doauth yes
> > >
> > > my users file is:
> > > DEFAULT Auth-Type = Local,
> > >         Password-Location = SQL
> > >         Service-Type = Framed-User,
> > >         Framed-Protocol = PPP
> > > cuz I wanted to try with clear text passwords... but I didn't...
> > > So I tried with auth-type = Crypt-Local... and with auth-type = SQL...
> > > it didn't work...
> > >
> > >
> > >
> > > ----------------------------------
> > > Mário Frederico Leão Balistieri
> > > Diretor de Implementações
> > > Firewalls
> > > address@hidden
> > >
> > >
> > > Key fingerprint = C2BA B98D EE25 BEAF E0EF  4AD6 4B75 DDD2 1D74 97C7
> > >
> > >
> > >
> > > _______________________________________________
> > > Help-gnu-radius mailing list
> > > address@hidden
> > > http://mail.gnu.org/mailman/listinfo/help-gnu-radius
> > --
> > Edward Rudd <address@hidden>
> >
> 
> 
> 
> _______________________________________________
> Help-gnu-radius mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/help-gnu-radius
-- 
Edward Rudd <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]