setup:
freeradius post .5 (cvs from May 6 2002)
groups problem.
(using rlm_unix)
in users:
DEFAULT Group == "email", Auth-Type := Reject
Reply-Message = "Your account cannot be used to dial in
with."
test without realm: works
#radtest alsch password localhost 0 testing123
Sending Access-Request of id 111 to 127.0.0.1:1812
User-Name = "alsch"
Password = "ya"
NAS-IP-Address = nas.acsnet.com
NAS-Port-Id = "0"
rad_recv: Access-Reject packet from host 127.0.0.1:1812, id=111, length=66
Reply-Message = "Your account cannot be used to dial in with."
but test with realm doesn't.
# radtest [EMAIL PROTECTED] password localhost 0 testing123
Sending Access-Request of id 103 to 127.0.0.1:1812
User-Name = "[EMAIL PROTECTED]"
Password = "ya"
NAS-IP-Address = nas.acsnet.com
NAS-Port-Id = "0"
rad_recv: Access-Accept packet from host 127.0.0.1:1812, id=103, length=20
anyone have an idea how to fix that?
it doesn't seem to be taking the striped username to compare with the
group??
Al
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html