Great, thanks, just tested and `radmin -e 'set debug level 3'` now works properly. It still returns always `1`, even on success, I hacked this for now by changing this line https://github.com/FreeRADIUS/freeradius-server/blob/master/src/modules/prot... to `goto exit`. So far it works, returns 0 on success, and if I type some wrong command it returns 1, but probably is not the right fix. Thanks, Milan On Sat, Jul 13, 2019 at 9:11 AM Alan DeKok <aland@deployingradius.com> wrote:
On Jul 12, 2019, at 5:06 PM, Milan Nikolic <gen2brain@gmail.com> wrote:,
Some recent commit added `-S` option to radmin, to pass secret. I don't understand what secret it is asking for, from localhost that should be secret for localhost client right? Whatever I try to enter if it asks for secret, or with `-S` option it just hangs.
The server doesn't currently check for the secret.
The goal is to (eventually) allow name / password authentication to radmin, with permissions base on users. That isn't done right now.
Also, I have problems with `radmin -e 'set debug level 2'` for example, it does not do anything.
I've pushed a fix.
Alan DeKok.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html