Re: Clear Text PAP passwords - how to enable

2009-10-20 Thread Alex M
user password i guess is same as System?

On Mon, Oct 19, 2009 at 11:49 AM, Alan Buxey a.l.m.bu...@lboro.ac.ukwrote:

 Hi,

  But I still got small problem, when i run in de debug mode i saw this
  warning. I'm not fully sure what it asks me to do? Any advice on this?

 its fairly clear isnt it? the error is written very clearly. follow
 the advice.

  !!! Please update your configuration so that the known good
  !!! clear text password is in Cleartext-Password, and not in
 User-Password.

 somewhere in your config you are matching against 'User-Password'.
 change that attribute to 'Cleartext-Password'

 alan
 -
 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: Clear Text PAP passwords - how to enable

2009-10-20 Thread Ivan Kalik
Don't use User-Password at all. See man rlm_pap.

Ivan Kalik
Kalik Informatika ISP

 user password i guess is same as System?

 On Mon, Oct 19, 2009 at 11:49 AM, Alan Buxey
 a.l.m.bu...@lboro.ac.ukwrote:

 Hi,

  But I still got small problem, when i run in de debug mode i saw this
  warning. I'm not fully sure what it asks me to do? Any advice on this?

 its fairly clear isnt it? the error is written very clearly. follow
 the advice.

  !!! Please update your configuration so that the known good
  !!! clear text password is in Cleartext-Password, and not in
 User-Password.

 somewhere in your config you are matching against 'User-Password'.
 change that attribute to 'Cleartext-Password'

 alan
 -
 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


Re: Clear Text PAP passwords - how to enable

2009-10-19 Thread Alan Buxey
Hi,
 My SQL include and module authorization is enabled in instantiate section
 Im not 100% sure what virtual server do in new radius.
 
 I guess you are probably right about that fact that my radius is not
 accsesing SQL to see the users there,.. so since my Include is enabled i
 guess i need to figure out what those virtual servers are and how to use
 them

you need to ensure that 'sql' is listed in the correct section - eg
in the authenticate section - see the files and comments in config files.

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


Re: Clear Text PAP passwords - how to enable

2009-10-19 Thread Alex M
ok now since i know where autorize and authenticate and accounting modules
went i feel much better =)

But I still got small problem, when i run in de debug mode i saw this
warning. I'm not fully sure what it asks me to do? Any advice on this?

++[pap] returns updated
Found Auth-Type = PAP
!!!
!!!Replacing User-Password in config items with Cleartext-Password.
!!!
!!!
!!! Please update your configuration so that the known good
!!!
!!! clear text password is in Cleartext-Password, and not in User-Password.
!!!
!!!
+- entering group PAP {...}
[pap] login attempt with password 
[pap] Using clear text password 
[pap] User authenticated successfully
++[pap] returns ok



Thanks a lot for helping!





On Mon, Oct 19, 2009 at 7:03 AM, Alan Buxey a.l.m.bu...@lboro.ac.uk wrote:

 Hi,
  My SQL include and module authorization is enabled in instantiate section
  Im not 100% sure what virtual server do in new radius.
 
  I guess you are probably right about that fact that my radius is not
  accsesing SQL to see the users there,.. so since my Include is enabled i
  guess i need to figure out what those virtual servers are and how to use
  them

 you need to ensure that 'sql' is listed in the correct section - eg
 in the authenticate section - see the files and comments in config files.

 alan
 -
 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: Clear Text PAP passwords - how to enable

2009-10-19 Thread Alan Buxey
Hi,

 But I still got small problem, when i run in de debug mode i saw this
 warning. I'm not fully sure what it asks me to do? Any advice on this?

its fairly clear isnt it? the error is written very clearly. follow
the advice.

 !!! Please update your configuration so that the known good
 !!! clear text password is in Cleartext-Password, and not in User-Password.

somewhere in your config you are matching against 'User-Password'.
change that attribute to 'Cleartext-Password'

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


Re: Clear Text PAP passwords - how to enable

2009-10-18 Thread Alan DeKok
Alex M wrote:
 we keep upgrading FR servers and i got stuck with problem where I need
 PAP (I think) well i need clear text password and its not working for my
 user. When i send request through NTRAdping w/ CHAP all works well but
 when I'm using device as NAS nothing works :(
 
 I hope some one can point me out in right direction. Here is my output:

  See the FAQ for an example of how to configure a clear-text password.

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


Re: Clear Text PAP passwords - how to enable

2009-10-18 Thread Ivan Kalik
 hey all
 we keep upgrading FR servers and i got stuck with problem where I need PAP
 (I think) well i need clear text password and its not working for my user.
 When i send request through NTRAdping w/ CHAP all works well but when I'm
 using device as NAS nothing works :(

 I hope some one can point me out in right direction. Here is my output:

Where is password supposed to be? It wasn't found in users (files) or
system (unix) file.

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


Re: Clear Text PAP passwords - how to enable

2009-10-18 Thread Alex M
Password is in SQL table raddcheck
Also will take a look at that FAQ

I know i had  the same problem w. FR 1.5 and there I just had to take out
DEFAULT Auth-Type: system so that we don't look for system password but I
didnt find anything like that on FR 2




On Sun, Oct 18, 2009 at 10:43 AM, Ivan Kalik t...@kalik.net wrote:

  hey all
  we keep upgrading FR servers and i got stuck with problem where I need
 PAP
  (I think) well i need clear text password and its not working for my
 user.
  When i send request through NTRAdping w/ CHAP all works well but when I'm
  using device as NAS nothing works :(
 
  I hope some one can point me out in right direction. Here is my output:

 Where is password supposed to be? It wasn't found in users (files) or
 system (unix) file.

 -
 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: Clear Text PAP passwords - how to enable

2009-10-18 Thread Alex M
My SQL include and module authorization is enabled in instantiate section
Im not 100% sure what virtual server do in new radius.

I guess you are probably right about that fact that my radius is not
accsesing SQL to see the users there,.. so since my Include is enabled i
guess i need to figure out what those virtual servers are and how to use
them

tnx for helping!

On Sun, Oct 18, 2009 at 5:04 PM, Ivan Kalik t...@kalik.net wrote:

 Sql is not enabled in 2.x by default. Enable INCLUDE in radiusd.conf and
 sql entries you need in default virtual server
 (raddb/sites-enabled/default).

 Ivan Kalik
 Kalik Informatika ISP

  Password is in SQL table raddcheck
  Also will take a look at that FAQ
 
  I know i had  the same problem w. FR 1.5 and there I just had to take out
  DEFAULT Auth-Type: system so that we don't look for system password but I
  didnt find anything like that on FR 2
 
 
 
 
  On Sun, Oct 18, 2009 at 10:43 AM, Ivan Kalik t...@kalik.net wrote:
 
   hey all
   we keep upgrading FR servers and i got stuck with problem where I need
  PAP
   (I think) well i need clear text password and its not working for my
  user.
   When i send request through NTRAdping w/ CHAP all works well but when
  I'm
   using device as NAS nothing works :(
  
   I hope some one can point me out in right direction. Here is my
  output:
 
  Where is password supposed to be? It wasn't found in users (files) or
  system (unix) file.
 
  -
  List info/subscribe/unsubscribe? See
  http://www.freeradius.org/list/users.html
 
 



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