diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-23 17:33:51 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-28 11:04:13 +0200 |
commit | f8a2b88692e21d46799738c13d4d12cfa95b4152 (patch) | |
tree | 326d8674c8daadfdd29f36e0110cfed58be876dd /doc | |
parent | 5ba34c819a93e27b0eb4c56e25435fe522e16ee3 (diff) |
hotspot-to-wpa: support non-local userschange-102
This has some limitations, though: The password is not known and
additional configuration can not be given in user's comment.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hotspot-to-wpa.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/hotspot-to-wpa.md b/doc/hotspot-to-wpa.md index 0abe18b..097cba4 100644 --- a/doc/hotspot-to-wpa.md +++ b/doc/hotspot-to-wpa.md @@ -54,6 +54,9 @@ Create hotspot login credentials: /ip/hotspot/user/add comment="Test User 1" name=user1 password=v3ry; /ip/hotspot/user/add comment="Test User 2" name=user2 password=s3cr3t; +This also works with authentication via radius, but is limited then: +Additional information is not available, including the password. + Additionally templates can be created to give more options for access list: * `action`: set to `reject` to ignore logins on that hotspot |