Skip to content

Commit

Permalink
FreeRADIUS Plain Mac Authentication fix. Issue #11331
Browse files Browse the repository at this point in the history
  • Loading branch information
vktg committed Jan 29, 2021
1 parent cac213d commit 5ceedd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion net/pfSense-pkg-freeradius3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PORTNAME= pfSense-pkg-freeradius3
PORTVERSION= 0.15.7
PORTREVISION= 25
PORTREVISION= 26
CATEGORIES= net
MASTER_SITES= # empty
DISTFILES= # empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2265,7 +2265,7 @@ authorize {
}
# unix
files
if (notfound || noop) {
if ((notfound || noop) && (&control:Auth-Type != Accept)) {
{$varsqlconfauthorize}
if (notfound || noop) {
{$varmodulesldapenableauthorize}
Expand Down

0 comments on commit 5ceedd7

Please sign in to comment.