Hello Chris,

Client-Id check items check whether the request came through a particular
<Client xxxx> clause. So if you have Client-Id=xxxx, it will only trigger for
request that come through the <Client xxxx> clause.


I see 2 problems with what you have.
1. Looks like you dont have the latest version of AuthGeneric.pm. The version
you are running does not seem to have the new Client-Id recognition for check
items. You need to be at 2.14.1 for that.

2. The regexp is not correct. If you want to match *peakpeak.com (expressed as
a glob) then you wpouod probably want something like:

Client-Id = /peakpeak\.com$/


Hope that helps.

Cheers.

On Nov 2,  3:14pm, Chris M wrote:
> Subject: (RADIATOR) Client-Id example
>
> Can anyone provide an example of how the Client-Id feature works?  I am
trying to use it as a Check Item and apparently the regexp is bad
>
> All I want to do is have an entry of the form:
>
> userbob    Auth-Type = System, Client-Id = /*peakpeak\.com/
>
> The idea here being that the Client (the NAS box) would have to be from
within a given domain for this user to gain access.
>
> When I do this, I get something similar to this in the debug logs:
>
> Radius::AuthUNIX REJECT: Check item Client-Id expression '/*peakpeak.com/'
does not match ' ' in request
>
> Thanks,
> Chris
>
> [ Attachment (text/x-html): 1369 bytes
>   Character set: iso-8859-1
>   Encoded with "quoted-printable" ]
>-- End of excerpt from Chris M



-- 
Mike McCauley                               [EMAIL PROTECTED]
Open System Consultants Pty. Ltd            Unix, Perl, Motif, C++, WWW
24 Bateman St Hampton, VIC 3188 Australia   http://www.open.com.au
Phone +61 3 9598-0985                       Fax   +61 3 9598-0955

Radiator: the most portable, flexible and configurable RADIUS server 
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, 
Platypus, Freeside, TACACS+, PAM, external, etc etc on Unix, Win95/8, 
NT, Rhapsody
===
Archive at http://www.thesite.com.au/~radiator/
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to