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
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
&
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
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.
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
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
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
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
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
/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.
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).
>
>>
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
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 -
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo