In our sample Access database, we have created a UserInfo table containing the following fields:
Username, Password, and Attributes
By using the same example in our TEXT MODE version, we can easily show you what the format of an ODBC record would look like.
### Sample user record 'tccraduser'
Username: tccraduser
Password: thisisapassword
Attributes:
framed-ip-address=192.168.0.1;tccradius-time-intervals=2;
tccradius-start-time1=12:00;tccradius-stop-time1=20:00;
tccradius-start-time2=21:00;tccradius-stop-time2=22:00;
See the TEXT MODE version for an explanation of the above record.