|
Hi ,
Using freeradius 0.9.3 with FB 4.9 OS
Try sending request using
"bacangtesting.com/bacang" and in radiusd.conf already configure 2
realm order i.e "realmslash" and "suffix"
But since i put the "suffix" above "realmslash"...
It will search only at "suffix" and once not found.. it will straight go to
realm "NULL"
Once I change the order ("realmslash" above
"suffix") in radiusd.conf .. then it''s working..
Why the realm module do not search for 2nd
line???
i) Debug LOG
#######################################################
modcall:
entering group authorize for request 0
modcall[authorize]: module "preprocess" returns ok for request 0 modcall[authorize]: module "chap" returns noop for request 0 rlm_realm: No '@' in User-Name = "bacangtesting.com/bacang", looking up realm NULL rlm_realm: Found realm "NULL" rlm_realm: Adding Stripped-User-Name = "bacangtesting.com/bacang" rlm_realm: Proxying request from user bacangtesting.com/bacang to realm NULL rlm_realm: Adding Realm = "NULL" rlm_realm: Authentication realm is LOCAL. ################################################################3 ii) radiusd.conf
##################################################
realm realmslash { format = prefix delimiter = "/" } realm suffix { format = suffix delimiter = "@" } preacct
{
. .
.
suffix
realmslash . .
.
}
authorize { .
.
suffix realmslash . .
.}
################################### iii) proxy.conf
#######################################3
realm bacangtesting.com {
type
= radius
authhost = LOCAL
accthost = LOCAL
}
###################################################
--haizam |
- Re: realm module not searching second order Rohaizam Abu Bakar
- Re: realm module not searching second order Simon Bryden
- Re: realm module not searching second order Rohaizam Abu Bakar

