mpd truncates username
cooper <[email protected]>
| Newsgroups | gmane.comp.security.firewalls.m0n0wall |
|---|---|
| Message-ID | <CAPPn0hZ=47u4k01bDSDo2WFhiXzrm7Nxe8dSJ33D=7nxskaHUQ@mail.gmail.com> |
m0n0 ver: embeded-1.33 h/w: soekris net5501 I am trying to setup PPTP w/ Radius auth. m0n0wall is terminating the PPTP connection and preforming authentication via RADIUS. We are using Authlite (http://www.authlite.com/) key and software to provide two factor authentication. This requires a long OTP entered in the password field. When m0n0wall passes it back to the radius server, it is truncated. I have examined the mpd4 src and there are lots of 64 char registers. In defs.h: #define AUTH_MAX_AUTHNAME 64 can this be increased? thanks. cooper