Re: Cleartext username

2010-08-26 Thread Alan DeKok
Kristoffer Milligan wrote:
> The same thing happens during authentication when the CPE intially
> enters the network .. but then the username/password is decrypted and
> successfully compared in the database.
> 
> What's the difference between the accounting and the authentication ..
> apart from the info that's exchanged?

  Read the debug log to see?

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


Re: Cleartext username

2010-08-26 Thread Kristoffer Milligan
The same thing happens during authentication when the CPE intially 
enters the network .. but then the username/password is decrypted and 
successfully compared in the database.


What's the difference between the accounting and the authentication .. 
apart from the info that's exchanged?


- Kristoffer Milligan

On 08/26/2010 01:11 PM, Alan DeKok wrote:

Kristoffer Milligan wrote:
   

as a small test. However, %{SQL-User-Name} is an encrypted version of
the username, which of course will not match anything in my database.
 

   Ask the client PC why it's sending an encrypted user name.

   

How can I get the username in a cleartext format?
 

   Figure out how the client PC is encrypting it, and decrypt it.

   Alan DeKok.
-
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: Cleartext username

2010-08-26 Thread Alan DeKok
Kristoffer Milligan wrote:
> as a small test. However, %{SQL-User-Name} is an encrypted version of
> the username, which of course will not match anything in my database.

  Ask the client PC why it's sending an encrypted user name.

> How can I get the username in a cleartext format?

  Figure out how the client PC is encrypting it, and decrypt it.

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