Re: radiusd

2024-08-18 Thread Mike
happens when the directory of "path" is wrong. > I'll add an error handling when configuration. That may have been occurring because of the following... In /etc/rc.conf.local I had radiusd configured to start up upon booting. So radiusd was running already when I ran radiu

Re: radiusd

2024-08-18 Thread YASUOKA Masahiko
Hi, On Sat, 17 Aug 2024 15:44:13 -0400 Mike wrote: > Authenticating from a file is working now... > > # radiusd -d -f /etc/radius/radiusd.conf > 2024-08-17 15:37:00:INFO: Start listening on [redacted]:1812/udp > 2024-08-17 15:37:00:DEBUG: Module `file' started successfully &

Re: radiusd

2024-08-17 Thread Mike
Authenticating from a file is working now... # radiusd -d -f /etc/radius/radiusd.conf 2024-08-17 15:37:00:INFO: Start listening on [redacted]:1812/udp 2024-08-17 15:37:00:DEBUG: Module `file' started successfully 2024-08-17 15:37:00:INFO: radius: Use [redacted]:32271 to send request

Re: radiusd

2024-08-16 Thread Mike
OK. Thanks for your replies. I now seem to be past the issues of the "file" module. --- # radiusd -d -f /etc/radius/radiusd.conf 2024-08-17 00:28:08:DEBUG: Module `file' started successfully 2024-08-17 00:28:08:INFO: radius: Use [redacted]:34208 to send requests for 10.11.2.

Re: radiusd

2024-08-16 Thread YASUOKA Masahiko
gt; > In man radiusd_file I see... > --- > CONFIGURATIONS > The module supports the following configuration key and value: > > path path > The path for the file written in the syntax described in > npppd-users(5). > --- > > > So, in my rad

radiusd

2024-08-16 Thread Mike
value: path path The path for the file written in the syntax described in npppd-users(5). --- So, in my radiusd.conf I place: --- module load file "/usr/libexec/radiusd/radiusd_file path /etc/radius/radiusd.users" --- And I see ... --- # radiusd -d

Re: radiusd

2024-08-16 Thread Mike
is issue. Please >>> correct me if it is wrong. >>> >>> I am running a version of OpenBSD current that I downloaded earlier today. >>> >>> uname -a presents... >>> OpenBSD [hostname] 7.6 GENERIC.MP#247 amd64 >>> >>> OK. >&g

Re: radiusd

2024-08-15 Thread YASUOKA Masahiko
D current that I downloaded earlier today. >> >> uname -a presents... >> OpenBSD [hostname] 7.6 GENERIC.MP#247 amd64 >> >> OK. >> >> I copy the radiusd.conf from /etc/examples to /etc/radius >> >> And when I run >> >> radiusd -d

Re: radiusd

2024-08-14 Thread YASUOKA Masahiko
stname] 7.6 GENERIC.MP#247 amd64 > > OK. > > I copy the radiusd.conf from /etc/examples to /etc/radius > > And when I run > > radiusd -d -f /etc/radius/radiusd.conf > > I see... > > /etc/radius/radiusd.conf:26: syntax error > /etc/radius/radiusd.conf:3

radiusd

2024-08-14 Thread Mike
/etc/radius And when I run radiusd -d -f /etc/radius/radiusd.conf I see... /etc/radius/radiusd.conf:26: syntax error /etc/radius/radiusd.conf:30: syntax error Why does the provided "example" fail with syntax errors? What am I doing wrong? thx.

Re: radiusd

2024-08-05 Thread Mike
the AP) to the RADIUS > server. As well as handling auth, the RADIUS server also generates > keying material for the session. OpenBSD radiusd doesn't support EAP or > this key material generation. (The EAP method used is as chosen between > client and RADIUS server). > >>

Re: radiusd

2024-08-05 Thread Stuart Henderson
gt; point, I see nothing to choose a protocol to use. For WPA-Enterprise, wifi access points typically tunnel EAP authentication (coming from the *client*, not the AP) to the RADIUS server. As well as handling auth, the RADIUS server also generates keying material for the session. OpenBSD radiusd does

Re: radiusd

2024-08-04 Thread Mike
I am always willing to help OpenBSD. In any case, many thanks for your quick replies. Most appreciated. On 8/3/2024 11:43 PM, YASUOKA Masahiko wrote: > Hello, > > On Sat, 3 Aug 2024 21:37:12 -0400 > Mike wrote: >> OK, in that endeavor, I get an error message when I run radiusd -

Re: radiusd

2024-08-03 Thread YASUOKA Masahiko
Hello, On Sat, 3 Aug 2024 21:37:12 -0400 Mike wrote: > OK, in that endeavor, I get an error message when I run radiusd -d, one > for which I cannot find any explanation. > > 2024-08-03 21:22:42:INFO: Received Access-Request(code=1) from > 10.11.4.234:45955 id=22 username=e

radiusd

2024-08-03 Thread Mike
g/security/), bring its version to 3.2.5. But the OpenBSD port seems to be stuck at the 3.2.3 version that has the security issue. So I'm looking to move towards radiusd. OK, in that endeavor, I get an error message when I run radiusd -d, one for which I cannot find any explanation. 2

radiusd

2024-08-03 Thread Mike
g/security/), bring its version to 3.2.5. But the OpenBSD port seems to be stuck at the 3.2.3 version that has the security issue. So I'm looking to move towards radiusd. OK, in that endeavor, I get an error message when I run radiusd -d, one for which I cannot find any explanation. 2

Radiusd anyone know of a Simple to use web front end for usermanagement ?

2021-09-22 Thread Tom Smyth
Hi All, I was wondering is there a front end web interface out there for radiusd (for the un inducted users who wouldnt be comfortable with the command line I would rather use radiusd than freeradius alternatives ... perhaps im missing something in the ma pages any tips tricks would be welcome

Re: non-PAP in radiusd

2017-01-11 Thread YASUOKA Masahiko
ed? This limitation is come from the "bsdauth" module. The BSD authentication requires the plain password for authentication. See bsd_userokay(3). So radiusd(8) needs to get the plain password from the RADIUS client and the client can't use "CHAP" since the client doesn

non-PAP in radiusd

2017-01-09 Thread Pete Zabagel
Hello friends, I noticed in the radiusd.conf man page that the bsdauth module only supports PAP: "It only supports PAP, password based authentication." Is there a specific reason as to why CHAP isn't implemented? I am assuming it is due to time / interest constraints but perhaps the quality of C

Re: minor updates to radiusd.8

2016-09-20 Thread Jason McIntyre
On Sun, Sep 18, 2016 at 12:33:24PM -0400, Rob Pierce wrote: > New diff excluding the history section. > > Rob > fixed, thanks. jmc > Index: radiusd.8 > === > RCS file: /cvs/src/usr.sbin/radiusd/radiusd.8,v

Re: minor updates to radiusd.8

2016-09-18 Thread Rob Pierce
New diff excluding the history section. Rob Index: radiusd.8 === RCS file: /cvs/src/usr.sbin/radiusd/radiusd.8,v retrieving revision 1.6 diff -u -p -r1.6 radiusd.8 --- radiusd.8 25 Aug 2015 01:12:59 - 1.6 +++ radiusd.8

minor updates to radiusd.8

2016-09-18 Thread Rob Pierce
Index: radiusd.8 === RCS file: /cvs/src/usr.sbin/radiusd/radiusd.8,v retrieving revision 1.6 diff -u -p -r1.6 radiusd.8 --- radiusd.8 25 Aug 2015 01:12:59 - 1.6 +++ radiusd.8 18 Sep 2016 15:10:26 - @@ -29,6 +29,12