Skip to content

Commit

Permalink
Fixed missing regex in raddb/policy.d/packetfence.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismunro committed Apr 19, 2016
1 parent af3744b commit 44843a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions raddb/policy.d/packetfence
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# normalize MAC addresses
mac-addr-regexp = '([0-9a-f]{2})[^0-9a-f]?([0-9a-f]{2})[^0-9a-f]?([0-9a-f]{2})[^0-9a-f]?([0-9a-f]{2})[^0-9a-f]?([0-9a-f]{2})[^0-9a-f]?([0-9a-f]{2})'
# packetfence-local-auth
# Try to get the Cleartext-Password from any of the pfguest, pfsponsor or pfsms
# databases.
Expand Down Expand Up @@ -47,6 +49,7 @@ request-timing {
}
}


packetfence-eap-mac-policy {
if ( &EAP-Type ) {

Expand Down

0 comments on commit 44843a2

Please sign in to comment.