Search code examples
c++freeradius

Failed to add PW_USER_PASSWORD attribute


rc_avpair_add is continuously failing at the below line.

if (rc_avpair_add(rh, &send, PW_USER_PASSWORD, passwd, -1, 0) == NULL)

What will be the possible issue? or How to view the reason for the failure. Password I have given is "admin"


Solution

  • Finally resolved the issue by deleting "dictionary" file from the working directory