You can import user accounts in a text file by choosing TekRADIUS Manager File / Database / Import user accounts menu. Every line of the text file must contain a single user account and every username, password and group name triplet (or just a username and password pair) for an account must be concatenated with a comma (or the list separator in locale settings) as shown below:
Username1,Password1,Group1
Username2,Password2,Group2
:
Usernamen,Passwordn,Groupn
Specified groups must be created manually prior to start an import process. TekRADIUS will import user accounts into the selected group in the Groups tab of TekRADIUS Manager if the specified groups are not found or group is not specified.
You can also use double quotes as text qualifiers:
"Username1","Password1","Group1"
Group name is optional, and its existence must be specified when asked. You can also add extra attributes for the imported user profiles. Use Attribute=Val format when specifying the extra attributes. You can add multiple attributes as shown below:
"Username1","Password1","Group1","Calling-Station-Id=10:56:34:AA:11:01|Check";"Framed-Protocol=1|Success-Reply"
You can also specify attribute type by concatenating value with the attribute type using pipe (“|”) character. Possible values:
· Check
· Success-Reply
· Failure-Reply
· Informational
· DHCP-Success-Reply
· DHCP-Failure-Reply
· CoA-Set
· CoA-Reset
Extra attributes will be added as Check attributes if the attribute type is not specified.
Leave blank the password field if the user profile has not a password:
"Username1","","Group1"
You can use the same import file format while importing through the HTTP interface of TekRADIUS.