[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gnu-radius] help with remote NAS's
From: |
Dale |
Subject: |
[Help-gnu-radius] help with remote NAS's |
Date: |
Mon, 10 Feb 2003 14:22:32 -0800 (PST) |
Hello,
Just wondering if this is possible (and how would be nice too). I have
several NAS's (not under my control) that are configured to
authenticate against my gnu-radius server. All user auths are done via
SQL. What I would like to do, is restrict users of the remote NAS's to
have a certain column marked in mysql.
Something like this in raddb/sqlserver:
auth_query SELECT password \
FROM logininfo \
WHERE username='%u' \
AND active='Y' \
AND allow_remote='Y'
but have users that are local (NAS's under my control) which can
authenticate w/o this being marked (therefore I don't think it could be
put in sqlserver). I know this could be possible by binding another
radiusd instance to a different interface, but I would like to avoid
that if possible.
Thanks,
Dale
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
- [Help-gnu-radius] help with remote NAS's,
Dale <=