This is an old revision of the document!
Profiles
- Each Permanent User, Voucher or BYOD Device has to belong to a Profile and Realm in order to be useful to RADIUS.
- Before we can bulk import Permanent Users using a CSV file, we need to ensure that all the profiles used by the users in the CSV file already exist.
- In this page we will show you how to read the profile names from a text file and then add each one using an API call.
- We will use PHP but the principles can be applied using any programming language.
Add Profiles From List
- We use the Authentication Plugin available with CakePHP v4 and CakePHP v5 as the foundation for the LDAP integration.