Currently I use openser v1.1.1 and a FreeRadius server with ldap
authetification.
In LDAP passwords were crypt, so :
A1 = bbodin01:univ-lr.fr:xxxxxxxxxxxxx
A2 = REGISTER:sip:105@localhost
H(A1) = XXXXXXXXXXXXXXXXXXXXX
H(A2) = XXXXXXXXXXXXXXXXXXXXX
KD = TTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT
EXPECTED XXXXXXXXXXXXXXXXXXXX
RECEIVED YYYYYYYYYYYYYYYYYYYY
When I type right password, test don't work, but if I type crypt
password it work.
so does it posible to crypt password in Openser, or to user EAP with
Radius ( currently I only use Digest )
Thank for your help.