23 Jun
2005
23 Jun
'05
12:42 p.m.
"Hassan Wahid" <hassanwahid@hotmail.com> wrote:
I was wondering if there was a way to allow wildcards for logins. For example, *@company.com? Rather than adding thousands of users in the users file. This is only for a test environment.
I have looked through the users file and older archives but not come accross a way to do this. Any help would be greatly appreciated.
Regular expressions DEFAULT User-Name =~ "@company\.com$", Auth-Type := Accept It won't work for EAP, or MS-CHAP, but it will work for PAP and CHAP. Alan DeKok.