dictionary.walabi 993 B

1234567891011121314151617181920212223242526272829
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. ##############################################################################
  4. #
  5. # Walabi Store & Forward FAX attributes.
  6. #
  7. # $Id: 9f7c85e6d9096872bfba1254288a84a3baa4feef $
  8. #
  9. ##############################################################################
  10. VENDOR Walabi 2004
  11. VALUE Acct-Status-Type WB-Login 217
  12. VALUE Acct-Status-Type WB-Logout 218
  13. VALUE Acct-Status-Type WB-WRitelog 219
  14. # Store and Forward Fax Attributes:
  15. BEGIN-VENDOR Walabi
  16. ATTRIBUTE WB-AUTH-Time-Left 1 integer
  17. ATTRIBUTE WB-Auth-Accum-BW 2 integer
  18. ATTRIBUTE WB-Auth-BW-Quota 3 integer
  19. ATTRIBUTE WB-Auth-BW-Count 4 integer
  20. ATTRIBUTE WB-Auth-Upload-Limit 5 integer
  21. ATTRIBUTE WB-Auth-Download-Limit 6 integer
  22. ATTRIBUTE WB-Auth-Login-Time 7 integer
  23. ATTRIBUTE WB-Auth-Logout-Time 8 integer
  24. ATTRIBUTE WB-Auth-Time-Diff 9 integer
  25. ATTRIBUTE WB-Auth-BW-Usage 10 integer
  26. END-VENDOR Walabi