Manage long-term records in ACLs
A long-term reservation of a license lasts until the expiration date of the license. You can create long-term records or remove them by updating an access control list (ACL) file (acl.json
).
When Qt License Server starts, it generates long-term records from the ACL and creates a long-term license list of the users who can reserve each license.
To manage long-term records with an ACL:
- Edit long-term records in the ACL file.
- Set the ACL file to use.
./qt-license-server set-acl --from-json <.json file input path> --url <URL of the running instance>
Note: This updates both the ACL and long-term license list.
- Edit long-term records in the ACL file.
- Set the ACL file to use.
.\qt-license-server.exe set-acl --from-json <.json file input path> --url <URL of the running instance>
Note: This updates both the ACL and long-term license list.
See also Maintain access control lists, Qt License Server ACL file format, and Qt License Server command-line interface.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.