Hi, I store my user accounts in an SQL database using only their 'username' since my realm is always the same. Unfortunately FreeRadius tries to authenticate the whole address: [EMAIL PROTECTED] and thus fails. How can I tell it to strip the @domain.com part and only match the username ?
I have set this in my radiusd.conf but it still doesn't work
realm suffix {
format = prefix
delimiter = "@"
}
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
