On Mon, 30 Dec 2002, Daniel Yeung wrote: > Dear all > > Is there a better way to test the capacity for my freeradius server?
Better than what? > I use ldap to store my user database. > > I used to test using command radtest. How to use radcleint to test > accounting and authentication with radclient ? radtest is a frontend script for radclient, you can modify it to send accounting requests instead of authentication. Just replace the bottom line: ) | $radclient $DICTIONARY -x $3 auth $5 with: ) | $radclient $DICTIONARY -x $3 acct $5 / Thomas - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
