2 Jun
2011
2 Jun
'11
4:13 a.m.
djadav wrote:
when we give radwho -R -u <username> it will give all user that match name. but i want to grep an exact match.
For, Example, abc, abc1, abc123,abc1264 user is connected. Now when i give radwho -R -u abc
then it will give all user connected with abc/abc1....... insted of exact match "abc"
radwho doesn't do that. You will need to modify the source code to radwho in order to add that feature. Or, store the login information in a database, and then use normal database queries. This is the recommended approach. Alan DeKok.