Hi,

> managed to get my setup connecting to my mssql backend.  However, when I try
> and authorize with a user/pass, I get an error - actually more of a warning.
>  I've Googled about but although others have had this error I haven't really
> seen a good explanation of why it occurs let alone how to solve.
> 
> The warning is...

the warning is fairly self-explanatory - you are using 

User-Password 

in your SQL

your should be using Cleartext-Password (with correct Operator)

I'm with Alan on this one - i dont know HOW the message could be any clearer!?!


as for not authenticating - once again - look at your debug... here is your new 
server

> Login OK: [999999999] (from client 10.152.0.7 port 0 cli 1002)
> +- entering group post-auth {...}
> ++[exec] returns noop
> Sending Access-Accept of id 16 to 10.152.0.7 port 20001
> Finished request 0.


and here is the old server

> Sending Access-Accept of id 31 to 10.152.0.7 port 20001
>         h323-return-code = "h323-return-code=0"
>         h323-billing-model = "h323-billing-model=0"
>         h323-credit-amount = "h323-credit-amount=76.15"
>         h323-currency = "h323-currency=AUD"
> Finished request 0


spot the difference?

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

Reply via email to