"David C. Troy" <[EMAIL PROTECTED]> wrote:
> 1) does running in -xx mode display the results of any huntgroup matching?

  Yes.

> 2) Alan, are you *sure* that I can use Client-IP-Address in the huntgroups
> file, and that it's not added to the request packet until after the
> preprocess step is completed?  It seems to ignore this entirely.

  Hmm... it should be added *before* the huntgroup checks are done.

  Looking at the code, yes, it is.

> 3) It would be helpful for me to be able to use this in 'huntgroups':
> 
> providerA     Client-IP-Address =~ ^64\.105\.

  Uh... you probably want quotes around any regex:  "^64\.105\."

  And that will *never* do what you want.  Regexes are over string
quantities, not numbers, like IP addresses.  Hmmm... that being said,
it would be a good idea.

  <typing>

  OK, the CVS snapshot from tonight should update rlm_preprocess,
which will allow that regex to work.

> Does huntgroups support the use of regular expressions?

  It should.  It calls the normal comparison routine, which supports
regexes.

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to