29 Jun
2018
29 Jun
'18
7:57 a.m.
On Jun 29, 2018, at 4:18 AM, kaoru eto <etokaoru.frml@gmail.com> wrote:
With your help, authentication succeeded.
Cleartext-Password := &My-Raw-Password
This line did not work. Probably,it does not adapt to the following rule.
"When an attribute reference is used, both attributes must have the same data type."
Ah yes... I've been doing too much v4 development recently, where it does work.
I changed the line seen below.
Cleartext-Password := "%{string:control:My-Raw-Password}"
It worked well. Are there any problems about this line?
No. That's fine. Alan DeKok.