4.0.x - issues with radmin tool
Milan Nikolic
gen2brain at gmail.com
Sat Jul 13 13:29:09 CEST 2019
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/proto_control/radmin.c#L958
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 at deployingradius.com> wrote:
>
> On Jul 12, 2019, at 5:06 PM, Milan Nikolic <gen2brain at 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
More information about the Freeradius-Users
mailing list