Re: radcheck problem



On 9/7/07, YvesDM <ydmlog@gmail.com> wrote:
Hi,

I want a specific user (call him john) NOT to be able to login through a specific nas.
So I thought, just add this to radcheck

INSERT INTO `radcheck` (`UserName`, `Attribute`, `op`, `Value`) VALUES ('john','NASIdentifier','!=','nas-id')

(nas-id is the nasidentifier of the specific nas)

Anyway, when I add this entry to radcheck, john gets rejected all the time, no matter what nas he's connecting to.
Am I overlooking something?


Never mind, problem solved, forgot the - in NAS-Identifier :-)
INSERT INTO `radcheck` (`UserName`, `Attribute`, `op`, `Value`) VALUES ('john','NAS-Identifier','!=','nas-id')

Kind regards


This archive was generated by a fusion of Pipermail (Mailman edition) and MHonArc.