Re: Help!!!How can I use MySQL and EAP together?

2003-01-06 Thread Artur Hecker
hi

wanglu wrote:
 
   I installed freeradius-snapshot-2002-0916 in Redhat7.2. I want to configure it to 
use
 mysql. According to http://www.swx.nl/freeradius/freeradiussql.html, it does work. I 
want
 to use MySQL and 'Auth-Type=EAP'.

why did you install this particular (and very old) snapshot? take
verison 0.8.1 or a newer snapshot (but it has nothing to do with your
problem).


   I have read the documents of eap and eaptsl.pdf, where I can not find out the 
answer.
 Whether MySQL can only be used with 'AUth-Type=PAP' together? What can I do to use 
MySQL 
 and EAP authentication together???Hope you can help me.

you do not use to put the auth type explicitly, it should be put by the
authorize section automatically, depending on the user config e.g. in
the sql data base.

so, in radiusd.conf:

authorize {
sql
}

authenticate {
eap
}

in users:

userAuth-Type := Local, User-Password == password



ciao
artur


-- 
_
Artur Hecker Groupe Accès et Mobilité
hecker[at]enst[dot]fr Département Informatique et Réseaux
+33 1 45 81 750746, rue Barrault 75634 Paris cedex 13
http://www.infres.enst.fr  ENST Paris

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



Re: Help!!!How can I use MySQL and EAP together?

2003-01-06 Thread Artur Hecker

 you do not use to put the auth type explicitly, it should be put by the

ahem, i meant: you do not need to put the auth-type

sorry. never write mails in industry meetings :)


ciao
artur

-- 
_
Artur Hecker Groupe Accès et Mobilité
hecker[at]enst[dot]fr Département Informatique et Réseaux
+33 1 45 81 750746, rue Barrault 75634 Paris cedex 13
http://www.infres.enst.fr  ENST Paris

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



Help!!!How can I use MySQL and EAP together?

2003-01-05 Thread wanglu
  I installed freeradius-snapshot-2002-0916 in Redhat7.2. I want to configure it to 
use mysql. According to http://www.swx.nl/freeradius/freeradiussql.html, it does work. 
I want to use MySQL and 'Auth-Type=EAP'.
  I have read the documents of eap and eaptsl.pdf, where I can not find out the 
answer. Whether MySQL can only be used with 'AUth-Type=PAP' together? What can I do to 
use MySQL and EAP authentication together???Hope you can help me.



wanglu
[EMAIL PROTECTED]
2003-01-06



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