(RADIATOR) Simple Realm Question

2000-10-27 Thread Andrew P. Kaplan
My radius.cfg file currently has: # Translate all upper case to lowercase RewriteUsername tr/A-Z/a-z/ Now I need to start stripping out the real name. Is it as simple as just adding a line ( and HUPPing radiusD) to strip out the realm so my radius.cfm will look like the following. # Translate

Re: (RADIATOR) Simple Realm Question

2000-10-27 Thread Hugh Irvine
Hello Andrew - On Sat, 28 Oct 2000, Andrew P. Kaplan wrote: My radius.cfg file currently has: # Translate all upper case to lowercase RewriteUsername tr/A-Z/a-z/ Now I need to start stripping out the real name. Is it as simple as just adding a line ( and HUPPing radiusD) to strip out