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.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to