Generalised MAC format handling #6

Closed
opened 2024-04-07 09:51:32 +02:00 by alis · 1 comment
Owner

MACs should be stored in a single format, e.g. all-lowercase with no separators.
This simplifies usage by making format flexible.

An optional "treatUsernamesAsMACs" or similar configuration flag needs to exist to negate this behaviour should more general username/password pairs be in use that need to retain case-sensitivity.

MACs should be stored in a single format, e.g. all-lowercase with no separators. This simplifies usage by making format flexible. An optional "treatUsernamesAsMACs" or similar configuration flag needs to exist to negate this behaviour should more general username/password pairs be in use that need to retain case-sensitivity.
alis added the
enhancement
label 2024-04-07 09:51:32 +02:00
alis referenced this issue from a commit 2024-04-07 21:48:21 +02:00
Author
Owner

Implemented with mac_auth_only=true configuration parameter.

Implemented with mac_auth_only=true configuration parameter.
alis closed this issue 2024-04-07 21:50:18 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: alis/Sinatra#6
No description provided.