Pages : 1
#1 Le 04/07/2014, à 09:58
- d0ctrine
Table radacct free radius
Bonjour à tous,
je commence à utiliser free radius, et lorsque je regarde la table radacct ( dans mysql ) elle est remplis de champ que je ne comprend pas.
La voilà :
mysql> describe radacct;
+----------------------+-------------+
| Field | Type |
+----------------------+-------------+
| radacctid | int(11) |
| acctsessionid | varchar(64) |
| acctuniqueid | varchar(32) |
| username | varchar(64) |
| groupname | varchar(64) |
| realm | varchar(64) |
| nasipaddress | varchar(15) |
| nasportid | varchar(15) |
| nasporttype | varchar(32) |
| acctstarttime | datetime |
| acctstoptime | datetime |
| acctsessiontime | int(11) |
| acctauthentic | varchar(32) |
| connectinfo_start | varchar(50) |
| connectinfo_stop | varchar(50) |
| acctinputoctets | bigint(20) |
| acctoutputoctets | bigint(20) |
| calledstationid | varchar(50) |
| callingstationid | varchar(50) |
| acctterminatecause | varchar(32) |
| servicetype | varchar(32) |
| framedprotocol | varchar(32) |
| framedipaddress | varchar(15) |
| acctstartdelay | int(11) |
| acctstopdelay | int(11) |
| xascendsessionsvrkey | varchar(10) |
+----------------------+-------------+
Est ce que vous avez des idées de ce à quoi chaque champ peu correspondre ?
Merci d'avance.
Hors ligne
Pages : 1