mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-02 17:24:51 +02:00
hotspot-to-wpa: support non-local users
This has some limitations, though: The password is not known and additional configuration can not be given in user's comment.
This commit is contained in:
parent
5ba34c819a
commit
f8a2b88692
4 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue