Strip @domain.com before auth.
Hi, Currently, I am accepting users with and without a realm name. I am satisfied with the acceptance of users without a realm name, but not with users that do have the realm name. I do have set up in my proxy.conf to accept the realm as so: realm domainexample.com { type = radius authhost = LOCAL accthost = LOCAL } This lets me authenticate against the same user base as users that dont include the @domain.com in their user name. My problem is this. I would to strip the @domain from the username before the authentication takes place? how and where is this done? Thank you in advance.
Thanks anyways, but I figured it out. STM A.L.M.Buxey@lboro.ac.uk wrote:
Hi,
My problem is this. I would to strip the @domain from the username before the authentication takes place?
how and where is this done?
use could use the rewrite module
alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
A.L.M.Buxey@lboro.ac.uk -
Shaun Medvec