Comment # 3 on bug 1186323 from
Created attachment 849545 [details]
[PATCH] passwordeval: allow longer password

When passwordeval is used for oauth the returned token can be quite
large, quite likely more than 500 characters long. For reference the
token from Office 365 is almost 2000 characters long. Allow the
buffer to be increased in LINEBUFSIZE steps so it can accommodate the
full token.


You are receiving this mail because: