On Thu, 10 Jan 2002, Jeff Thompson wrote: > I need to know if any radius servers can do realm conversion, such as taking > an auth request coming into it from [EMAIL PROTECTED] and translating that over > to [EMAIL PROTECTED] and then authenticating it against whatever chosen method, > in this case, a mysql database. if freeradius or icradius or none others > can do this, does anybody know any way it can be done? I'm searching > franticly for info on doing this but no luck yet, I'm on a tight deadline to > make something work somehow.. I really appreciate any help anyone can > provide. > > Thanks in advance. > > Jeff Thompson > Systems Administrator > [EMAIL PROTECTED]
Use the attr_rewrite module. That way you can rewrite the User-Name and then allow the realms module to deal with the request (forward it to another server, handle it localy etc). See the comments in the radiusd.conf for the attr_rewrite module to see how it works. -- kkalev - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
