We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af3744b commit 44843a2Copy full SHA for 44843a2
raddb/policy.d/packetfence
@@ -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})'
3
# packetfence-local-auth
4
# Try to get the Cleartext-Password from any of the pfguest, pfsponsor or pfsms
5
# databases.
@@ -47,6 +49,7 @@ request-timing {
47
49
}
48
50
51
52
+
53
packetfence-eap-mac-policy {
54
if ( &EAP-Type ) {
55
0 commit comments