wireshark/radius/dictionary.unix
Guy Harris 36a91d3747 Copy over some comment-and-whitespace-only changes from FreeRADIUS.
This adds copyright notices and makes other cleanups.

Change-Id: I5975b563dffd704a336160d08efde42203c81676
Reviewed-on: https://code.wireshark.org/review/21795
Reviewed-by: Guy Harris <guy@alum.mit.edu>
2017-05-29 21:55:55 +00:00

21 lines
453 B
Text

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