Hi folks,
Could you help me with configuration of the freeradius 0.7 ?
I want to use '@' and '%' as delimiter for realms. I added  realmpercent
before suffix in authorisation but it's not working properly.
If I put realmpercent before suffix the '%' is working but '@' and vice
versa.

I've attached the log below.

Thanks, Serge.

Module: Instantiated preprocess (preprocess) 
Module: Loaded realm 
 realm: format = "suffix"
 realm: delimiter = "%"
Module: Instantiated realm (realmpercent) 
 realm: format = "suffix"
 realm: delimiter = "@"

user@MMMM
  modcall[authorize]: module "preprocess" returns ok
    rlm_realm: Looking up realm NULL for User-Name = "user@MMMM"
    rlm_realm: Found realm NULL
    rlm_realm: Adding Stripped-User-Name = "user@MMMM"
  rlm_realm: Proxying request from user user@MMMM to realm NULL
    rlm_realm: Adding Realm = "NULL"
rlm_realm:  Authentication realm is LOCAL.
rlm_realm:  auth_port is not set.  proxy cancelled
  modcall[authorize]: module "realmpercent" returns noop
    rlm_realm: Request already proxied.  Ignoring.
  modcall[authorize]: module "suffix" returns noop
    users: Matched DEFAULT at 165
  modcall[authorize]: module "files" returns ok


user%MMMM
modcall: entering group authorize
  modcall[authorize]: module "preprocess" returns ok
    rlm_realm: Looking up realm MMMM for User-Name = "user%MMMM"
    rlm_realm: Found realm MMMM
    rlm_realm: Adding Stripped-User-Name = "user"
  rlm_realm: Proxying request from user user to realm MMMM
    rlm_realm: Adding Realm = "MMMM"
rlm_realm:  Authentication realm is LOCAL.
rlm_realm:  auth_port is not set.  proxy cancelled
  modcall[authorize]: module "realmpercent" returns noop
    rlm_realm: Request already proxied.  Ignoring.
  modcall[authorize]: module "suffix" returns noop
    users: Matched DEFAULT at 165
  modcall[authorize]: module "files" returns ok
modcall: group authorize returns ok






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

Reply via email to