Hello
On 7/27/11 12:01 PM, Jon Bonilla (Manwe) wrote:
I have a running kamailio with db backend and I'd like to use 40 character strings as subscriber passwords. Would be enought to increase the db field (actually varchar25) or is there any other lenght limit in kamailio's code?
should be no issue in the code (at least with modules_k/auth_db). The password value is used directly from DB result to compute HA1 in MD5 form, which has fixed length.
Cheers, Daniel