dictionary.unix 473 B

1234567891011121314151617181920
  1. # -*- text -*-
  2. # Copyright (C) 2015 The FreeRADIUS Server project and contributors
  3. #
  4. # Allegedly for ProFTPd.
  5. #
  6. # $Id: 06d3634eba2d4830db1597c193c7b804852ef1be $
  7. #
  8. VENDOR Unix 4
  9. BEGIN-VENDOR Unix
  10. ATTRIBUTE Unix-FTP-UID 10 integer
  11. ATTRIBUTE Unix-FTP-GID 11 integer
  12. ATTRIBUTE Unix-FTP-Home 12 string
  13. ATTRIBUTE Unix-FTP-Shell 13 string
  14. ATTRIBUTE Unix-FTP-Group-Names 14 string
  15. ATTRIBUTE Unix-FTP-Group-Ids 15 string
  16. END-VENDOR Unix