Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft of Huawei WebAuth #8028

Draft
wants to merge 2 commits into
base: devel
Choose a base branch
from
Draft

Draft of Huawei WebAuth #8028

wants to merge 2 commits into from

Conversation

fdurand
Copy link
Member

@fdurand fdurand commented Feb 23, 2024

Description

Support for Huawei WebAuth

Impacts

No impact

Delete branch after merge

YES

Checklist

  • Document the feature
  • Add OpenAPI specification
  • Add unit tests
  • Add acceptance tests (TestLink)

NEWS file entries

New Features

  • Support for Huawei WebAuth

WARNING

This PR require a change in the Huawei radius dictionary (https://github.com/Huawei/OSPO/blob/main/Dictionary_FreeRadius)

This:

                'Huawei-Redirect-ACL' => $role,
                'Huawei-DHCPv4-Option43' => $redirect_url,
                'Huawei-DHCPv4-Option121' => 1,

Should be:

                'Huawei-Redirect-ACL' => $role,
                'Huawei-Portal-URL' => $redirect_url,
                'Huawei-URL-Flag ' => 1,

@fdurand fdurand added this to the PacketFence-13.2 milestone Feb 23, 2024
@fdurand
Copy link
Member Author

fdurand commented Feb 23, 2024

Needs to adapt the Huawei dictionary https://github.com/Huawei/OSPO/blob/main/Dictionary_FreeRadius

@satkunas satkunas modified the milestones: PacketFence-13.2, PacketFence-14.0 Apr 16, 2024
@satkunas satkunas modified the milestones: PacketFence-14.0, PacketFence-14.1 Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants