Radius attribue User-password is not being passed in the authorize section. Im trying to use the attribute in an tmp-string-0 line calling sql to exec a stored proc. Its not expanding the User-Password attribute but it IS expanding the User-Name attribute... Is it just hidden or am I correct? Sent from my Android device
Hi,
Radius attribue User-password is not being passed in the authorize section. Im trying to use the attribute in an tmp-string-0 line calling sql to exec a stored proc. Its not expanding the User-Password attribute but it IS expanding the User-Name attribute...
Is it just hidden or am I correct?
what does the full debug show? alan
On Feb 10, 2015, at 4:29 PM, Robert Graham <robert_graham@uhaul.com> wrote:
Radius attribue User-password is not being passed in the authorize section.
Probably because it doesn’t exist. If you’re doing EAP, there will NOT be a User-Password.
Im trying to use the attribute in an tmp-string-0 line calling sql to exec a stored proc. Its not expanding the User-Password attribute but it IS expanding the User-Name attribute…
PLEASE read the debug output. Really. READ IT. It shows you the packet the server receives. If there’s no User-Password in the packet, then…. you can’t do policy checks based on User-Password. It’s that simple. The information to solve the problem is in front of you. PLEASE read the debug output. I can’t stress that enough. ALWAYS read the debug output. Alan DeKok.
participants (3)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
Robert Graham