Skip to content

Commit 44843a2

Browse files
committed
Fixed missing regex in raddb/policy.d/packetfence.
1 parent af3744b commit 44843a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

raddb/policy.d/packetfence

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# normalize MAC addresses
2+
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})'
13
# packetfence-local-auth
24
# Try to get the Cleartext-Password from any of the pfguest, pfsponsor or pfsms
35
# databases.
@@ -47,6 +49,7 @@ request-timing {
4749
}
4850
}
4951

52+
5053
packetfence-eap-mac-policy {
5154
if ( &EAP-Type ) {
5255

0 commit comments

Comments
 (0)