This is a discussion on Re: Tempory Varibles within the FreeRADIUS Users forums, part of the Networking and Network Related category; Hi, Sorry, I probably was not clear enough: Its all working as I want: User-Name username@realm.net Password=...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
Sorry, I probably was not clear enough: Its all working as I want: User-Name username@realm.net Password=something Is processed correctly by hints to: User-Name realm.net Password=common But.... What I want to log in postauth SQL is the original username: username@realm.net Not simply the processed value showig the realm so NOT: realm.net Why? Because this radius server is claiffyig users into group to be tunneled on a LTS to another LNS for PPP termination and ultimate authorisation. But I would like to be able to check the SQL log for the LTS and see in post auth that we are receiving connection for the specific usernames - helps with support. Kind Regards Ben ----- Original Message ----- From: <A.L.M.Buxey@lboro.ac.uk> To: "Ben Butler" <freeradius@dfa.me.uk>; "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Sent: Friday, March 02, 2007 11:47 AM Subject: Re: Tempory Varibles Hi, > I am successfully using the hints file to manipulate the User-Name of a > subset of users by matching on their realm name. The hints file allows be > to drop these User-Names back to a single common name and to authorize > with. Stripped-User-Name is the variable you want to play with. you're fortunate to be able to mangle the User-Name - for with many EAP methods, if the returned/proxied User-Name doesnt match the original, then it will fail the connection. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |